1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/socket
ocean 73f94bb851 * intern.h, struct.c (rb_struct_iv_get): constified.
* marshal.c: avoid one VC++6 warning for implicit conversion
  from int to char.

* ruby.h: ANSI styled.

* bcc32/Makefile.sub (HAVE_HYPOT): added.

* ext/socket/extconf.rb: BeOS is only one platform should call
  closesocket, so check __BEOS__ macro directly. (I was worried
  accidently HAVE_CLOSESOCKET is defined on windows again because
  it has it)

* ext/socket/{getaddrinfo.c,socket.c}: ditto.

... these are all cosmetic changes.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-10-21 06:46:41 +00:00
..
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
addrinfo.h * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST and 2002-12-31 11:17:40 +00:00
depend * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, 2005-10-18 02:01:24 +00:00
extconf.rb * intern.h, struct.c (rb_struct_iv_get): constified. 2005-10-21 06:46:41 +00:00
getaddrinfo.c * intern.h, struct.c (rb_struct_iv_get): constified. 2005-10-21 06:46:41 +00:00
getnameinfo.c * numeric.c (flo_eq): alway check if operands are NaN. 2004-05-20 04:34:14 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Lite 2005-03-08 04:41:51 +00:00
socket.c * intern.h, struct.c (rb_struct_iv_get): constified. 2005-10-21 06:46:41 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00