summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2004-11-02* io.c (pipe_open): IO.popen should take array as 1st argument formatz
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-11-01* io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662]usa
2004-10-31* io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz
2004-10-29* io.c (rb_io_check_initialized): new function to check uninitializednobu
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-21* io.c (pipe_open): variable name "fpw" is conflicted.eban
2004-10-20* parse.y (lex_getline): should not touch ruby_debug_lines ifmatz
2004-10-20* 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-18* io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether filenobu
2004-10-12* 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_s_sysopen): preserve path in the buffer allocated bymatz
2004-10-06* io.c (rb_io_modenum_mode): typo fix again.eban
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-10-05* io.c (rb_io_flags_mode): typo fix.eban
2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz
2004-10-04* io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu
2004-10-01* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz