From a0705f0f565d493ef790366197e9a414230d1924 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 19 Feb 2003 09:27:49 +0000 Subject: * node.h (nd_cpath): nested class/module declaration. [EXPREIMENTAL] * eval.c (rb_eval): ditto. * gc.c (rb_gc_mark_children): ditto. * parse.y (cpath): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 05012a179..122c34e58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Feb 19 18:27:42 2003 Nobuyoshi Nakada + + * node.h (nd_cpath): nested class/module declaration. + [EXPREIMENTAL] + + * eval.c (rb_eval): ditto. + + * gc.c (rb_gc_mark_children): ditto. + + * parse.y (cpath): ditto. + Tue Feb 18 21:39:27 2003 Yukihiro Matsumoto * eval.c (rb_call0): should not report uninitialized warning by -- cgit