summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2005-05-12* io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr
2005-05-12* io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-01-25fix some documents.akr
2005-01-24fix IO#read docment.akr
2005-01-12* io.c (io_fread): don't warn nonblocking behavior by default.akr
2005-01-08* io.c (io_fread): warn nonblocking behavior.akr
2004-12-25* stable version 1.8.2 released.matz
2004-12-23* io.c (io_reopen, rb_io_reopen): prohibit to change access mode fornobu
2004-12-23* io.c (io_reopen): restore exact mode. fixed: [ruby-core:04003]nobu
2004-12-23* io.c (io_reopen): readable flag was left unset for read-only IO.nobu
2004-12-22* io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR.nobu
2004-12-21* io.c (io_reopen): keep duplex pipe in correct mode for exceptionnobu
2004-12-20* io.c (io_fwrite): workaround for MSVCRT's bug.usa
2004-12-20* io.c (rb_io_eof): check if closed before clearerr().nobu
2004-12-10* io.c (io_reopen): [ruby-dev:25150]matz
2004-12-08* io.c (io_fwrite): change dereference for cosmetic reason.matz
2004-12-07io.c (io_fwrite) : fix offset incrementation for VMS and Human68k.akiyoshi
2004-12-07* io.c (io_write): remove rb_str_locktmp(). [ruby-dev:25050]matz
2004-12-03* eval.c (proc_invoke): copy arguments to frame.argv.matz
2004-11-30* io.c (io_fread): need not to null terminate. [ruby-dev:24998]nobu
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-25* io.c (io_read): move StringValue() check before GetOpenFile().matz
2004-11-25* io.c (read_all): [ruby-dev:24955]matz
2004-11-23* io.c (io_read): [ruby-dev:24952]matz
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
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-05* string.c (rb_str_locktmp): check STR_TMPLOCK flag beforematz
2004-11-04* typo, too. orzusa
2004-11-04* io.c (rb_f_open): fix typo.usa
2004-11-03* io.c (pipe_open): fix compile errornagai
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz
2004-10-29* io.c (rb_io_check_initialized): new function to check uninitializednobu
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-26* io.c (rb_io_getline): rs modification check should not interfere in the loop.nobu
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-14* io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.eban
2004-10-09* io.c (rb_io_getline): should not treat char as negative value.nobu
2004-10-07* io.c (io_read): should freeze buffer before thread contextmatz
2004-10-07* pack.c (pack_unpack): string conversion should at the top of thematz
2004-10-06* io.c (rb_io_flags_mode): typo fix.eban
2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz
2004-10-04* io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu