From 994d0012b4524a8d1cc1d91547f3782732bbea88 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 13 May 2005 04:50:14 +0000 Subject: add ChangeLog git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a7ef1f0d..b6c779c96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1472,6 +1472,20 @@ Tue Jan 25 14:05:52 2005 Hidetoshi NAGAI * ext/tk/sample/tkHTML/ss.rb: local variable scope bug fix [ruby-dev:25479] +Mon Jan 24 15:44:25 2005 Tilman Sauerbeck + + * 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 + + * 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 * document updates - [ruby-core:04296], [ruby-core:04301], -- cgit