summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-10 10:22:30 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-10 10:22:30 +0000
commit177c7167e5cb15091e901854024b051a5b7f9bfa (patch)
tree120d101b0b0df69f9cca7a53a556d0cf645ec58f /ChangeLog
parent3b39ee96eb789b10b96587947dc47e15b8038a5f (diff)
* eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12733 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 265eb22fd..bb91a8c63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 10 19:16:28 2007 Koichi Sasada <ko1@atdot.net>
+
+ * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).
+
Tue Jul 10 18:49:56 2007 Koichi Sasada <ko1@atdot.net>
* eval.c (exec_under): add proper casts.