diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 03:14:41 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 03:14:41 +0000 |
| commit | 3338d8f45e361ca85a427b5d78cc8b3f7286c2e1 (patch) | |
| tree | ca426175bcd55c337a27bcb42c708a90314bd4a8 /ChangeLog | |
| parent | 9a1c347257f1ab1d017aa3a7f7d38301b8128636 (diff) | |
| download | ruby-3338d8f45e361ca85a427b5d78cc8b3f7286c2e1.tar.gz ruby-3338d8f45e361ca85a427b5d78cc8b3f7286c2e1.tar.xz ruby-3338d8f45e361ca85a427b5d78cc8b3f7286c2e1.zip | |
* string.c (rb_str_each_codepoint): add new methods, #codepoints
and #each_codepoint. a patch from Michael Selig
<michael.selig at fs.com.au> in [ruby-core:18532].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Sep 16 11:55:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_each_codepoint): add new methods, #codepoints + and #each_codepoint. a patch from Michael Selig + <michael.selig at fs.com.au> in [ruby-core:18532]. + Tue Sep 16 11:24:44 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/socket/mkconstants.rb: add new constants. a patch from |
