summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-29* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-07* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa
2004-06-24* ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz
2004-06-23Work around OSX strangneness with recvfrom on connection-oriented socketsdave
2004-05-20* ext/socket/socket.c: check SCM_RIGHTS macro addition toakr
2004-05-20* ext/socket/socket.c (make_hostent_internal): remove debug print.matz
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-17* ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz
2004-05-06use numerichost if cannot resolve hostnameseki
2004-04-06* ext/socket/socket.c (raise_socket_error): never return.usa
2004-04-05* ext/socket/socket.c (raise_socket_error): some platforms don't haveusa
2004-04-02* ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz
2004-04-01* ext/socket/socket.c (make_hostent): fix memory leak, based onmatz
2004-03-31* pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-02-06* ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu
2004-01-27* ext/socket/socket.c (s_recvfrom): sending length should be annobu
2004-01-21* parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz
2004-01-10* ext/socket/socket.c (make_hostent): a bug in brace position.matz
2004-01-10* configure.in: install rdoc by default. if you do not want tomatz
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-12-14* ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-07* ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu
2003-10-20* gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-07* ext/socket/extconf.rb: useless assignment removed.akr
2003-10-06* ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr
2003-10-01* ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz
2003-09-26* ext/socket/socket.c (ruby_connect): on win32, type of the 4thusa
2003-09-12* bignum.c (rb_big_and): convert argument using 'to_int'.matz
2003-09-02* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz
2003-08-20* ext/socket/socket.c (ruby_connect): many systems seem to havenobu
2003-08-01* io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu
2003-07-30* configure.in (os2-emx): renamed from os2_emx, add flags tonobu
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-24* eval.c (thgroup_add): no warning for terminated threads.matz
2003-06-23* io.c (io_close): missing prototype.aamine
2003-05-27* ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu
2003-05-16* ext/socket/socket.c (ruby_connect): connect() after EINPROGRESSnobu
2003-05-06* numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz
2003-04-07* ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2002-12-31* ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST andknu
2002-12-29* ext/socket/socket.c (tcp_svr_init): local host tonobu
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2