diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-17 10:20:52 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-17 10:20:52 +0000 |
| commit | 32c06a767ace618b8de137c9dd4cb9d41eb06977 (patch) | |
| tree | 16311c811fb7d2629e520aaf0486e271bf1035ee /ChangeLog | |
| parent | 7c02b5220b496a9b44c6d55f0e9a8bf1d1c0bb15 (diff) | |
| download | ruby-32c06a767ace618b8de137c9dd4cb9d41eb06977.tar.gz ruby-32c06a767ace618b8de137c9dd4cb9d41eb06977.tar.xz ruby-32c06a767ace618b8de137c9dd4cb9d41eb06977.zip | |
* marshal.c (w_byten): added; write n bytes from s to arg.
* marshal.c (dump): flush buffered data.
* marshal.c (marshal_dump, r_byte, r_bytes0, marshal_load): unify
marshaling I/O. [ruby-talk:53368]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Oct 17 19:17:56 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * marshal.c (w_byten): added; write n bytes from s to arg. + + * marshal.c (dump): flush buffered data. + + * marshal.c (marshal_dump, r_byte, r_bytes0, marshal_load): unify + marshaling I/O. [ruby-talk:53368] + Thu Oct 17 12:58:24 2002 Minero Aoki <aamine@loveruby.net> * lib/fileutils.rb: stat.blksize might become 0/nil. |
