From ccc13a951331813baaedf8ce04e49e05d0863d14 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 29 Jun 2000 07:46:56 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0ecd1c98..eee2aae77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Jun 29 07:45:33 2000 Yukihiro Matsumoto + + * ext/socket/socket.c (udp_send): destination may be packed + struct sockaddr. + + * object.c (rb_Integer): Integer(nil) should be invalid, on the + other hand, nil.to_i is OK. + Wed Jun 28 17:26:06 2000 Yukihiro Matsumoto * ext/socket/socket.c (ip_recvfrom): udp_recvfrom and tcp_recvfrom -- cgit