summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-29 13:44:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-29 13:44:32 +0000
commit8d729c7230fcb643111c07fefa48d1efc53436b0 (patch)
treec64191a009166a37ce0440f4fbfc2893d63ffcf1 /ChangeLog
parent2d67eb7ef4d5bafcb007184fa8b00e3d21f1c98d (diff)
downloadruby-8d729c7230fcb643111c07fefa48d1efc53436b0.tar.gz
ruby-8d729c7230fcb643111c07fefa48d1efc53436b0.tar.xz
ruby-8d729c7230fcb643111c07fefa48d1efc53436b0.zip
* re.c (rb_reg_regsub): returns the given string itself if nothing
changed. * string.c (rb_str_sub_bang): keeps code-range as possible. * string.c (str_gsub): adjusts code-range. [ruby-core:14566] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14fd4f1b9..29a570465 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat Dec 29 22:44:30 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * re.c (rb_reg_regsub): returns the given string itself if nothing
+ changed.
+
+ * string.c (rb_str_sub_bang): keeps code-range as possible.
+
+ * string.c (str_gsub): adjusts code-range. [ruby-core:14566]
+
Sat Dec 29 21:54:37 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (clean, distclean, realclean): should include clean-enc