diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-13 04:50:14 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-13 04:50:14 +0000 |
commit | 60d5e3b196af91b84776c7c9f96aa9fc316175ef (patch) | |
tree | ffeaab148c50fa92251735ae77364ba2369f2ac2 | |
parent | 387c7137862836c24daf00233d295b49104a0a16 (diff) |
add ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1472,6 +1472,20 @@ Tue Jan 25 14:05:52 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/sample/tkHTML/ss.rb: local variable scope bug fix [ruby-dev:25479] +Mon Jan 24 15:44:25 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] + +Mon Jan 24 15:44:25 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] + Mon Jan 24 15:44:25 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * document updates - [ruby-core:04296], [ruby-core:04301], |