summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-23 13:23:55 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-23 13:23:55 +0000
commit7f3c528333839131c5820a24f8fbf3fdf09c9eb1 (patch)
treefa4a98e5bc7f69e5ca673ea241fbf59b1f1bd61e /ChangeLog
parentfbef2d92e5f21c84c873cd88e0812a085ef67f0d (diff)
downloadruby-7f3c528333839131c5820a24f8fbf3fdf09c9eb1.tar.gz
ruby-7f3c528333839131c5820a24f8fbf3fdf09c9eb1.tar.xz
ruby-7f3c528333839131c5820a24f8fbf3fdf09c9eb1.zip
Work around OSX strangneness with recvfrom on connection-oriented sockets
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54dbc2672..d96287515 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 23 22:23:37 2004 Dave Thomas <dave@pragprog.com>
+
+ * ext/socket/socket.c (sock_s_gethostbyaddr): Work around problem
+ with OS X not returning 'from' parameter to recvfrom for
+ connection-oriented sockets.
+
Wed Jun 23 01:45:27 2004 Dave Thomas <dave@pragprog.com>
* lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_quotation):