summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-17 03:23:10 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-17 03:23:10 +0000
commit5946d5689b183f31c74a80ae0d058abe42ac72bb (patch)
treef6471e2cf458ea416bafedaad2d8cec6c53a5bdb /ChangeLog
parent59e43db2151e932bc5614df83367b8e091bb6544 (diff)
Change :enddoc: to terminate processing of current file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6176 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 f2e3de4511..1560e4db80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,12 @@ Tue Apr 13 01:30:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
Mon Apr 12 19:11:29 2004 Eric Hodel <drbrain@segment7.net>
+Wed Apr 14 11:06:38 2004 Dave Thomas <dave@pragprog.com>
+
+ * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::scan): Changed
+ behavior of :enddoc: -- it now unconditionally terminates
+ processing of the current file.
+
* gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]
Mon Apr 12 18:52:32 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>