summaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 21913:shyouhei2009-03-091-0/+2
* merge revision(s) 16507:shyouhei2008-06-291-1/+1
* merge revision(s) 16870:shyouhei2008-06-271-4/+6
* merge revision(s) 15287:shyouhei2008-06-131-17/+18
* merge revision(s) 14858:shyouhei2008-06-071-0/+1
* merge revision(s) 13774:shyouhei2008-06-071-2/+3
* merge -r 12143:12147shyouhei2007-05-221-11/+19
* merge -c 12127shyouhei2007-05-221-1/+1
* * io.c (rb_f_syscall): Fix buffer overflow with syscallknu2007-02-131-0/+2
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-1/+1
* Revert r11453matz2007-01-031-1/+1
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-1/+1
* * io.c (pipe_open): command name should not contain null bytes.matz2006-09-041-4/+3
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-1/+1
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-281-5/+8
* * io.c (pipe_open): avoid closing uninitialized file descriptors.matz2006-06-261-2/+13
* avoid useless fcntl in rb_io_set_nonblock.akr2006-05-221-6/+10
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-7/+123
* update readpartial doc.akr2006-05-131-7/+11
* note EAGAIN on readpartial document.akr2006-05-091-1/+1
* doc update. [ruby-talk:186294]akr2006-03-281-1/+8
* * io.c (argf_forward): should not use frame->argv.matz2006-02-141-19/+21
* * io.c (READ_DATA_PENDING, READ_DATA_PENDING_COUNT): definedakr2006-01-131-0/+4
* Tue Jan 11 15:00:00 2006 Ville Mattila <mulperi@iki.fi>akr2006-01-131-0/+13
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-191-1/+2
* precedes registering global VALUE variables before initializing it.akr2005-12-121-6/+5
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-1/+1
* * configure.in, io.c: use sys/syscall.h if syscall.h is not available.nobu2005-10-241-0/+2
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-0/+4
* * io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334]nobu2005-09-271-2/+4
* * io.c: fixed rdoc. [ruby-Bugs:2523]ocean2005-09-271-2/+3
* * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean2005-09-201-0/+8
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-0/+4
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-0/+2
* * io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END toakr2005-09-181-0/+2
* * lib/cgi.rb (CGI::Cookie): should handle multiple values for amatz2005-09-171-1/+1
* document a blocking behavior of IO#eof?.akr2005-09-051-4/+23
* * io.c: check HAVE_SYS_IOCTL_H before including the header.matz2005-07-251-1/+1
* * io.c (S_ISREG): need to define S_ISREG before it is used first.usa2005-07-201-4/+4
* don't use S_ISDIR.akr2005-07-201-2/+1
* * io.c (wsplit_p): patch for the environment whereocean2005-07-201-3/+6
* * io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLITakr2005-07-201-0/+10
* * io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz2005-07-191-1/+1
* * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr2005-07-181-2/+28
* * io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr2005-05-121-11/+11
* * io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr2005-05-121-4/+11
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-2/+2
* fix some documents.akr2005-01-251-11/+10
* fix IO#read docment.akr2005-01-241-7/+13
* * io.c (io_fread): don't warn nonblocking behavior by default.akr2005-01-121-1/+1