aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * 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
* matzmatz2000-11-171-1/+0
* 001117matz2000-11-161-0/+1
* matzmatz2000-11-161-0/+1
* matzmatz2000-11-081-1/+0
* ebaneban2000-09-121-1/+1
* ebaneban2000-08-241-0/+4
* matzmatz2000-08-241-0/+7
* matzmatz2000-07-106-8/+53
* matzmatz2000-07-041-11/+15
* matzmatz2000-06-291-12/+12
* matzmatz2000-06-281-44/+56
* 2000-05-30matz2000-05-302-101/+60
* 2000-05-25matz2000-05-251-9/+10
* socket security bugmatz2000-05-221-29/+49
* 2000-05-18matz2000-05-182-4/+142
* thread problemsmatz2000-05-171-12/+1
* support mingw32.eban2000-05-132-2/+7