aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * 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
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-161-5/+0
* * process.c (proc_waitall): new method based on a patch from Brianmatz2001-02-151-1/+1
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-132-20/+4
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-23/+73
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-1/+1
* Add .cvsignore's.knu2001-01-091-0/+1
* matzmatz2000-12-221-2/+3