diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 12:34:21 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 12:34:21 +0000 |
| commit | 4f89c13577242415cf76ce6267333075b54818cd (patch) | |
| tree | 77e8c9f3e616625feb3f3fa06fd66a971fc7a0a2 /ChangeLog | |
| parent | d2068ff8f292b275ea7546ab281807f776011f68 (diff) | |
| download | ruby-4f89c13577242415cf76ce6267333075b54818cd.tar.gz ruby-4f89c13577242415cf76ce6267333075b54818cd.tar.xz ruby-4f89c13577242415cf76ce6267333075b54818cd.zip | |
* parse.y (struct parser_params): make parser_ruby_sourcefile common
field. it is used by node_newnode.
new field parser_ruby_sourcefile_string for ripper.
(parser_initialize): initialize parser_ruby_sourcefile in ripper.
(ripper_initialize): initialize parser_ruby_sourcefile_string.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Dec 25 21:32:44 2007 Tanaka Akira <akr@fsij.org> + + * parse.y (struct parser_params): make parser_ruby_sourcefile common + field. it is used by node_newnode. + new field parser_ruby_sourcefile_string for ripper. + (parser_initialize): initialize parser_ruby_sourcefile in ripper. + (ripper_initialize): initialize parser_ruby_sourcefile_string. + Tue Dec 25 21:26:09 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * common.mk (parse.c): depends on tool/ytab.sed. |
