diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Sun Aug 24 12:22:15 2008 Tanaka Akira <akr@fsij.org> + + * include/ruby/encoding.h (rb_econv_substr_append): renamed from + rb_econv_string. + (rb_econv_str_convert): declared. + (rb_econv_substr_convert): declared. + (rb_econv_str_append): declared. + + * io.c (io_fwrite): use rb_econv_str_convert instead of + rb_econv_string. + + * transcode.c (rb_econv_substr_append): renamed from rb_econv_string. + (rb_econv_str_append): new function. + (rb_econv_substr_convert): ditto. + (rb_econv_str_convert): ditto. + Sun Aug 24 12:15:12 2008 NARUSE, Yui <naruse@ruby-lang.org> * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9. |
