From 20f5b9721d9ac0227452f0e65f9e3d82056bcdeb Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 26 Jun 2006 14:15:49 +0000 Subject: * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of argument evaluation order. [ruby-dev:28861] * ext/socket/socket.c (sock_accept_nonblock): ditto. * io.c (pipe_open): avoid closing uninitialized file descriptors. a patch from [ruby-dev:28600] * parse.y: replace terminal token names with more descriptive name, i.e. kEND to keyword_end. [ruby-list:42477] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9581687a..e0b3b231f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,18 @@ Mon Jun 26 18:37:44 2006 Hidetoshi NAGAI * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted on callback. +Mon Jun 26 15:40:26 2006 Yukihiro Matsumoto + + * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of + argument evaluation order. [ruby-dev:28861] + + * ext/socket/socket.c (sock_accept_nonblock): ditto. + +Mon Jun 26 10:47:42 2006 Yukihiro Matsumoto + + * io.c (pipe_open): avoid closing uninitialized file descriptors. + a patch from [ruby-dev:28600] + Sun Jun 25 23:02:12 2006 Nobuyoshi Nakada * Makefile.in, mkconfig.rb: catch-up for latest autoconf. @@ -19,6 +31,11 @@ Sun Jun 25 17:18:33 2006 Masaki Suketa * test/win32ole/test_word.rb: ditto. +Sat Jun 24 23:48:08 2006 Yukihiro Matsumoto + + * parse.y: replace terminal token names with more descriptive + name, i.e. kEND to keyword_end. [ruby-list:42477] + Sat Jun 24 23:37:41 2006 Tanaka Akira * eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoid -- cgit