diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-19 07:10:09 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-19 07:10:09 +0000 |
| commit | d887a2fc45b9ccd27cb4c029c30f709f748a910c (patch) | |
| tree | f1ad61761e4b28b18e939dd1667981810cc49d4b /ChangeLog | |
| parent | 35bc2eee154c6aa18fe210e7d9f960a15655dce3 (diff) | |
| download | ruby-d887a2fc45b9ccd27cb4c029c30f709f748a910c.tar.gz ruby-d887a2fc45b9ccd27cb4c029c30f709f748a910c.tar.xz ruby-d887a2fc45b9ccd27cb4c029c30f709f748a910c.zip | |
* parse.y (parser_yylex): should clear parser->tokp as well.
[ruby-dev:32250]
* parse.y: remove NEED_ASSOC that break test_parser_events.
* parse.y (parser_yylex): should not decrement line numbers at the
end of file.
* file.c (rb_find_file_ext): search .rb files first through in the
loadpath.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -48,6 +48,19 @@ Sat Nov 17 23:51:29 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp> * ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100] +Sat Nov 17 23:21:15 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (parser_yylex): should clear parser->tokp as well. + [ruby-dev:32250] + + * parse.y: remove NEED_ASSOC that break test_parser_events. + + * parse.y (parser_yylex): should not decrement line numbers at the + end of file. + + * file.c (rb_find_file_ext): search .rb files first through in the + loadpath. + Fri Nov 16 23:31:18 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * bignum.c (rb_big_odd_p): new method added. a patch from Tadashi |
