summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-13 04:50:14 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-13 04:50:14 +0000
commit6aa9c26ccd191650e81a3f7ad26caeb7b17fef73 (patch)
treecd5c5b105b5bb42186212fcd8aa1e880571187cc
parent03d78ea504f5b9aa737a7e1c7fa4ff0df9764b3f (diff)
downloadruby-6aa9c26ccd191650e81a3f7ad26caeb7b17fef73.tar.gz
ruby-6aa9c26ccd191650e81a3f7ad26caeb7b17fef73.tar.xz
ruby-6aa9c26ccd191650e81a3f7ad26caeb7b17fef73.zip
add ChangeLog
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6af58710..44df5d1ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1095,6 +1095,20 @@ 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>
+
+ * lib/rdoc/parsers/parse_c.rb: allow whitespace after function names.
+ [ruby-core:4296]
+
+ * 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>
+
+ * 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 Yukihiro Matsumoto <matz@ruby-lang.org>
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by