summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-26 04:23:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-26 04:23:21 +0000
commit905c1579174296a9c876a20e93b1fe540ed7adbe (patch)
tree4731d0d426d905545b924a64be9ba460094f28b2 /ChangeLog
parent2c288bf91f04f93476d2794dff996979ccdfb4cf (diff)
* iseq.c (cdhash_each): resurrects internal literals.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22640 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 7a370f393d..01934c7416 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 26 13:23:20 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * iseq.c (cdhash_each): resurrects internal literals.
+
Thu Feb 26 10:56:48 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* include/ruby/win32.h (rb_w32_wopen): prototype forgotten.