diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-23 15:59:09 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-23 15:59:09 +0000 |
| commit | c1ccdcb9755a3e48035f2d53f11b7922503a697f (patch) | |
| tree | 7c9bec32375e80e3a18b0a35ca8aaa91d0ccb47a /ChangeLog | |
| parent | 1f1cc4dedd025e79477b78bdd479d7bef4a2183d (diff) | |
| download | ruby-c1ccdcb9755a3e48035f2d53f11b7922503a697f.tar.gz ruby-c1ccdcb9755a3e48035f2d53f11b7922503a697f.tar.xz ruby-c1ccdcb9755a3e48035f2d53f11b7922503a697f.zip | |
* string.c (rb_str_each_char): return original string.
[ruby-core:23499]
* string.c (rb_str_each_codepoint): protect string from
modification.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat May 23 23:52:33 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_each_char): return original string. + [ruby-core:23499] + + * string.c (rb_str_each_codepoint): protect string from + modification. + Sat May 23 21:48:58 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/dl/handle.c (rb_dlhandle_s_sym): added a method to access |
