aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorcharliesome <charliesome@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-25 04:17:50 +0000
committercharliesome <charliesome@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-25 04:17:50 +0000
commit73ac899b7f05d2473506cab815614bd75e01c3d2 (patch)
tree2827faca1a14634a510787441127ab9927bc0642 /ChangeLog
parent97e37d6805042175805d04a654d423422f670281 (diff)
downloadruby-73ac899b7f05d2473506cab815614bd75e01c3d2.tar.gz
* ext/socket/socket.c (sock_gethostname): Use NI_MAXHOST to support
hostnames longer than 64 characters if the system supports it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46935 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 cd7e885ce0..f249b2d784 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 25 13:18:00 2014 Will Farrington <wfarrington@digitalocean.com>
+
+ * ext/socket/socket.c (sock_gethostname): Use NI_MAXHOST to support
+ hostnames longer than 64 characters if the system supports it.
+
Fri Jul 25 12:21:11 2014 Santiago Pastorino <santiago@wyeworks.com>
* compile.c (defined_expr): make the condition if the receiver