summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2005-03-07* object.c (inspect_obj): unintended space removal.matz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-07fix previous commit to check stdout is a tty.akr
2005-02-07* io.c (io_getc): flush rb_stdout before read fro stdin, which isakr
2005-01-25fix some documents.akr
2005-01-24fix IO#read docment.akr
2005-01-11* io.c (remain_size): use buffered data instead of unreading to avoidnobu
2005-01-09* io.c (rb_f_select): IO list could be altered. [ruby-dev:25312]nobu
2005-01-08update readpartial document.akr
2005-01-01* io.c (argf_readpartial): new method ARGF.readpartial.akr
2004-12-30* rubyio.h: don't deprecate rb_read_check.akr
2004-12-23* io.c (next_argv): reduce use of stdio.nobu
2004-12-23* io.c (io_reopen, rb_io_reopen): prohibit to change access mode fornobu
2004-12-23* rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr
2004-12-22* io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR.nobu
2004-12-09* io.c (pipe_open): should set prog if argc != 0.eban
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
2004-12-07* io.c (pipe_open): win32 bidirectional pipe support.usa
2004-12-07* io.c (io_fwrite): avoid context switch before writing to stderr.akr
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-06* configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.eban
2004-12-06* io.c (is_socket): fix typos. [ruby-core:03900]usa
2004-12-06* io.c (is_socket): new function.usa
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-12-02* io.c (rb_file_initialize): [ruby-dev:25032]matz
2004-12-02* io.c (rb_io_ctl): [ruby-dev:25019]matz
2004-11-30* io.c (pipe_open): errno should be preserved for rb_sys_fail() whennobu
2004-11-30* io.c (io_fread): need not to null terminate. [ruby-dev:24998]matz
2004-11-29* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-29* io.c (fptr_finalize): must not use FILE after fclose().nobu
2004-11-28don't use READ_DATA_PENDING in previous changeakr
2004-11-28* io.c (rb_io_check_writable): restrict io_seek byakr
2004-11-27io.c (rb_io_fwrite): set path to NULLakr
2004-11-27* io.c: avoid avoid data loss with nonblocking fd andakr
2004-11-27* io.c (io_fread): [ruby-dev:24964]matz
2004-11-26* io.c (rb_io_initialize): [ruby-dev:24963]matz
2004-11-26* io.c (rb_io_initialize): [ruby-dev:24962]matz
2004-11-26* io.c (rb_io_initialize): should retrieve flags from copying filematz
2004-11-25* io.c (io_read): move StringValue() check before GetOpenFile().matz
2004-11-25* configure.in: AC_PREREQ(2.53) [ruby-core:03800]matz
2004-11-23* io.c (io_read): [ruby-dev:24952]matz
2004-11-23* io.c (io_read): [ruby-dev:24952]matz
2004-11-20* io.c (rb_io_getline): f.gets("") did not work. [ruby-core:03771]aamine
2004-11-20* io.c (__fpending): commit miss.eban
2004-11-20* io.c (io_reopen): work around problem with Cygwin fseekoeban
2004-11-19* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-18* io.c, rubyio.h (rb_io_modenum_flags): exported.nobu
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-02* io.c (pipe_open): need to set cmd if argc == 0 (win32).usa