From ba80c20485295475c6c2132c4919e8a7f4bfedfe Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 14 Jun 2007 08:08:13 +0000 Subject: * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle more extensions. [ruby-dev:30972] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da65ec61d..de9a3fded 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 14 17:09:48 2007 Nobuyoshi Nakada + + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle more + extensions. [ruby-dev:30972] + Thu Jun 14 14:40:42 2007 Tanaka Akira * lib/securerandom.rb: documente updated. -- cgit