aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-01 15:26:58 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-01 15:26:58 +0000
commitf6150aa7df1edf951d4efca5d06d4e0f687bb47f (patch)
tree7cacaead238b60dd24e154e45442c03cf85553c1 /ChangeLog
parent83c5219287937d3dffe60ebd85a5c1f808006238 (diff)
downloadruby-f6150aa7df1edf951d4efca5d06d4e0f687bb47f.tar.gz
* ext/socket/extconf.rb: win64 is just same with win32 about socket.
notice: but wince is not same. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29666 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 94f231b673..bfc60af5c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 2 00:25:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/socket/extconf.rb: win64 is just same with win32 about socket.
+ notice: but wince is not same.
+
Mon Nov 1 21:25:57 2010 URABE Shyouhei <shyouhei@ruby-lang.org>
* main.c: <stdlib.h> is needed, to introduce the getenv(3)