summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-13 06:20:06 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-13 06:20:06 +0000
commit6bbd130b4d50fd0b8db27ea802ad948640e32225 (patch)
tree51cbfa7ba7937de748604530d21ea62aa6ffe07a
parent49a84b08672f6023a4fdf3045ef0cc03244f1255 (diff)
add ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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