From eb166d591641c4caa1a6f6f27a2fa28a1c056814 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 24 Jun 2004 23:31:29 +0000 Subject: * eval.c (rb_thread_atfork): remove "fork terminates thread" warning. [ruby-dev: * object.c (rb_obj_clone): backport FL_FINALIZE patch from 1.9. [ruby-core:02786][ruby-core:03067] * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() should give us packed address, not struct sockaddr. [ruby-core:03053] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0be7b07eb..8c852d051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,18 @@ Wed Jun 23 22:23:37 2004 Dave Thomas with OS X not returning 'from' parameter to recvfrom for connection-oriented sockets. +Thu Jun 24 01:07:15 2004 Yukihiro Matsumoto + + * eval.c (rb_thread_atfork): remove "fork terminates thread" + warning. [ruby-dev: + + * object.c (rb_obj_clone): backport FL_FINALIZE patch from 1.9. + [ruby-core:02786][ruby-core:03067] + + * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() + should give us packed address, not struct sockaddr. + [ruby-core:03053] + Wed Jun 23 01:45:27 2004 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_quotation): -- cgit