summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-12 14:45:27 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-12 14:45:27 +0000
commit4abf568303d345669a5f081cae670f1325b07f13 (patch)
tree0ba9f2dc7dceeaea03a03c502486ee7f3cf91883 /ChangeLog
parent70e7f3dec0ad05de4bf555ff4a6db53dea0c99e6 (diff)
merges r23911 from trunk into ruby_1_9_1.
-- * tool/compile_prelude.rb: use US-ASCII name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39a2e4f9c..960f0e097 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 30 16:48:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/compile_prelude.rb: use US-ASCII name.
+
Tue Jun 30 11:05:59 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dln.c (dln_find_1): fixed index overrun.