From 682f44e5bae220ae331130c9b67567cb9505679a Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 26 Nov 2004 04:32:11 +0000 Subject: Fix problem with :section: and new 1.9 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb70c00b2..d2aa9a87a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 26 13:29:02 2004 Dave Thomas + + * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::look_for_directives_in): Break + out of preprocessing when we find a :section: directive (previously cleared out the + comment, but this apparently now generates an error in gsub!) + Fri Nov 26 00:17:40 2004 Yukihiro Matsumoto * io.c (io_read): move StringValue() check before GetOpenFile(). -- cgit