diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-15 17:05:00 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-15 17:05:00 +0000 |
| commit | fddab4595b19983c8703a34f002c49585b32ddba (patch) | |
| tree | 0e61a767792fd1ac084166d8380697345aa5c89e /ChangeLog | |
| parent | d3232cc678d932f75e5d41de4d32977c681bd55d (diff) | |
| download | ruby-fddab4595b19983c8703a34f002c49585b32ddba.tar.gz ruby-fddab4595b19983c8703a34f002c49585b32ddba.tar.xz ruby-fddab4595b19983c8703a34f002c49585b32ddba.zip | |
* string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.
* string.c (rb_str_concat): ditto.
* string.c (str_cat_char): ditto.
* string.c (prefix_escape): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Sep 16 02:02:56 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * string.c (rb_str_buf_cat_ascii): codepoint is unsigned int. + + * string.c (rb_str_concat): ditto. + + * string.c (str_cat_char): ditto. + + * string.c (prefix_escape): ditto. + Tue Sep 16 00:57:56 2008 Tanaka Akira <akr@fsij.org> * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCII |
