summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-08 07:31:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-08 07:31:28 +0000
commitacd9fe50b5fe197159e6ecc749119a41d636e6e6 (patch)
treec8a6e9cb6fffa120572804dc2c6cbeb0142ab551 /ChangeLog
parentc56b86ecd21cf89edccfcc5f39d4343fc5b33449 (diff)
missed entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1203cbeb57..e735787b50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ Tue Jan 8 15:54:02 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* eval.c (rb_add_method): clear replaced method from the cache.
+ * eval.c (rb_stack_check): should avoid stack length check during
+ raising SystemStackError exception.
+
Mon Jan 7 14:38:51 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* object.c (convert_type): backport from 1.7 to avoid NameError