aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
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 <ocean@m2.ccsnet.ne.jp>
* lib/rdoc/parsers/parse_c.rb: more readability for mixing
progress "c..." and warning message.
-Thu May 12 15:50:56 2005 Tilman Sauerbeck <tilman@code-monkey.de>
+Thu May 12 15:50:56 2005 Tilman Sauerbeck <tilman@code-monkey.de>
* 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 <usa@ruby-lang.org>
* ext/tk/tcltklib.c: fixed commit mistakes.
-Fri Mar 4 12:45:17 2005 Tilman Sauerbeck <tilman@code-monkey.de>
+Fri Mar 4 12:45:17 2005 Tilman Sauerbeck <tilman@code-monkey.de>
* 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 <tilman@code-monkey.de>
* 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 <cmills@freeshell.org>
+Fri Mar 4 12:45:17 2005 Charles Mills <cmills@freeshell.org>
* 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 <florgro@gmail.com>
+
+ * lib/rdoc/parsers/parse_rb.rb: Logic for def Builtin.method() end
+ [ruby-core:4302]
+
Fri Mar 4 12:45:17 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by