From ce7c1b42f90a7b0d215a6f44405dbb6f2da2d08c Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 12 Jan 2004 14:27:22 +0000 Subject: * parse.y (primary): fix position after FCALL. [ruby-dev:22574] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea12ab972..ef535ae06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,17 @@ +Mon Jan 12 23:26:21 2004 Nobuyoshi Nakada + + * parse.y (primary): fix position after FCALL. [ruby-dev:22574] + Mon Jan 12 18:00:11 2004 Ian Macdonald - + * file.c (test_wr, test_ww): New functions implementing new methods (File::world_readable?, File::world_writable?). - + * file.c (S_IRUGO, S_IGUGO): New macros. Mon Jan 12 12:07:22 2004 Dave Thomas - * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods): + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods): Someone changed the "// in eval.c" comments to "/*...*/" style, so the parsing of the source file name broke. @@ -19,7 +23,7 @@ Mon Jan 12 12:07:22 2004 Dave Thomas and all intervening code was included in the following method's documentation. - * lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter::break_to_newline): + * lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter::break_to_newline): HTML formats need explicit line breaks. Mon Jan 12 02:24:07 2004 Dave Thomas -- cgit