From 49cff92a9d9a13bb0f5a45f43b70d4989ce3a65e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 30 Sep 2007 08:13:28 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * bootstraptest/runner.rb (pretty): don't show beginning empty line. -- cgit