summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-27 03:01:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-27 03:01:44 +0000
commit5642158fb303997925fe474c029ce76c85588897 (patch)
tree721f32fe9c1b793c3fc278107bd12d8f6ad9658a /ChangeLog
parentc0b61e5787fd81058a0a49ec37fcb9f33a55b165 (diff)
downloadruby-5642158fb303997925fe474c029ce76c85588897.tar.gz
ruby-5642158fb303997925fe474c029ce76c85588897.tar.xz
ruby-5642158fb303997925fe474c029ce76c85588897.zip
* string.c (str_buf_cat2): optimize since all second arguments are
constant literals. * string.c (str_cat_char): unused now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc21df9e9..ac6bb9e56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Sun Sep 27 11:58:35 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Sep 27 12:01:42 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (str_buf_cat2): optimize since all second arguments are
+ constant literals.
+
+ * string.c (str_cat_char): unused now.
* string.c (rb_hash_{uint{32,},end}): removed.