aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 18:12:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 18:12:43 +0000
commit34c7492e2ceb5eb65b445cd64cbf7a9a70b32a81 (patch)
tree100ff13e181e8062e55c9e85b38eafad4a0a2b35 /ChangeLog
parent77a9d7c32f8a8b74c63e999af8e5c11506dee8e2 (diff)
downloadruby-34c7492e2ceb5eb65b445cd64cbf7a9a70b32a81.tar.gz
* ext/socket/socket.c (host_str): numeric address should be unsigned.
[ruby-core:18971] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19593 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 d7f747e551..3c411ce170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Sep 27 03:12:40 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/socket/socket.c (host_str): numeric address should be unsigned.
+ [ruby-core:18971]
+
Fri Sep 26 22:46:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (primary, brace_block): fix for line number.