diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-27 00:18:08 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-27 00:18:08 +0000 |
| commit | 61915c81b26bec610c16804efb796185519aacc4 (patch) | |
| tree | c7e0e4647df9c413b548d972867e2eaa2588bedd /ChangeLog | |
| parent | df232a61663a785a39e48792ceb2aa0a6d9d97a5 (diff) | |
| download | ruby-61915c81b26bec610c16804efb796185519aacc4.tar.gz ruby-61915c81b26bec610c16804efb796185519aacc4.tar.xz ruby-61915c81b26bec610c16804efb796185519aacc4.zip | |
* string.c (str_gsub): use a string object for exception safeness.
[ruby-dev:24601]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Oct 27 09:17:30 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (str_gsub): use a string object for exception safeness. + [ruby-dev:24601] + Tue Oct 26 23:52:32 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * io.c (rb_io_getline): rs modification check should not interfere in the loop. |
