diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri Mar 1 06:25:49 2002 Tanaka Akira <akr@m17n.org> + + * ext/socket/extconf.rb (have_struct_member): new method. + check msg_control and msg_accrights in struct msghdr. check sys/uio.h. + + * socket/socket.c: include sys/uio.h if available. + (thread_read_select): new function. + (unix_send_io): ditto. + (unix_recv_io): ditto. + (unix_s_socketpair): ditto. + (Init_socket): define UNIXSocket#send_io, UNIXSocket#recv_io, + UNIXSocket#socketpair and UNIXSocket#pair. + Wed Feb 27 16:30:50 2002 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_mod_include): load modules in argument order. |
