summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-02 12:57:18 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-02 12:57:18 +0000
commite58dc6a96818c17dd32b3929fc0d9ad2b3a2bbd9 (patch)
tree39c26b282f76ebbaa2536458e28c451adad64ffc /ChangeLog
parent7eb625425c3acb33ea712bc36bbe17302cfbca94 (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@16758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 932ace7c37..38010340b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jun 2 21:56:47 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * 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 <mame@tsg.ne.jp>
* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.