summaryrefslogtreecommitdiffstats
path: root/ext/socket/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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-131-18/+2
* * 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
* matzmatz2000-11-171-1/+0
* 001117matz2000-11-161-0/+1
* matzmatz2000-11-161-0/+1
* matzmatz2000-11-081-1/+0
* matzmatz2000-08-241-0/+7
* matzmatz2000-07-101-1/+5
* matzmatz2000-07-041-11/+15
* matzmatz2000-06-291-12/+12
* matzmatz2000-06-281-44/+56
* 2000-05-30matz2000-05-301-96/+55
* 2000-05-25matz2000-05-251-9/+10
* socket security bugmatz2000-05-221-29/+49
* 2000-05-18matz2000-05-181-4/+124
* thread problemsmatz2000-05-171-12/+1
* 2000-05-12matz2000-05-121-6/+14
* 2000-05-09matz2000-05-091-0/+2
* 2000-05-01matz2000-05-011-16/+29
* 2000-03-07matz2000-03-071-7/+0
* 2000-03-06matz2000-03-061-0/+6
* 2000-02-29matz2000-02-291-1/+2
* 2000-02-17matz2000-02-171-2/+2
* 2000-02-08matz2000-02-081-1/+1
* 2000-02-01matz2000-02-011-4/+21
* 2000-01-17matz2000-01-171-2/+6
* 2000-01-08matz2000-01-081-2/+5
* 20000105matz2000-01-051-9/+2
* 19991214matz1999-12-141-5/+12
* marshal load GC protectmatz1999-10-201-2/+2
* 19991018matz1999-10-181-0/+2
* 19991012matz1999-10-121-0/+6
* 19991004matz1999-10-041-0/+17
* 19990922matz1999-09-221-1/+8
* 19990920matz1999-09-201-1/+1