From 7eb625425c3acb33ea712bc36bbe17302cfbca94 Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 2 Jun 2008 12:45:42 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@16757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index caaf2d3ef1..932ace7c37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Jun 2 21:44:15 2008 Yusuke Endoh + + * 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 * test/ruby/test_argf.rb (teardown): remove renamed temporary files. -- cgit v1.2.3