diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-03 07:20:17 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-03 07:20:17 +0000 |
| commit | 7fc36a323bf3a4c29852a618b100ecde42c26bfc (patch) | |
| tree | bd505efacb0ebfdfeef5a8ae416647b80611248e /ChangeLog | |
| parent | ce91cf064d68009679b4277da6b72d9c5ab76218 (diff) | |
| download | ruby-7fc36a323bf3a4c29852a618b100ecde42c26bfc.tar.gz ruby-7fc36a323bf3a4c29852a618b100ecde42c26bfc.tar.xz ruby-7fc36a323bf3a4c29852a618b100ecde42c26bfc.zip | |
* marshal.c (w_nbyte): should output always via rb_io_write().
* marshal.c (dump_ensure): ditto.
* marshal.c (marshal_dump): should call "binmode" method, if it
responds to.
* marshal.c (r_byte): should input always via "getc" method.
* marshal.c (r_bytes0): should input always via "read" method.
* marshal.c (marshal_load): need not to set up FILE* fp;
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Sun Mar 2 09:51:47 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * marshal.c (w_nbyte): should output always via rb_io_write(). + + * marshal.c (dump_ensure): ditto. + + * marshal.c (marshal_dump): should call "binmode" method, if it + responds to. + + * marshal.c (r_byte): should input always via "getc" method. + + * marshal.c (r_bytes0): should input always via "read" method. + + * marshal.c (marshal_load): need not to set up FILE* fp; + Mon Mar 3 11:29:04 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. |
