aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-01 02:45:47 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-01 02:45:47 +0000
commitab12f27fb5e8314ce616a6d19083a24d7601a109 (patch)
treeefef0182c55f2ada14acb5ef482c6f2192eed45b /ChangeLog
parent9a5fd6098d6185b8f415be06cb3af11dd29c7363 (diff)
downloadruby-ab12f27fb5e8314ce616a6d19083a24d7601a109.tar.gz
* tool/compile_prelude.rb (C_ESC): use octal escape to avoid
"\x09for (;;) ..." to be interpret the first character 0x9f. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15361 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 ed9511f49d..1e7202af8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 1 11:44:22 2008 Tanaka Akira <akr@fsij.org>
+
+ * tool/compile_prelude.rb (C_ESC): use octal escape to avoid
+ "\x09for (;;) ..." to be interpret the first character 0x9f.
+
Thu Jan 31 23:06:42 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_bignum.rb: suppress warnings during test.