summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-30 08:13:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-30 08:13:28 +0000
commit49cff92a9d9a13bb0f5a45f43b70d4989ce3a65e (patch)
tree958b18ff64e9862a3f85394c033c870aef2f559a /ChangeLog
parentdd2468cac85c006af2eafd7944d63a9c20db1017 (diff)
downloadruby-49cff92a9d9a13bb0f5a45f43b70d4989ce3a65e.tar.gz
ruby-49cff92a9d9a13bb0f5a45f43b70d4989ce3a65e.tar.xz
ruby-49cff92a9d9a13bb0f5a45f43b70d4989ce3a65e.zip
* string.c (rb_str_append): always set encoding, and coderange
cache bits. * include/ruby/encoding.h (ENC_CODERANGE_SET): fixed a bug not to set chache bits. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d7e0004e..3909cfc10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Sep 30 17:12:53 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (rb_str_append): always set encoding, and coderange
+ cache bits.
+
+ * include/ruby/encoding.h (ENC_CODERANGE_SET): fixed a bug not to
+ set chache bits.
+
Sun Sep 30 11:52:11 2007 Tanaka Akira <akr@fsij.org>
* bootstraptest/runner.rb (pretty): don't show beginning empty line.