aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-04 08:34:06 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-04 08:34:06 +0000
commit506cdbf64a7883b769725c20ced87c38d254f5b0 (patch)
treed36cf279cb8323de70e61324948b5c794e158c18 /ChangeLog
parentdbcc539602450423ccbdabe350bb0636f8d12594 (diff)
downloadruby-506cdbf64a7883b769725c20ced87c38d254f5b0.tar.gz
* re.c (kcode_setter): restore erroneously removed setter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 944ed02dad..dfb82b2f24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Thu Oct 4 17:08:08 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+Thu Oct 4 17:33:18 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* re.c (kcode_setter): Perl-ish global variable `$=' no longer
effective.
@@ -15,6 +15,8 @@ Thu Oct 4 17:08:08 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (rb_str_cmp_m): update RDoc document.
+ * re.c (kcode_setter): restore erroneously removed setter.
+
Thu Oct 4 16:28:33 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* encoding.c (rb_obj_encoding): returns encoding of the given object.