aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-07 05:53:46 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-07 05:53:46 +0000
commit1ea51f02ec2999219d2d2bf70e071f7e8c7343f9 (patch)
treece548c30f07426ed917725872d055b50644b78be /ChangeLog
parent67fa40f42994c44c908c33086bb49f8235e5c46d (diff)
downloadruby-1ea51f02ec2999219d2d2bf70e071f7e8c7343f9.tar.gz
* win32/win32.c (errmap): add some winsock errors.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10227 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 929faafc39..e756d1268c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 7 14:53:04 2006 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (errmap): add some winsock errors.
+
Wed Jun 7 11:34:38 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* configure.in: add new configure option `--with-winsock2' for mingw.