From 4530a8ef7fc692b057d0a54579fb02afaa4656d4 Mon Sep 17 00:00:00 2001 From: rhe Date: Thu, 27 Oct 2016 05:58:35 +0000 Subject: socket: fix rdoc of UDPSocket#recvfrom_nonblock * ext/socket/lib/socket.rb (UDPSocket#recvfrom_nonblock): [DOC] Remove a false statement "If _maxlen_ is omitted, its default value is 65536." maxlen, the first parameter, cannot be omitted as the method signature indicates. This hasn't changed ever since it was first implemented. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 40038fcb05..8b5ec0f67b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Oct 27 14:57:33 2016 Kazuki Yamaguchi + + * ext/socket/lib/socket.rb (UDPSocket#recvfrom_nonblock): [DOC] Remove + a false statement "If _maxlen_ is omitted, its default value is + 65536." maxlen, the first parameter, cannot be omitted as the method + signature indicates. This hasn't changed ever since it was first + implemented. + Thu Oct 27 09:42:09 2016 Nobuyoshi Nakada * object.c (rb_convert_to_integer): convert a fixable float to a -- cgit v1.2.3