aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dbe9db019..440e566d68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,11 @@
-Sun Apr 7 21:27:40 2013 NARUSE, Yui <naruse@ruby-lang.org>
+Mon Apr 8 12:05:02 2013 NARUSE, Yui <naruse@ruby-lang.org>
- * object.c (rb_mod_const_set): call to_str for string only once.
+ * object.c (rb_obj_ivar_set): call to_str for string only once.
to_str was called from rb_is_const_name and rb_to_id before.
+ * object.c (rb_mod_const_set): ditto.
-Sun Apr 7 21:16:19 2013 NARUSE, Yui <naruse@ruby-lang.org>
-
- * object.c (rb_mod_cvar_set): call to_str for string only once.
- to_str was called from rb_is_class_name and rb_to_id before.
+ * object.c (rb_mod_cvar_set): ditto.
Sun Apr 7 13:56:16 2013 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>