summaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
...
* * io.c (argf_rewind): need to rewind $. and ARGF.lineno.matz2009-06-261-19/+18
* * io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() tomatz2009-06-251-2/+3
* * io.c (rb_io_each_codepoint): uninitialized local variable enc.matz2009-06-241-1/+2
* update rdoc.akr2009-06-221-4/+7
* * io.c: remove __CHECKER__ test.akr2009-06-221-1/+1
* * ext/stringio/stringio.c (strio_each_codepoint): new method.matz2009-06-221-1/+101
* * io.c (rb_io_fdatasync): new method IO#fdatasync.nobu2009-06-221-0/+29
* rdoc update.akr2009-06-201-1/+1
* rdoc update.akr2009-06-201-1/+1
* * array.c (rb_ary_memsize): added.ko12009-06-161-0/+14
* * io.c (fptr_finalize): revert last change. [ruby-dev:38648]matz2009-06-161-3/+3
* * io.c (fptr_finalize): should close stdin/stdout/stderr whenmatz2009-06-161-2/+2
* * io.c (argf_each_line): should return self. [ruby-core:23852]matz2009-06-151-4/+3
* * io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]kazu2009-05-111-0/+3
* * io.c (pipe_open): should be rb_pid_t.nobu2009-05-071-1/+1
* * io.c: fixed types.nobu2009-04-261-61/+85
* * io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]nobu2009-04-261-2/+2
* * node.h (rb_notimplement_body_p): declared.akr2009-04-161-20/+16
* * thread.c (rb_thread_fd_select): new function to call selectmatz2009-04-011-5/+5
* rdoc update.akr2009-03-281-0/+2
* * io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL.knu2009-03-241-1/+2
* * io.c (pipe_open): should pass program name even if multiplenobu2009-03-201-1/+1
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-8/+21
* rdoc update.akr2009-03-171-5/+5
* rdoc update.akr2009-03-171-1/+1
* rdoc update.akr2009-03-171-4/+42
* * io.c (nogvl_copy_stream_read_write, copy_stream_body): use size_t.nobu2009-03-121-2/+2
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-2/+2
* * io.c (copy_stream_fallback_body): off_t may be larger than long.nobu2009-03-111-3/+3
* * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa2009-02-261-10/+4
* * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa2009-02-251-14/+46
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-251-15/+17
* rdoc update.akr2009-02-221-2/+2
* stripped trailing spaces.nobu2009-02-221-24/+24
* * io.c (io_getpartial): error message describes what should beakr2009-02-211-1/+7
* * io.c (pipe_open): sarg is always used unless HAVE_FORK.nobu2009-02-181-2/+2
* * io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err),nobu2009-02-181-4/+4
* * io.c (io_encoding_set): ignore second argument when external andnaruse2009-02-091-0/+4
* * io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]nobu2009-02-081-0/+1
* * io.c (io_fread): use rb_io_wait_readable for retryakr2009-02-061-0/+3
* (pipe_open) [__SYMBIAN32__]: fixed compile time error azav2009-02-061-0/+2
* * include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr2009-02-051-8/+8
* rdoc update.akr2009-02-041-2/+0
* rdoc update.akr2009-01-311-0/+11
* * revert previous revision. it's already out-of-date.usa2009-01-221-4/+2
* * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa2009-01-221-2/+4
* * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu2009-01-211-2/+2
* * io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.nobu2009-01-211-1/+4
* * include/ruby/io.h (typedef struct rb_io_t):nobu2009-01-211-3/+15
* rdoc update.akr2009-01-151-10/+13