diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-06 02:20:58 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-06 02:20:58 +0000 |
| commit | 4fcc9a08a9e1413a8cdafb7dcf2b1cc4042d960d (patch) | |
| tree | 9d04f8151a61f0b1fd4b13e627f2882441c238e0 /ChangeLog | |
| parent | da62f531d8bcf15ff14a6918ebb6b1865dac0bff (diff) | |
| download | ruby-4fcc9a08a9e1413a8cdafb7dcf2b1cc4042d960d.tar.gz ruby-4fcc9a08a9e1413a8cdafb7dcf2b1cc4042d960d.tar.xz ruby-4fcc9a08a9e1413a8cdafb7dcf2b1cc4042d960d.zip | |
* win32/win32.c (open_ifs_socket): new function.
* win32/win32.c (StartSockets, rb_w32_socket): use open_ifs_socket()
instead of socket().
all changes are derived from [ruby-core:5388].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,9 +1,17 @@ +Wed Jul 6 11:15:21 2005 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/win32.c (open_ifs_socket): new function. + + * win32/win32.c (StartSockets, rb_w32_socket): use open_ifs_socket() + instead of socket(). + all changes are derived from [ruby-core:5388]. + Wed Jul 6 00:15:00 2005 NARUSE, Yui <naruse@ruby-lang.org> - * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}: - imported nkf.c 1.70 (support UTF-8-MAC) + * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}: + imported nkf.c 1.70 (support UTF-8-MAC) - * ext/nkf/lib/kconv.rb: add :utf8mac and :internalunicode + * ext/nkf/lib/kconv.rb: add :utf8mac and :internalunicode Tue Jul 5 23:44:06 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> |
