From ae8ed19dad0b2bbe93f2027682bfe222d6160ca6 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 21 Feb 2008 19:54:48 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9ebc1e74..e37cd0318 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Feb 22 04:48:22 2008 NARUSE, Yui + + * 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 * transcode.c: Added basic support for passing options to String#encode -- cgit