| Commit message (Expand) | Author | Age | Files | Lines |
* | Set encodings of stdio after setting default internal and external. | naruse | 2009-07-31 | 1 | -0/+11 |
* | * io.c (argf_eof): should call next_argv() before testing. | matz | 2009-07-28 | 1 | -0/+1 |
* | * io.c (argf_eof): go to the next file if called after ARGF.close | nobu | 2009-07-26 | 1 | -0/+1 |
* | * io.c (argf_eof): should not have reached EOF before trying to | nobu | 2009-07-25 | 1 | -1/+1 |
* | * io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom. | naruse | 2009-07-20 | 1 | -0/+3 |
* | * io.c (io_read): should taint the result. [ruby-dev:38826] | nobu | 2009-07-19 | 1 | -0/+1 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -19/+19 |
* | * io.c (io_reopen): discards read buffer. [ruby-core:24240] | nobu | 2009-07-16 | 1 | -0/+3 |
* | * io.c (argf_free): free data body. | ko1 | 2009-07-15 | 1 | -1/+2 |
* | * io.c (rb_io_initialize): check if the descriptor can be accessed | nobu | 2009-07-14 | 1 | -5/+17 |
* | * io.c (pipe_open): handles leaked on win32 when an error occurs. | usa | 2009-07-13 | 1 | -3/+13 |
* | rdoc update. | akr | 2009-07-12 | 1 | -0/+1 |
* | io.c (io_strip_bom): ungetbyte third byte when UTF-16LE. | naruse | 2009-07-10 | 1 | -0/+1 |
* | Fix condition of second byte of UTF-16LE/UTF-32LE. | naruse | 2009-07-10 | 1 | -1/+1 |
* | cosmetic changes | naruse | 2009-07-10 | 1 | -5/+8 |
* | Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236] | naruse | 2009-07-09 | 1 | -2/+112 |
* | * io.c (rb_io_ext_int_to_encs): Set external encoding if | naruse | 2009-07-07 | 1 | -1/+1 |
* | * io.c (argf_rewind): need to rewind $. and ARGF.lineno. | matz | 2009-06-26 | 1 | -19/+18 |
* | * io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to | matz | 2009-06-25 | 1 | -2/+3 |
* | * io.c (rb_io_each_codepoint): uninitialized local variable enc. | matz | 2009-06-24 | 1 | -1/+2 |
* | update rdoc. | akr | 2009-06-22 | 1 | -4/+7 |
* | * io.c: remove __CHECKER__ test. | akr | 2009-06-22 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_each_codepoint): new method. | matz | 2009-06-22 | 1 | -1/+101 |
* | * io.c (rb_io_fdatasync): new method IO#fdatasync. | nobu | 2009-06-22 | 1 | -0/+29 |
* | rdoc update. | akr | 2009-06-20 | 1 | -1/+1 |
* | rdoc update. | akr | 2009-06-20 | 1 | -1/+1 |
* | * array.c (rb_ary_memsize): added. | ko1 | 2009-06-16 | 1 | -0/+14 |
* | * io.c (fptr_finalize): revert last change. [ruby-dev:38648] | matz | 2009-06-16 | 1 | -3/+3 |
* | * io.c (fptr_finalize): should close stdin/stdout/stderr when | matz | 2009-06-16 | 1 | -2/+2 |
* | * io.c (argf_each_line): should return self. [ruby-core:23852] | matz | 2009-06-15 | 1 | -4/+3 |
* | * io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194] | kazu | 2009-05-11 | 1 | -0/+3 |
* | * io.c (pipe_open): should be rb_pid_t. | nobu | 2009-05-07 | 1 | -1/+1 |
* | * io.c: fixed types. | nobu | 2009-04-26 | 1 | -61/+85 |
* | * io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131] | nobu | 2009-04-26 | 1 | -2/+2 |
* | * node.h (rb_notimplement_body_p): declared. | akr | 2009-04-16 | 1 | -20/+16 |
* | * thread.c (rb_thread_fd_select): new function to call select | matz | 2009-04-01 | 1 | -5/+5 |
* | rdoc update. | akr | 2009-03-28 | 1 | -0/+2 |
* | * io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL. | knu | 2009-03-24 | 1 | -1/+2 |
* | * io.c (pipe_open): should pass program name even if multiple | nobu | 2009-03-20 | 1 | -1/+1 |
* | * io.c (rb_mWaitReadable): defined. | akr | 2009-03-19 | 1 | -8/+21 |
* | rdoc update. | akr | 2009-03-17 | 1 | -5/+5 |
* | rdoc update. | akr | 2009-03-17 | 1 | -1/+1 |
* | rdoc update. | akr | 2009-03-17 | 1 | -4/+42 |
* | * io.c (nogvl_copy_stream_read_write, copy_stream_body): use size_t. | nobu | 2009-03-12 | 1 | -2/+2 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -2/+2 |
* | * 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 |