diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-26 14:15:49 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-26 14:15:49 +0000 |
| commit | 20f5b9721d9ac0227452f0e65f9e3d82056bcdeb (patch) | |
| tree | 7676dfcfd62aa77f8b3ca1b885d4183b4adcda13 /ChangeLog | |
| parent | 1d601de8bb5455525dcb87dc2d3821bce72ec747 (diff) | |
| download | ruby-20f5b9721d9ac0227452f0e65f9e3d82056bcdeb.tar.gz ruby-20f5b9721d9ac0227452f0e65f9e3d82056bcdeb.tar.xz ruby-20f5b9721d9ac0227452f0e65f9e3d82056bcdeb.zip | |
* 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 <tommy at tmtm.org> [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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -3,6 +3,18 @@ Mon Jun 26 18:37:44 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * 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 <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> + + * io.c (pipe_open): avoid closing uninitialized file descriptors. + a patch from <tommy at tmtm.org> [ruby-dev:28600] + Sun Jun 25 23:02:12 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * Makefile.in, mkconfig.rb: catch-up for latest autoconf. @@ -19,6 +31,11 @@ Sun Jun 25 17:18:33 2006 Masaki Suketa <masaki.suketa@nifty.ne.jp> * test/win32ole/test_word.rb: ditto. +Sat Jun 24 23:48:08 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <akr@m17n.org> * eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoid |
