summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-28 07:49:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-28 07:49:56 +0000
commitdcf971ce75296c638a1fa759a5a9fd469d592e0d (patch)
tree7d70d822974108c56b4a9a7edb7c1ab042d931f0 /ChangeLog
parentb50f3363806a663abcb9962638fb6c4edc861eba (diff)
* win32/win32.c (CreateChild, overlapped_socket_io): suppress
warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2bcdab59..b7b413c62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 28 16:49:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/win32.c (CreateChild, overlapped_socket_io): suppress
+ warnings.
+
Mon Jul 28 16:06:36 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (MAXPATHLEN): define before use.