diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-21 19:54:48 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-21 19:54:48 +0000 |
| commit | ae8ed19dad0b2bbe93f2027682bfe222d6160ca6 (patch) | |
| tree | d0641664a76fcb1880f03e90f9138258474ff3fa /ChangeLog | |
| parent | 323d7174f54d8b3141d0f567f0b985f18bda84e8 (diff) | |
| download | ruby-ae8ed19dad0b2bbe93f2027682bfe222d6160ca6.tar.gz ruby-ae8ed19dad0b2bbe93f2027682bfe222d6160ca6.tar.xz ruby-ae8ed19dad0b2bbe93f2027682bfe222d6160ca6.zip | |
* string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT.
* string.c (rb_str_substr): ditto.
* encoding.c (rb_enc_compatible): empty string is compatible with not
only nonasciicompatible strings. [ruby-dev:33895]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Feb 22 04:48:22 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT. + + * string.c (rb_str_substr): ditto. + + * encoding.c (rb_enc_compatible): empty string is compatible with not + only nonasciicompatible strings. [ruby-dev:33895] + Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp> * transcode.c: Added basic support for passing options to String#encode |
