| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * io.c (copy_stream_fallback_body): off_t may be larger than long. | nobu | 2009-03-11 | 1 | -3/+3 |
* | * include/ruby/win32.h (rb_w32_wopen): prototype forgotten. | usa | 2009-02-26 | 1 | -10/+4 |
* | * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open file | usa | 2009-02-25 | 1 | -14/+46 |
* | * io.c (rb_io_getline_1): enables limit even if rs is given. | nobu | 2009-02-25 | 1 | -15/+17 |
* | rdoc update. | akr | 2009-02-22 | 1 | -2/+2 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -24/+24 |
* | * io.c (io_getpartial): error message describes what should be | akr | 2009-02-21 | 1 | -1/+7 |
* | * io.c (pipe_open): sarg is always used unless HAVE_FORK. | nobu | 2009-02-18 | 1 | -2/+2 |
* | * io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err), | nobu | 2009-02-18 | 1 | -4/+4 |
* | * io.c (io_encoding_set): ignore second argument when external and | naruse | 2009-02-09 | 1 | -0/+4 |
* | * io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940] | nobu | 2009-02-08 | 1 | -0/+1 |
* | * io.c (io_fread): use rb_io_wait_readable for retry | akr | 2009-02-06 | 1 | -0/+3 |
* | (pipe_open) [__SYMBIAN32__]: fixed compile time error | azav | 2009-02-06 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_run_exec_options_err): renamed from | akr | 2009-02-05 | 1 | -8/+8 |
* | rdoc update. | akr | 2009-02-04 | 1 | -2/+0 |
* | rdoc update. | akr | 2009-01-31 | 1 | -0/+11 |
* | * revert previous revision. it's already out-of-date. | usa | 2009-01-22 | 1 | -4/+2 |
* | * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new function | usa | 2009-01-22 | 1 | -2/+4 |
* | * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF | nobu | 2009-01-21 | 1 | -2/+2 |
* | * io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag. | nobu | 2009-01-21 | 1 | -1/+4 |
* | * include/ruby/io.h (typedef struct rb_io_t): | nobu | 2009-01-21 | 1 | -3/+15 |
* | rdoc update. | akr | 2009-01-15 | 1 | -10/+13 |
* | * io.c (pipe_open): revert a part of previous commit. it may be a | usa | 2009-01-15 | 1 | -6/+3 |
* | * symbian/README.SYMBIAN: symbian support added. great appreciate | matz | 2009-01-15 | 1 | -3/+10 |
* | * io.c (rb_io_wait_readable, rb_io_wait_writable): need rb_fd_ptr. | nobu | 2009-01-14 | 1 | -2/+2 |
* | * io.c (appendline): reformed. | nobu | 2009-01-14 | 1 | -14/+9 |
* | * io.c (rb_io_s_pipe): reduced nest of rb_ensure of main block. | nobu | 2009-01-14 | 1 | -3/+7 |
* | * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_list | usa | 2009-01-13 | 1 | -0/+8 |
* | * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead of | usa | 2009-01-13 | 1 | -1/+1 |
* | * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686] | usa | 2009-01-13 | 1 | -0/+6 |
* | * io.c (rb_close_before_exec): more heuristics to detect maximum fd. | akr | 2009-01-05 | 1 | -1/+6 |
* | * io.c (maygvl_copy_stream_wait_read): renamed to add prefix to | akr | 2009-01-03 | 1 | -17/+17 |
* | rdoc update. | akr | 2008-12-31 | 1 | -0/+1 |
* | update rdoc. | akr | 2008-12-31 | 1 | -0/+5 |
* | * io.c (copy_stream_body): don't check to_io because | akr | 2008-12-31 | 1 | -4/+2 |
* | revert previous changes. | naruse | 2008-12-29 | 1 | -1/+20 |
* | * file.c (rb_get_path): move encoding conversion of file path | naruse | 2008-12-29 | 1 | -20/+1 |
* | * io.c (fptr_finalize): don't allocate objects if noraise. | akr | 2008-12-26 | 1 | -16/+29 |
* | * io.c (fptr_finalize): close the IO object even if finish_writeconv or | akr | 2008-12-26 | 1 | -52/+39 |
* | * io.c (rb_io_s_pipe): unused variable removed. | akr | 2008-12-25 | 1 | -3/+0 |
* | * io.c (pipe_close): removed. | akr | 2008-12-25 | 1 | -12/+3 |
* | * io.c (rb_io_initialize): check fd validity. [ruby-dev:36646] | akr | 2008-12-25 | 1 | -0/+2 |
* | * io.c (flush_before_seek): check io_fflush result. | akr | 2008-12-25 | 1 | -14/+28 |
* | * io.c (io_fflush): flush write buffer without write lock in | matz | 2008-12-25 | 1 | -1/+8 |
* | * io.c (fptr_finalize): close the IO object even if close(2) is failed. | akr | 2008-12-25 | 1 | -18/+11 |
* | * io.c: sorry, wrong commit. orz | usa | 2008-12-25 | 1 | -10/+2 |
* | * io.c (rb_io_flush): fsync() after buffer is flushed on win32. | usa | 2008-12-25 | 1 | -2/+13 |
* | * io.c (rb_io_init_copy): call io_seek only if io_tell succeeds. | akr | 2008-12-23 | 1 | -1/+4 |
* | * process.c (rb_fork): propagete an error message from child to parent. | akr | 2008-12-23 | 1 | -9/+12 |
* | * io.c: rdoc for File::open and 1.9 feature in file modes. | yugui | 2008-12-23 | 1 | -28/+95 |