add ChangeLog

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-05-13 06:20:06 +00:00
parent 49a84b0867
commit 6bbd130b4d

View File

@ -1109,6 +1109,11 @@ Fri Mar 4 12:45:17 2005 Charles Mills <cmills@freeshell.org>
(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