diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-12 03:41:51 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-12 03:41:51 +0000 |
| commit | 0e03b00c6157f1f4d0f59855dcf741c710a6fd14 (patch) | |
| tree | 02e1ba5cea0f1ba987e187458ce3edaae3e01c3c /ChangeLog | |
| parent | 76417b6bddde585667ee739d01264dd8d15fa491 (diff) | |
| download | ruby-0e03b00c6157f1f4d0f59855dcf741c710a6fd14.tar.gz ruby-0e03b00c6157f1f4d0f59855dcf741c710a6fd14.tar.xz ruby-0e03b00c6157f1f4d0f59855dcf741c710a6fd14.zip | |
* eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):
use iseq instead of NODE.
* gc.c (source_filenames): removed.
* include/ruby/intern.h, parse.y (yycompile, parser_mark, parser_free,
ripper_initialize): rb_source_filename() is no longer used.
* compile.c, compile.h (ERROR_ARGS), parse.y (node_newnode, fixpos,
parser_warn, e_option_supplied, warn_unless_e_option, range_op,
cond0): nd_file is no longer used.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Sat Apr 12 12:41:49 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options): + use iseq instead of NODE. + + * gc.c (source_filenames): removed. + + * include/ruby/intern.h, parse.y (yycompile, parser_mark, parser_free, + ripper_initialize): rb_source_filename() is no longer used. + + * compile.c, compile.h (ERROR_ARGS), parse.y (node_newnode, fixpos, + parser_warn, e_option_supplied, warn_unless_e_option, range_op, + cond0): nd_file is no longer used. + Sat Apr 12 05:55:57 2008 Eric Hodel <drbrain@segment7.net> * lib/rubygems*, test/rubygems*: Update to RubyGems 1.1.1 r1701. |
