diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-19 09:27:49 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-19 09:27:49 +0000 |
| commit | a0705f0f565d493ef790366197e9a414230d1924 (patch) | |
| tree | 0380cb0e4887dd83e1047c42285c3eb6e3ae9856 /ChangeLog | |
| parent | 4c87fd3e02180e488eea3ab4159d592df77835d2 (diff) | |
| download | ruby-a0705f0f565d493ef790366197e9a414230d1924.tar.gz ruby-a0705f0f565d493ef790366197e9a414230d1924.tar.xz ruby-a0705f0f565d493ef790366197e9a414230d1924.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Wed Feb 19 18:27:42 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * 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 <matz@ruby-lang.org> * eval.c (rb_call0): should not report uninitialized warning by |
