diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-20 09:29:41 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-20 09:29:41 +0000 |
| commit | ab29e6d347c397752483a22c72e64b4f82c9e9cd (patch) | |
| tree | 1fde7e1854c2299962d04be1efd8055c1758c96f /ChangeLog | |
| parent | e13ee95f271901b9d11ffff85aeda55105f662ec (diff) | |
* io.c (rb_io_fwrite): separated from io_write().
* marshal.c (w_byten): use rb_io_fwrite() to support non-blocking
IO, and added error check.
* rubyio.h: prototypes; rb_io_fwrite
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3191 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 @@ +Fri Dec 20 18:29:04 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * io.c (rb_io_fwrite): separated from io_write(). + + * marshal.c (w_byten): use rb_io_fwrite() to support non-blocking + IO, and added error check. + + * rubyio.h: prototypes; rb_io_fwrite + Fri Dec 20 17:40:59 2002 Yukihiro Matsumoto <matz@ruby-lang.org> * object.c (Init_Object): should not remove Class#allocate. |
