summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32d5cbe740..5490e5eb55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Tue Nov 30 14:58:33 2004 WATANABE Hirofumi <eban@ruby-lang.org>
Tue Nov 30 00:49:08 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
+ * eval.c (PUSH_FRAME): flags should have been initialized.
+
* eval.c (rb_eval): [ruby-core:03856]
* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]