aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 12:42:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 12:42:19 +0000
commit474a88f041f936c22327bf33156eeb115c85d3d8 (patch)
tree8c279c267673efcd94b1df81c575014d6fe808d9 /ChangeLog
parent64a912155d70a97e37c01f6e132d1ccaf5cc142f (diff)
downloadruby-474a88f041f936c22327bf33156eeb115c85d3d8.tar.gz
* re.c (rb_reg_regsub): should set checked encoding.
* string.c (rb_str_sub_bang): applied r14212 too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a007985e6..b0fb19d6e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Dec 19 21:42:18 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * re.c (rb_reg_regsub): should set checked encoding.
+
+ * string.c (rb_str_sub_bang): applied r14212 too.
+
Wed Dec 19 20:40:01 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* bignum.c (bigmul1): C99ism.