diff --git a/ChangeLog b/ChangeLog index 5f70c96d4a..58adab1edd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,7 @@ Wed Dec 31 11:17:37 2003 Dave Thomas Wed Dec 31 01:33:05 2003 Dave Thomas * array.c, error.c, eval.c, io.c, prec.c, range.c, re.c, - string.c, time.c: Add RDoc for Kernel functions, and tidy. + string.c, time.c: Add RDoc for Kernel functions, and tidy. Tue Dec 30 19:39:14 2003 Yukihiro Matsumoto @@ -46,7 +46,6 @@ Tue Dec 30 12:30:30 2003 Dave Thomas class and a method have the same name, finding Xxx.abc was trying to find 'abc' in method 'Xxx', not class 'Xxx'. - Tue Dec 30 08:32:32 2003 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method): @@ -54,7 +53,6 @@ Tue Dec 30 08:32:32 2003 Dave Thomas def each_entry(&b) Dir.foreach(@path) {|f| yield P.new(f) } end - Tue Dec 30 07:30:00 2003 Gavin Sinclair * lib/pathname.rb: Added documentation.