diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-03 06:50:41 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-03 06:50:41 +0000 |
| commit | 1f50a1e4e7ed0c0a2eb33b8f0f21821c80a99930 (patch) | |
| tree | ddf143d1605f30fa4f4c2b6550669837ab2138e4 /ChangeLog | |
| parent | 03613d9255e24a4d9343ec98f99624046f1d3cf2 (diff) | |
| download | ruby-1f50a1e4e7ed0c0a2eb33b8f0f21821c80a99930.tar.gz ruby-1f50a1e4e7ed0c0a2eb33b8f0f21821c80a99930.tar.xz ruby-1f50a1e4e7ed0c0a2eb33b8f0f21821c80a99930.zip | |
* ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as
windows) doesn't set fromlen if the socket is connection-oriented.
reported by Bram Whillock in [ruby-core:10512] [ruby-Bugs#9061]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Apr 3 15:50:41 2007 NAKAMURA Usaku <usa@ruby-lang.org> + + * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as + windows) doesn't set fromlen if the socket is connection-oriented. + reported by Bram Whillock in [ruby-core:10512] [ruby-Bugs#9061] + Tue Apr 3 09:36:55 2007 NAKAMURA Usaku <usa@ruby-lang.org> * ext/openssl/ruby_missing.h: need to include version.h to check |
