diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-28 09:17:54 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-28 09:17:54 +0000 |
| commit | cbf3ca08e319d5a65f2a660f67d6f3f3f1641f00 (patch) | |
| tree | c85f1303d657551e9717c9f2acd0bfaa9cccc6d8 /ChangeLog | |
| parent | 0bc3abf290d8d092c9bdba5f9eaf451e66cb332c (diff) | |
| download | ruby-cbf3ca08e319d5a65f2a660f67d6f3f3f1641f00.tar.gz ruby-cbf3ca08e319d5a65f2a660f67d6f3f3f1641f00.tar.xz ruby-cbf3ca08e319d5a65f2a660f67d6f3f3f1641f00.zip | |
* ext/socket/socket.c (sock_addrinfo): should specify socktype
from outside.
* io.c (argf_binmode): should call next_argv() to initialize ARGF.
* io.c (argf_filename): ditto.
* io.c (argf_file): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -9,6 +9,19 @@ Thu Mar 28 18:03:51 2002 Minero Aoki <aamine@loveruby.net> * ext/strscan/strscan.c: refactor struct strscanner. +Thu Mar 28 14:51:38 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/socket/socket.c (sock_addrinfo): should specify socktype + from outside. + +Wed Mar 27 17:04:30 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (argf_binmode): should call next_argv() to initialize ARGF. + + * io.c (argf_filename): ditto. + + * io.c (argf_file): ditto. + Wed Mar 27 14:47:32 2002 WATANABE Hirofumi <eban@ruby-lang.org> * io.c (READ_DATA_PENDING): configure.in has supported for uClibc, |
