From d6a58d4be53f83f884ac1a385f5a2e42dbedd71c Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 2 Jul 2006 10:19:06 +0000 Subject: * ext/racc/cparse/cparse.c: sync with original code (rev 1.7). * ext/racc/cparse/cparse.c: use rb_catch instead of rb_iterate. Giving a block to a Ruby-level method by rb_iterate is obsolete on Ruby 1.9. Note that current cparse.c still includes one rb_iterate call on Ruby 1.8, but it is not a problem (at least just now). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48946091a..01b565862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Jul 2 19:17:56 2006 Minero Aoki + + * ext/racc/cparse/cparse.c: sync with original code (rev 1.7). + + * ext/racc/cparse/cparse.c: use rb_catch instead of rb_iterate. + Giving a block to a Ruby-level method by rb_iterate is obsolete on + Ruby 1.9. Note that current cparse.c still includes one + rb_iterate call on Ruby 1.8, but it is not a problem (at least + just now). + Sat Jul 1 15:15:49 2006 Tanaka Akira * test/socket/test_nonblock.rb: add timeout to send/receive -- cgit