summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-13 08:28:40 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-13 08:28:40 +0000
commitd873f09705f13723474199671408857ca4e7431d (patch)
tree7a99dab936f1e0f5393b5f67bab8ae09ee3deed5 /ChangeLog
parent6648394d1b95f1687e27d326bc05fe8dbfd2f322 (diff)
downloadruby-d873f09705f13723474199671408857ca4e7431d.tar.gz
ruby-d873f09705f13723474199671408857ca4e7431d.tar.xz
ruby-d873f09705f13723474199671408857ca4e7431d.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <matz@ruby-lang.org>
+
+ * 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 <nobu@ruby-lang.org>
* encoding.c (rb_enc_compatible): should swap encoding indexes too.