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 | d6a58d4be53f83f884ac1a385f5a2e42dbedd71c (patch) | |
| tree | 843bd1275faf0208db07e9e056b394c54e6c7a43 /ChangeLog | |
| parent | 1d75c39d04850cd5815a2aec903e3e50cd9d9725 (diff) | |
| download | ruby-d6a58d4be53f83f884ac1a385f5a2e42dbedd71c.tar.gz ruby-d6a58d4be53f83f884ac1a385f5a2e42dbedd71c.tar.xz ruby-d6a58d4be53f83f884ac1a385f5a2e42dbedd71c.zip | |
* 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
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 |
