aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket/socket.c
Commit message (Expand)AuthorAgeFilesLines
* * 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-151-3/+3
* * 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-021-12/+7
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-011-20/+0
* 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
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-2/+2
* * ext/socket/addrinfo.h: typo.nobu2002-06-031-49/+120
* 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
* * 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): new method.akr2002-02-281-0/+194
* * 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
* * 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-021-0/+4
* * ext/socket/socket.c (Init_socket): remove duplicating constants.nobu2001-09-051-23/+0
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-051-3/+164
* * ext/socket/socket.c (s_recvfrom): fix typo.usa2001-08-161-1/+1
* * ext/socket/socket.c (s_recvform): avoid VC++6 warning.usa2001-08-161-0/+2
* * socket.c: wrap UNIX code by ifdef HAVE_SYS_UN_H.matz2001-08-061-12/+16
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-4/+70
* * process.c (last_status_set): nothing returned, should be void.nobu2001-07-311-8/+8
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-0/+2
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-07-121-6/+15
* * ext/socket/socket.c (ruby_connect): typoeban2001-06-221-1/+1
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-06-221-0/+8
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-0/+44
* forgot some checkins.matz2001-05-061-51/+49
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-1/+1