From 8966a62b61d585d6548367de1e44fb95d5bae6d8 Mon Sep 17 00:00:00 2001 From: drbrain Date: Sun, 31 Dec 2006 21:13:27 +0000 Subject: Allow RDoc comment to give friendly value for rb_define_const. Patch by Daniel Berger , [ruby-patches-7499]. Fix whitespace handling in constant comments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73f390e43..8629463e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jan 1 06:05:55 2007 Eric Hodel + + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#handle_constansts): + Allow RDoc comment to give friendly value for rb_define_const. Patch + by Daniel Berger , [ruby-patches-7499]. + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#handle_constansts): Fix + whitespace handling in constant comments. + Mon Jan 01 00:00:00 2007 Koichi Sasada * Merge YARV -- cgit