From fe992780693814c9d5c2867fef1a48ac558ac8ba Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 2 Jun 2008 12:57:18 +0000 Subject: * test/ruby/test_file.rb: add tests for uninitialized object. * test/ruby/test_class.rb: ditto. * test/ruby/test_thread.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 932ace7c3..38010340b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jun 2 21:56:47 2008 Yusuke Endoh + + * test/ruby/test_file.rb: add tests for uninitialized object. + + * test/ruby/test_class.rb: ditto. + + * test/ruby/test_thread.rb: ditto. + Mon Jun 2 21:44:15 2008 Yusuke Endoh * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc. -- cgit