aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-10 22:28:42 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-10 22:28:42 +0000
commit85c86a4e294aeee92b78c075628ec88cdf54d1ea (patch)
treee1dd43c4ccd35c32b4950d36f655749443a208a8 /ChangeLog
parentfc7c0532444a66dc868a0c9a504a98d3c7080ef2 (diff)
downloadruby-85c86a4e294aeee92b78c075628ec88cdf54d1ea.tar.gz
* lib/rdoc/ri/ri_writer.rb: use String#ord.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 041784789f..797bc97124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jun 11 07:27:11 2006 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/rdoc/ri/ri_writer.rb: use String#ord.
+
Sun Jun 11 04:38:20 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.
@@ -29,7 +33,7 @@ Sat Jun 10 10:13:13 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/rdoc/markup/simple_markup/inline.rb: follow the new behavior
of String#[].
- * lib/rdoc/ri/ri_write.rb: ditto.
+ * lib/rdoc/ri/ri_writer.rb: ditto.
Sat Jun 10 08:17:23 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>