aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * eval.c, intern.h: failed to compile where NFDBITS is defined butocean2005-11-111-6/+18
* * 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 (rb_io_init_copy): clear PREP flag for copied IO.nobu2005-10-081-1/+1
* * io.c: fixed rdoc. [ruby-Bugs:2523]ocean2005-09-271-2/+2
* banish some warnings.akr2005-09-241-1/+1
* * 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
* * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz2005-09-171-1/+1
* * win32/win32.c (collect_file_fd): rename from extract_file_fd.usa2005-09-141-4/+0
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-2/+2
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-4/+4
* * test/dbm/test_dbm.rb: remove locking test, which may not bematz2005-09-121-1/+1
* * dln.c: avoid warning of const to non-const convertion.ocean2005-09-121-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-452/+174
* document a blocking behavior of IO#eof?.akr2005-09-051-2/+21
* * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu2005-08-301-3/+11
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-1/+1
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-6/+1
* * io.c (S_ISREG): need to define S_ISREG before it is used first.usa2005-07-201-4/+4
* fix previous commit.akr2005-07-201-3/+2
* * 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
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-1/+1
* * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr2005-07-181-4/+36
* * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu2005-06-031-50/+129
* * object.c (inspect_obj): unintended space removal.matz2005-03-071-3/+0
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-29/+33
* fix previous commit to check stdout is a tty.akr2005-02-071-2/+7
* * io.c (io_getc): flush rb_stdout before read fro stdin, which isakr2005-02-071-6/+7
* fix some documents.akr2005-01-251-11/+10
* fix IO#read docment.akr2005-01-241-5/+13
* * io.c (remain_size): use buffered data instead of unreading to avoidnobu2005-01-111-3/+7
* * io.c (rb_f_select): IO list could be altered. [ruby-dev:25312]nobu2005-01-091-3/+3
* update readpartial document.akr2005-01-081-6/+6
* * io.c (argf_readpartial): new method ARGF.readpartial.akr2005-01-011-49/+105
* * rubyio.h: don't deprecate rb_read_check.akr2004-12-301-12/+25
* * io.c (next_argv): reduce use of stdio.nobu2004-12-231-25/+37
* * io.c (io_reopen, rb_io_reopen): prohibit to change access mode fornobu2004-12-231-28/+34
* * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr2004-12-231-13/+15
* * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR.nobu2004-12-221-1/+5
* * io.c (pipe_open): should set prog if argc != 0.eban2004-12-091-1/+2
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-081-89/+80
* * io.c (pipe_open): win32 bidirectional pipe support.usa2004-12-071-6/+5
* * io.c (io_fwrite): avoid context switch before writing to stderr.akr2004-12-071-8/+4
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-31/+31
* * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.eban2004-12-061-1/+4