1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/socket
nobu 0bc5341690 option.c: single byte boolean
* ext/socket/option.c (sockopt_bool): relax boolean size to be one
  too not only sizeof(int).  Winsock getsockopt() returns a single
  byte as a boolean socket option.  [ruby-core:72730] [Bug #11958]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-01-17 06:31:36 +00:00
..
test_addrinfo.rb * ext/socket/lib/socket.rb: Specify frozen_string_literal: true. 2015-11-14 13:15:33 +00:00
test_ancdata.rb * ext/socket/lib/socket.rb: Specify frozen_string_literal: true. 2015-11-14 13:15:33 +00:00
test_basicsocket.rb Revert r53253. naruse fixed it differently in r53244 2015-12-22 18:20:20 +00:00
test_nonblock.rb * ext/socket/lib/socket.rb: Specify frozen_string_literal: true. 2015-11-14 13:15:33 +00:00
test_socket.rb ignore exception is the address is IPv6 2015-12-24 17:53:11 +00:00
test_sockopt.rb option.c: single byte boolean 2016-01-17 06:31:36 +00:00
test_tcp.rb * test/ruby/test_mixed_unicode_escapes.rb: fixed typo. 2015-12-03 06:38:01 +00:00
test_udp.rb * ext/socket/lib/socket.rb: Specify frozen_string_literal: true. 2015-11-14 13:15:33 +00:00
test_unix.rb socket: expand docs+tests for recv_io/send_io 2015-12-07 18:39:47 +00:00