diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-09 14:05:59 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-09 14:05:59 +0000 |
| commit | dab9f547c29974893af9166bf750786250c43cdf (patch) | |
| tree | cfca7fe1036f90bb6229f6a07b477d9bb155eaf1 /ChangeLog | |
| parent | 891ccc9d63fc5cfc72a0447ce60ec6d175a29c33 (diff) | |
| download | ruby-dab9f547c29974893af9166bf750786250c43cdf.tar.gz ruby-dab9f547c29974893af9166bf750786250c43cdf.tar.xz ruby-dab9f547c29974893af9166bf750786250c43cdf.zip | |
* node.c: node management added. Currently, only pretty-dumper is
implemented. [ruby-dev:39853]
* ruby.c: --dump=parsetree and --dump=parsetree_with_comment options
added. This is just for debug or research purpose. Note that the
compatibility of these options are not supported at all.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed Dec 9 22:57:04 2009 Yusuke Endoh <mame@tsg.ne.jp> + + * node.c: node management added. Currently, only pretty-dumper is + implemented. [ruby-dev:39853] + + * ruby.c: --dump=parsetree and --dump=parsetree_with_comment options + added. This is just for debug or research purpose. Note that the + compatibility of these options are not supported at all. + Wed Dec 9 09:50:35 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * string.c (rb_str_justify): fixed the case a fill size is a |
