summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-10 03:43:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-10 03:43:33 +0000
commit98908cc858689150d2072dfcc5e2754fc491e9b7 (patch)
tree58af2b3f201b677bf7ed2982c4717d5910f55f18 /ChangeLog
parentc006807482d04638c177ced988f4422b7566cc7c (diff)
* include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17068 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 04c6564b5..1ef698b60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 10 12:43:19 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.
+
Tue Jun 10 11:25:15 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (rb_argv0): revised for ext/tk.