diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-02 10:19:06 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-02 10:19:06 +0000 |
| commit | 0bf031acce35b2bac5d0a07189258a46e3725aa4 (patch) | |
| tree | 843bd1275faf0208db07e9e056b394c54e6c7a43 /ChangeLog | |
| parent | cc07257f558a7a2f4d1e9a048b9513a53aa86582 (diff) | |
* 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Jul 2 19:17:56 2006 Minero Aoki <aamine@loveruby.net> + + * 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 <akr@m17n.org> * test/socket/test_nonblock.rb: add timeout to send/receive |
