From d873f09705f13723474199671408857ca4e7431d Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2007 08:28:40 +0000 Subject: * string.c (rb_str_split_m): need not to check encoding if regexp is empty. * string.c (rb_str_justify): associate encoding of original to the result. * string.c (rb_str_chomp_bang): need to check encoding of record separator. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 979a3c262..397b58037 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Dec 13 17:26:17 2007 Yukihiro Matsumoto + + * string.c (rb_str_split_m): need not to check encoding if regexp + is empty. + + * string.c (rb_str_justify): associate encoding of original to the + result. + + * string.c (rb_str_chomp_bang): need to check encoding of record + separator. + Thu Dec 13 17:03:29 2007 Nobuyoshi Nakada * encoding.c (rb_enc_compatible): should swap encoding indexes too. -- cgit