diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-03 14:43:07 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-03 14:43:07 +0000 |
| commit | 97c65c74a1673b550aeb8d894871e77d237a5b54 (patch) | |
| tree | ae78e955ba774b71dd830a890d83f9f9d2bf62e9 /ChangeLog | |
| parent | 2633b2c4b7a9d3ba4508b01bfec205b69b77eb54 (diff) | |
| download | ruby-97c65c74a1673b550aeb8d894871e77d237a5b54.tar.gz ruby-97c65c74a1673b550aeb8d894871e77d237a5b54.tar.xz ruby-97c65c74a1673b550aeb8d894871e77d237a5b54.zip | |
* ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write):
should return nil instead of self as well as IO. [ruby-dev:25623]
* ext/stringio/stringio.c (strio_extend, strio_putc): fill with zero
extended portion. [ruby-dev:25626]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,10 +1,18 @@ +Thu Feb 3 23:42:36 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write): + should return nil instead of self as well as IO. [ruby-dev:25623] + + * ext/stringio/stringio.c (strio_extend, strio_putc): fill with zero + extended portion. [ruby-dev:25626] + Wed Feb 3 03:31:20 2005 NARUSE, Yui <naruse@ruby-lang.org> - * ext/nkf/nkf-utf8/nkf.c: follow original v 1.57 + * ext/nkf/nkf-utf8/nkf.c: follow original v 1.57 * ext/nkf/nkf-utf8/utf8tbl.c: follow original v 1.8 - * ext/nkf/nkf-utf8/config.h: follow original v 1.7 + * ext/nkf/nkf-utf8/config.h: follow original v 1.7 Wed Feb 2 23:52:53 2005 sheepman <sheepman@tcn.zaq.ne.jp> |
