aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-7/+5
* * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST andknu2002-12-311-0/+2
* * ext/socket/socket.c (tcp_svr_init): local host tonobu2002-12-291-3/+3
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-153-6/+6
* * pack.c (utf8_to_uv): added checks for malformed or redundantmatz2002-12-021-0/+15
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-7/+7
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-022-18/+13
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-011-20/+0
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-081-59/+5
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* ext/socket/socket.c (sock_s_getaddrinfo): add strcmp.eban2002-08-301-1/+1
* * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu2002-08-301-10/+8
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-011-4/+9
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-10/+25
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-22/+28
* new platform [bccwin32] merged.H_Konishi2002-06-111-0/+4
* * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban2002-06-041-3/+4
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-042-4/+5
* * ext/socket/getaddrinfo.c (gai_strerror): make literals const.nobu2002-06-031-1/+1
* * ext/socket/addrinfo.h: typo.nobu2002-06-033-51/+122
* Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi2002-05-291-2/+2
* * ruby.c (proc_options): removed "-*-" support for #! line.matz2002-05-231-0/+45
* * ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban2002-04-191-9/+19
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-1/+0
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-1/+9
* * ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.eban2002-04-021-0/+1
* * io.c (rb_io_fptr_cleanup): need flush even when io will not bematz2002-04-011-2/+7
* * ext/socket/socket.c (sock_addrinfo): should specify socktypematz2002-03-281-15/+21
* * parse.y (primary): while/until statement modifiers to "begin"matz2002-03-261-0/+1
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-106/+49
* socket.c: oops, half-baked modifies were commited; backoutmatz2002-03-221-28/+0
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-37/+75
* * ext/socket/extconf.rb (have_struct_member): don't print checkedakr2002-03-081-4/+4
* Make cvs ignore mkmf.log.knu2002-03-041-0/+1
* * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban2002-03-012-2/+8
* * ext/socket/extconf.rb (have_struct_member): new method.akr2002-02-282-0/+234
* * io.c (READ_DATA_PENDING): uClibc support.eban2002-02-272-2/+2
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-051-8/+8
* * eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz2002-01-191-2/+3
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-56/+0
* * ext/socket/socket.c (tcp_svr_s_open): fix typo.usa2002-01-181-1/+1
* * eval.c (block_pass): allow "retry" from within argument passedmatz2002-01-171-52/+99
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-191-25/+2
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-15/+14
* * ext/socket/extconf.rb: remove -L/usr/local/lib.eban2001-12-031-1/+0
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-0/+2
* * ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban2001-10-041-2/+2
* * marshal.c (r_object): better allocation type check formatz2001-10-031-3/+2
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-022-5/+9
* * ext/socket/socket.c (Init_socket): remove duplicating constants.nobu2001-09-051-23/+0