diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-30 08:13:28 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-30 08:13:28 +0000 |
| commit | 49cff92a9d9a13bb0f5a45f43b70d4989ce3a65e (patch) | |
| tree | 958b18ff64e9862a3f85394c033c870aef2f559a /ChangeLog | |
| parent | dd2468cac85c006af2eafd7944d63a9c20db1017 (diff) | |
| download | ruby-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
