aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-07 08:30:32 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-07 08:30:32 +0000
commit78543725ebbb47a1132c93e629af91891d8258ff (patch)
tree65f4d54575d83d102d5eaac0dbd53943e705e132 /ChangeLog
parenta0d163da71e9e1dc2d78f20cde1b8ece866ff5a1 (diff)
downloadruby-78543725ebbb47a1132c93e629af91891d8258ff.tar.gz
* tool/transcode-tblgen.rb: o4 is usable only if the first byte is
f0-f7. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19212 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 77de182d30..b570c145f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Sep 7 17:29:49 2008 Tanaka Akira <akr@fsij.org>
+
+ * tool/transcode-tblgen.rb: o4 is usable only if the first byte is
+ f0-f7.
+
Sun Sep 7 12:44:26 2008 Tanaka Akira <akr@fsij.org>
* io.c (make_writeconv): choose ASCII compatible encoding as