From 0f5a1c9e7085be8f0e574def8d465fe23e49772b Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 13 May 2005 06:20:06 +0000 Subject: add ChangeLog git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 976685841..4eb7be9f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Fri May 13 12:28:43 2005 Daniel Berger +Fri May 13 12:28:43 2005 Daniel Berger * array.c (rb_ary_select): can remove argc check. [ruby-core:4911] @@ -1474,7 +1474,7 @@ 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 +Mon Jan 24 15:44:25 2005 Tilman Sauerbeck * lib/rdoc/parsers/parse_c.rb: allow whitespace after function names. [ruby-core:4296] @@ -1482,12 +1482,17 @@ Mon Jan 24 15:44:25 2005 Tilman Sauerbeck * 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 +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 Florian Gro + + * lib/rdoc/parsers/parse_rb.rb: Logic for def Builtin.method() end + [ruby-core:4302] + Mon Jan 24 15:44:25 2005 Yukihiro Matsumoto * document updates - [ruby-core:04296], [ruby-core:04301], -- cgit