summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2009-06-16* array.c (rb_ary_memsize): added.ko1
2009-06-16* io.c (fptr_finalize): revert last change. [ruby-dev:38648]matz
2009-06-16* io.c (fptr_finalize): should close stdin/stdout/stderr whenmatz
2009-06-15* io.c (argf_each_line): should return self. [ruby-core:23852]matz
2009-05-11* io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]kazu
2009-05-07* io.c (pipe_open): should be rb_pid_t.nobu
2009-04-26* io.c: fixed types.nobu
2009-04-26* io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]nobu
2009-04-16* node.h (rb_notimplement_body_p): declared.akr
2009-04-01* thread.c (rb_thread_fd_select): new function to call selectmatz
2009-03-28rdoc update.akr
2009-03-24* io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL.knu
2009-03-20* io.c (pipe_open): should pass program name even if multiplenobu
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-17rdoc update.akr
2009-03-17rdoc update.akr
2009-03-17rdoc update.akr
2009-03-12* io.c (nogvl_copy_stream_read_write, copy_stream_body): use size_t.nobu
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-03-11* io.c (copy_stream_fallback_body): off_t may be larger than long.nobu
2009-02-26 * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa
2009-02-25 * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa
2009-02-25* io.c (rb_io_getline_1): enables limit even if rs is given.nobu
2009-02-22rdoc update.akr
2009-02-22stripped trailing spaces.nobu
2009-02-21* io.c (io_getpartial): error message describes what should beakr
2009-02-18* io.c (pipe_open): sarg is always used unless HAVE_FORK.nobu
2009-02-18* io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err),nobu
2009-02-09* io.c (io_encoding_set): ignore second argument when external andnaruse
2009-02-08* io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]nobu
2009-02-06* io.c (io_fread): use rb_io_wait_readable for retryakr
2009-02-06(pipe_open) [__SYMBIAN32__]: fixed compile time error azav
2009-02-05* include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr
2009-02-04rdoc update.akr
2009-01-31rdoc update.akr
2009-01-22 * revert previous revision. it's already out-of-date.usa
2009-01-22 * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.nobu
2009-01-21* include/ruby/io.h (typedef struct rb_io_t):nobu
2009-01-15rdoc update.akr
2009-01-15 * io.c (pipe_open): revert a part of previous commit. it may be ausa
2009-01-15* symbian/README.SYMBIAN: symbian support added. great appreciatematz
2009-01-14* io.c (rb_io_wait_readable, rb_io_wait_writable): need rb_fd_ptr.nobu
2009-01-14* io.c (appendline): reformed.nobu
2009-01-14* io.c (rb_io_s_pipe): reduced nest of rb_ensure of main block.nobu
2009-01-13 * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_listusa
2009-01-13 * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead ofusa
2009-01-13 * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686]usa
2009-01-05* io.c (rb_close_before_exec): more heuristics to detect maximum fd.akr