diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-30 14:38:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-30 14:38:26 +0000 |
| commit | 093d6d33c0c23c4573f87e51af6f9adcfcc8d8ea (patch) | |
| tree | 7fe8f7f73cb3c48272f5defa0a96cee10012fb31 /ChangeLog | |
| parent | d571f1ee694b4dc77e33db39b9c911add8853703 (diff) | |
* io.c (io_fread): need not to null terminate. [ruby-dev:24998]
* io.c (read_all): remove unnecessary rb_str_resize().
[ruby-dev:24996] (backported from CVS HEAD)
* io.c (io_readpartial): ditto.
* io.c (io_read): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Nov 30 23:38:18 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (io_fread): need not to null terminate. [ruby-dev:24998] + + * io.c (read_all): remove unnecessary rb_str_resize(). + [ruby-dev:24996] (backported from CVS HEAD) + + * io.c (io_readpartial): ditto. + + * io.c (io_read): ditto. + Mon Nov 29 16:06:04 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/stringio/stringio.c (strio_write): insufficiently filled string |
