diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-27 03:01:44 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-27 03:01:44 +0000 |
| commit | 5642158fb303997925fe474c029ce76c85588897 (patch) | |
| tree | 721f32fe9c1b793c3fc278107bd12d8f6ad9658a /ChangeLog | |
| parent | c0b61e5787fd81058a0a49ec37fcb9f33a55b165 (diff) | |
| download | ruby-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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |
