diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-07 01:51:47 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-07 01:51:47 +0000 |
| commit | 8282bdbf559929c9265bf15c8dc10bc350a895d4 (patch) | |
| tree | fa8c32251e487def968f4e48e23c83d5cdf7d171 /ChangeLog | |
| parent | 3a381c19bcff2ecccfe6e38b3d803a9440da22b3 (diff) | |
| download | ruby-8282bdbf559929c9265bf15c8dc10bc350a895d4.tar.gz ruby-8282bdbf559929c9265bf15c8dc10bc350a895d4.tar.xz ruby-8282bdbf559929c9265bf15c8dc10bc350a895d4.zip | |
* win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add
support new configure option `--with-winsock2'.
* win32/win32.c (StartSockets): ditto.
* ext/socket/extconf.rb: ditto.
* win32/win32.c (open_ifs_socket): new function.
* win32/win32.c (StartSockets, rb_w32_socket): use open_ifs_socket()
instead of socket().
ifs socket support is backported from trunk.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Wed Jun 7 10:45:10 2006 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add + support new configure option `--with-winsock2'. + + * win32/win32.c (StartSockets): ditto. + + * ext/socket/extconf.rb: ditto. + + * win32/win32.c (open_ifs_socket): new function. + + * win32/win32.c (StartSockets, rb_w32_socket): use open_ifs_socket() + instead of socket(). + ifs socket support is backported from trunk. + Wed Jun 7 09:14:44 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_call0): binding for the return event hook should have |
