From d887a2fc45b9ccd27cb4c029c30f709f748a910c Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Nov 2007 07:10:09 +0000 Subject: * 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 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f03870f75..39d885dce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,6 +48,19 @@ Sat Nov 17 23:51:29 2007 Masaki Suketa * ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100] +Sat Nov 17 23:21:15 2007 Yukihiro Matsumoto + + * 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 * bignum.c (rb_big_odd_p): new method added. a patch from Tadashi -- cgit