diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-02 12:45:42 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-02 12:45:42 +0000 |
commit | c707e73ef8fa36a8b4e38e5e3d3f9726704004dc (patch) | |
tree | 18bc67e124c8ee9ee6331289c7cf6d133f29f07b /ChangeLog | |
parent | 4c38ce72a5087449c1d3976c96eb577c21a969cc (diff) | |
download | ruby-c707e73ef8fa36a8b4e38e5e3d3f9726704004dc.tar.gz ruby-c707e73ef8fa36a8b4e38e5e3d3f9726704004dc.tar.xz ruby-c707e73ef8fa36a8b4e38e5e3d3f9726704004dc.zip |
* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.
* test/ruby/test_regexp.rb: add tests for above.
* io.c: fix SEGV by IO.allocate.print, etc.
* test/ruby/test_io.rb: add tests for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16757 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 @@ +Mon Jun 2 21:44:15 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc. + + * test/ruby/test_regexp.rb: add tests for above. + + * io.c: fix SEGV by IO.allocate.print, etc. + + * test/ruby/test_io.rb: add tests for above. + Mon Jun 2 19:17:47 2008 Tanaka Akira <akr@fsij.org> * test/ruby/test_argf.rb (teardown): remove renamed temporary files. |