summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-08 14:13:13 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-08 14:13:13 +0000
commit998ba551ae299087865e78f7f72f94fe8b7e08e8 (patch)
tree2db68b06ea40cc1cbd299eaaf68c648fcabe6396
parent7c653f111f73412182f7e23ae1dca7371888de8a (diff)
no message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fb832dfc0..e9fd6cb34c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -825,7 +825,7 @@ Fri Jun 11 17:08:21 2004 Akinori MUSHA <knu@iDaemons.org>
Fri Jun 11 14:30:08 2004 Akinori MUSHA <knu@iDaemons.org>
* config.guess: Attempt to avoid system name change on
- Darwin platfowms also.
+ Darwin platforms also.
Fri Jun 11 14:22:45 2004 Akinori MUSHA <knu@iDaemons.org>
@@ -1438,6 +1438,12 @@ Wed Apr 14 13:06:35 2004 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,
process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783]
+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.
+
Wed Apr 14 11:03:22 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* defines.h: include <net/socket.h> to get fd_set definition in BeOS.
@@ -1461,12 +1467,6 @@ 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>