summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-12 03:19:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-12 03:19:57 +0000
commitc8a06f9b2e582b6e45bf52f46ee2d400a8e77f91 (patch)
tree5b59ce8049d02391baaacdf89f6bf9b8ba5d02ee /ChangeLog
parent35055daa65c84037ba3b38dbc46aaac269aa33a0 (diff)
downloadruby-c8a06f9b2e582b6e45bf52f46ee2d400a8e77f91.tar.gz
ruby-c8a06f9b2e582b6e45bf52f46ee2d400a8e77f91.tar.xz
ruby-c8a06f9b2e582b6e45bf52f46ee2d400a8e77f91.zip
*** empty log message ***
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d64a092b4..e5615fae6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon Jan 12 12:07:22 2004 Dave Thomas <dave@pragprog.com>
- * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods):
+ * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods):
Someone changed the "// in eval.c" comments to "/*...*/" style,
so the parsing of the source file name broke.
@@ -12,7 +12,7 @@ Mon Jan 12 12:07:22 2004 Dave Thomas <dave@pragprog.com>
and all intervening code was included in the following
method's documentation.
- * lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter::break_to_newline):
+ * lib/rdoc/ri/ri_formatter.rb (RI::HtmlFormatter::break_to_newline):
HTML formats need explicit line breaks.
Mon Jan 12 11:46:30 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>