aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-27 00:42:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-27 00:42:51 +0000
commit5829a95b47136c17b661e8b17567296b147dd7db (patch)
treee9f1d28c1cc3f4b9276e76a4b46281a138522886 /ChangeLog
parentbb32165fe9934ee3fb2bb06cb47772b77af0ce19 (diff)
downloadruby-5829a95b47136c17b661e8b17567296b147dd7db.tar.gz
* parse.y (strings, xstring, regexp, dsym): empty strings have
US-ASCII encoding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f73a39e36d..ef7dfeda5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 27 09:42:50 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (strings, xstring, regexp, dsym): empty strings have
+ US-ASCII encoding.
+
Thu Sep 27 07:39:13 2007 Tanaka Akira <akr@fsij.org>
* bootstraptest/runner.rb (assert_finish): new method.