diff --git a/ChangeLog b/ChangeLog index 44df5d1ee0..fedb8fc246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ Thu May 12 16:50:40 2005 Hirokazu Yamamoto * lib/rdoc/parsers/parse_c.rb: more readability for mixing progress "c..." and warning message. -Thu May 12 15:50:56 2005 Tilman Sauerbeck +Thu May 12 15:50:56 2005 Tilman Sauerbeck * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files. [ruby-core:4341] @@ -1095,7 +1095,7 @@ Fri Mar 4 16:11:20 2005 NAKAMURA Usaku * ext/tk/tcltklib.c: fixed commit mistakes. -Fri Mar 4 12:45:17 2005 Tilman Sauerbeck +Fri Mar 4 12:45:17 2005 Tilman Sauerbeck * lib/rdoc/parsers/parse_c.rb: allow whitespace after function names. [ruby-core:4296] @@ -1103,12 +1103,17 @@ Fri Mar 4 12:45:17 2005 Tilman Sauerbeck * lib/rdoc/parsers/parse_simple.rb: adds support for private comments in the "simple" parser. [ruby-core:4301] -Fri Mar 4 12:45:17 2005 Charles Mills +Fri Mar 4 12:45:17 2005 Charles Mills * lib/rdoc/parsers/parse_c.rb: adds support for constants (rb_define_const), accessors (rb_define_attr), and makes a couple fixes. [ruby-core:4307] +Fri Mar 4 12:45:17 2005 Florian Gro + + * lib/rdoc/parsers/parse_rb.rb: Logic for def Builtin.method() end + [ruby-core:4302] + Fri Mar 4 12:45:17 2005 Yukihiro Matsumoto * array.c: replace rb_protect_inspect() and rb_inspecting_p() by