From 3eb3af99bfdb03db6e549c0c974502fb36ca56e2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Feb 2004 09:03:19 +0000 Subject: * test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d18bc624..20db99c5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 24 18:03:14 2004 Nobuyoshi Nakada + + * test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108. + Tue Feb 24 17:07:17 Hirokazu Yamamoto * dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was broken @@ -17,7 +21,7 @@ Tue Feb 24 07:23:30 2004 Dave Thomas Tue Feb 24 06:40:14 2004 Dave Thomas - * lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_identifier): Handle + * lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_identifier): Handle class variables in code listings Tue Feb 24 06:32:27 2004 Dave Thomas @@ -32,7 +36,7 @@ Tue Feb 24 06:16:22 2004 Dave Thomas Tue Feb 24 06:08:47 2004 Dave Thomas - * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_constant): + * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_constant): Start collecting text of constant values earlier: was missing values in output if there was no space after '=' -- cgit