summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-23 08:19:24 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-23 08:19:24 +0000
commitfc153153ce103bd5789b47024897320f4d23e3c6 (patch)
tree1b9aa1769248310b7f3fdeb356d5ec552693be8a /ChangeLog
parent4e5185cedd727d2ba4c9611f568bf27ba13b4be9 (diff)
* eval.c (rb_eval): local_vars[-1] should protect body, not a
local_tbl. * marshal.c (w_object): check if klass is really a class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b965931b5c..5222b8dd08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Oct 22 18:15:49 2002 Guy Decoux <ts@moulon.inra.fr>
+
+ * eval.c (rb_eval): local_vars[-1] should protect body, not a
+ local_tbl.
+
+Tue Oct 22 02:31:16 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * marshal.c (w_object): check if klass is really a class.
+
Fri Oct 18 23:39:00 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* parse.y (value_expr0): allow return/break/next/redo/retry in rhs