diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-08 14:20:47 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-08 14:20:47 +0000 |
| commit | d65b353d43b0c60f1ecf2ea54d0bfd507c374caa (patch) | |
| tree | 96823f2773fc11295fcbca80e5ad76e4c10c1aa2 /NEWS | |
| parent | 7a5c80dc0d7d4bba4d42de298b3d43db94d448ea (diff) | |
| download | ruby-d65b353d43b0c60f1ecf2ea54d0bfd507c374caa.tar.gz ruby-d65b353d43b0c60f1ecf2ea54d0bfd507c374caa.tar.xz ruby-d65b353d43b0c60f1ecf2ea54d0bfd507c374caa.zip | |
* ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.
(shutdown_how_arg): new function.
* ext/socket/mkconstants.rb: generate shutdown_how_to_int.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -78,8 +78,9 @@ with all sufficient information, see the ChangeLog file. returns a sender address as AddrInfo object instead of a string. * BasicSocket#local_address * BasicSocket#remote_address - * string/symbol as protocol/address family, socket type, protocol level and - socket option name can be specified as a string/symbol. + * string/symbol as protocol/address family, socket type, protocol level, + socket option name and shutdown's how argument can be specified as a + string/symbol. === Compatibility issues (excluding feature bug fixes) |
