summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-26 04:32:11 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-26 04:32:11 +0000
commitb208787a4f70b5c89756e8a230ca946e83d3657c (patch)
tree818c27946260c3a7d4971adafaad8c040f24a1f0 /ChangeLog
parentd726c4d14bab5e8258bb330cae7bca4de8f84f5f (diff)
downloadruby-b208787a4f70b5c89756e8a230ca946e83d3657c.tar.gz
ruby-b208787a4f70b5c89756e8a230ca946e83d3657c.tar.xz
ruby-b208787a4f70b5c89756e8a230ca946e83d3657c.zip
Fix problem with :section: and new 1.9
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d90edb72..0b9fb920b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 26 13:29:02 2004 Dave Thomas <dave@pragprog.com>
+
+ * 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 <matz@ruby-lang.org>
* io.c (io_read): move StringValue() check before GetOpenFile().