summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-08 08:09:28 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-08 08:09:28 +0000
commitaeebb6e53874acbba8b614420076a48b2485b087 (patch)
tree068aed0548776454c4c05736b2d36d3068166ec2 /ChangeLog
parentb62f04f5e10cebb1539667c343e136cc69434233 (diff)
* string.c (rb_str_concat): partially reverts r30040 because
it unpexpectedly changed the behavior of String#<<. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 040f925349..39dca837d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 6 22:28:41 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * string.c (rb_str_concat): partially reverts r30040 because
+ it unpexpectedly changes the behavior of String#<<.
+
Fri Nov 5 00:14:15 2010 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/fiddle/extconf.rb: fixing ffi library location on windows.