diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 13:23:16 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 13:23:16 +0000 |
| commit | 21ef44b67ee99834ae36ae39e89f48cdd2dc1a70 (patch) | |
| tree | a8680a2df5dd2466efec7b238ed6f091830a1087 /ChangeLog | |
| parent | bade487125a7a34656a1b3770ead462cd1784b57 (diff) | |
| download | ruby-21ef44b67ee99834ae36ae39e89f48cdd2dc1a70.tar.gz ruby-21ef44b67ee99834ae36ae39e89f48cdd2dc1a70.tar.xz ruby-21ef44b67ee99834ae36ae39e89f48cdd2dc1a70.zip | |
* string.c (rb_str_concat): fix rdoc. (codepoint is integer)
* string.c (rb_str_each_codepoint): use UINT2NUM.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19385 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 22:21:33 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * string.c (rb_str_concat): fix rdoc. (codepoint is integer) + + * string.c (rb_str_each_codepoint): use UINT2NUM. + Tue Sep 16 21:48:55 2008 NARUSE, Yui <naruse@ruby-lang.org> * re.c (rb_reg_desc): Regexp#inspect should be US-ASCII. |
