From 5f287ad596493fa934eeab454dd063cdf39df017 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 2 Jul 2006 09:43:11 +0000 Subject: * ext/racc/cparse/cparse.c: sync with original source code, rev 1.6. * ext/racc/cparse/cparse.c: do not use rb_iterate to give a block to the method, use rb_block_call instead. [ruby-dev:28445] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93b7f079c..6018c45ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 2 18:42:27 2006 Minero Aoki + + * ext/racc/cparse/cparse.c: sync with original source code, rev + 1.6. + + * ext/racc/cparse/cparse.c: do not use rb_iterate to give a block + to the method, use rb_block_call instead. [ruby-dev:28445] + Sun Jul 2 11:22:03 2006 Tanaka Akira * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work. -- cgit