aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-21 04:38:20 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-21 04:38:20 +0000
commit9dd0d271568c6bf37987698c229d162b4d664281 (patch)
treee7deff432a2a47cd0d350ce1a117a45e2868bc6e /ChangeLog
parent3f0308dbf13e831435f3958b51b4319533e01a03 (diff)
downloadruby-9dd0d271568c6bf37987698c229d162b4d664281.tar.gz
* win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/
sendmsg like UNIX. these functions are experimental and not tested well. bug reports are welcome. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cce7c3e9aa..e1d252e28b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul 21 13:36:20 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/
+ sendmsg like UNIX. these functions are experimental and not tested
+ well. bug reports are welcome.
+
Tue Jul 21 13:35:21 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (TEST_RUNNABLE): follow r24209.