* text format

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nahi 2004-01-01 15:47:52 +00:00
parent 776ab7d147
commit eee1377a60

View File

@ -25,7 +25,7 @@ Wed Dec 31 11:17:37 2003 Dave Thomas <dave@pragprog.com>
Wed Dec 31 01:33:05 2003 Dave Thomas <dave@pragprog.com> Wed Dec 31 01:33:05 2003 Dave Thomas <dave@pragprog.com>
* array.c, error.c, eval.c, io.c, prec.c, range.c, re.c, * 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 <matz@ruby-lang.org> Tue Dec 30 19:39:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
@ -46,7 +46,6 @@ Tue Dec 30 12:30:30 2003 Dave Thomas <dave@pragprog.com>
class and a method have the same name, finding Xxx.abc was trying class and a method have the same name, finding Xxx.abc was trying
to find 'abc' in method 'Xxx', not class 'Xxx'. to find 'abc' in method 'Xxx', not class 'Xxx'.
Tue Dec 30 08:32:32 2003 Dave Thomas <dave@pragprog.com> Tue Dec 30 08:32:32 2003 Dave Thomas <dave@pragprog.com>
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method): * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method):
@ -54,7 +53,6 @@ Tue Dec 30 08:32:32 2003 Dave Thomas <dave@pragprog.com>
def each_entry(&b) Dir.foreach(@path) {|f| yield P.new(f) } end def each_entry(&b) Dir.foreach(@path) {|f| yield P.new(f) } end
Tue Dec 30 07:30:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au> Tue Dec 30 07:30:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au>
* lib/pathname.rb: Added documentation. * lib/pathname.rb: Added documentation.