diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-18 14:24:01 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-18 14:24:01 +0000 |
| commit | af9a0d1e981ee2ed4d145ba10070daabe5cd3f47 (patch) | |
| tree | 99e97c4d2997df4e344a146d68847ec905fc5302 /ChangeLog | |
| parent | c98187c6f8504e2a52cc6d45bb8934029f523eeb (diff) | |
| download | ruby-af9a0d1e981ee2ed4d145ba10070daabe5cd3f47.tar.gz ruby-af9a0d1e981ee2ed4d145ba10070daabe5cd3f47.tar.xz ruby-af9a0d1e981ee2ed4d145ba10070daabe5cd3f47.zip | |
* io.c (rb_io_s_new): block check moved from initialize to this
method.
* io.c (rb_io_s_open): open should call initialize too. IO#for_fd
also calls initialize. [new]
* error.c (rb_sys_fail): replace INT2FIX() by INT2NUM() since
errno value may not fit in Fixnum size on Hurd.
* error.c (set_syserr): ditto.
* dir.c (dir_s_glob): returns nil if block given.
* io.c (rb_io_each_byte): should return self.
* io.c (rb_io_close_m): close check added.
* dir.c (dir_seek): should return pos.
* parse.y (fixpos): orig may be (NODE*)1, which should not be
dereferenced.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,7 +1,37 @@ +Fri Jan 18 17:32:09 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_s_new): block check moved from initialize to this + method. + + * io.c (rb_io_s_open): open should call initialize too. IO#for_fd + also calls initialize. [new] + +Fri Jan 18 10:26:33 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * error.c (rb_sys_fail): replace INT2FIX() by INT2NUM() since + errno value may not fit in Fixnum size on Hurd. + + * error.c (set_syserr): ditto. + Fri Jan 18 10:12:00 2002 Usaku Nakamura <usa@ruby-lang.org> * ext/socket/socket.c (tcp_svr_s_open): fix typo. +Fri Jan 18 02:27:48 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * dir.c (dir_s_glob): returns nil if block given. + + * io.c (rb_io_each_byte): should return self. + + * io.c (rb_io_close_m): close check added. + + * dir.c (dir_seek): should return pos. + +Fri Jan 18 01:21:53 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (fixpos): orig may be (NODE*)1, which should not be + dereferenced. + Thu Jan 17 16:21:42 2002 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (block_pass): allow "retry" from within argument passed |
