summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-17 03:11:47 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-17 03:11:47 +0000
commit09992441540837dc7068bd45f26eb73080386f94 (patch)
tree74701f05a731488aa87f0ae50a0e1fffdd432a2a /ChangeLog
parentbc413e84df0994602f6d83acfb86bc6b0cf00cfe (diff)
merge revision(s) 16602:
* marshal.c (dump_ensure, load_ensure): should return values. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a5ab44e3a..6535cbe54e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jan 17 12:11:06 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * marshal.c (dump_ensure, load_ensure): should return values.
+
Fri Jan 16 10:55:51 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* class.c (clone_method): should copy cbase in cref as well.