summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-07 16:36:29 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-07 16:36:29 +0000
commitd5b434088ada94b3df3fe87ea42c98c3e6e9ee16 (patch)
tree8733c1bc4d7c97c161492e5b7c0351fed52ca9a0 /ChangeLog
parent44dc05e55fbb351106c2ded1980b6bcc2d0b272b (diff)
* win32/win32.c (is_socket): reorder of function definitions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8335584ddf..b6622390d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 08 01:35:44 2004 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (is_socket): reorder of function definitions.
+
Wed Dec 08 00:44:31 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (pipe_open): win32 bidirectional pipe support.