| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * io.c: rdoc. see [ruby-dev:40506]. | usa | 2010-04-20 | 1 | -0/+6 |
* | * io.c (internal_{read,write}_func, rb_{read,write}_internal): | nobu | 2010-04-19 | 1 | -17/+4 |
* | * io.c (rb_io_rewind, rb_io_eof): add rdoc. based on a patch from | mame | 2010-04-16 | 1 | -2/+6 |
* | * io.c (io_shift_cbuf): should terminate. | nobu | 2010-04-14 | 1 | -4/+1 |
* | * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby... | kazu | 2010-04-11 | 1 | -4/+16 |
* | * io.c (internal_{read,write}_func, rb_{read,write}_internal): | nobu | 2010-04-08 | 1 | -4/+17 |
* | * io.c (rb_io_initialize): fixed a rdoc miss that textmode and | nobu | 2010-04-01 | 1 | -2/+2 |
* | * io.c (rb_io_initialize): add autoclose argument to control close | nobu | 2010-03-21 | 1 | -1/+58 |
* | * io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv is | nobu | 2010-03-21 | 1 | -18/+20 |
* | * io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers. | nobu | 2010-03-21 | 1 | -6/+11 |
* | * io.c (rb_io_print): RDoc update. a patch from Daniel Kelley | matz | 2010-03-15 | 1 | -1/+3 |
* | * io.c (rb_io_each_codepoint): read directly when readconv is | nobu | 2010-03-14 | 1 | -3/+8 |
* | * io.c (rb_io_print): should not print field separator at the end | matz | 2010-03-13 | 1 | -2/+2 |
* | * io.c: Fix documentation for each/each_line/lines, bytes/each_byte, | marcandre | 2010-03-07 | 1 | -70/+48 |
* | * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write and | mame | 2010-03-06 | 1 | -145/+8 |
* | * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handle | mame | 2010-03-06 | 1 | -1/+1 |
* | * io.c (pipe_open): suppressed a warning. | nobu | 2010-03-05 | 1 | -1/+1 |
* | * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite. | mame | 2010-03-04 | 1 | -8/+145 |
* | * io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints): | mame | 2010-03-02 | 1 | -81/+57 |
* | rdoc update. | akr | 2010-02-19 | 1 | -2/+9 |
* | * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock, | mame | 2010-02-17 | 1 | -11/+7 |
* | * io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 as | akr | 2010-02-15 | 1 | -9/+13 |
* | * io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND. | akr | 2010-02-11 | 1 | -2/+5 |
* | * io.c (READ_CHECK): do not select fd before reading, that had made | mame | 2010-02-09 | 1 | -9/+11 |
* | * io.c (rb_io_getline_fast): wrong calculation of new position | matz | 2010-02-08 | 1 | -1/+1 |
* | * io.c (rb_io_each_codepoint): use cbuf when needs readconv. | wanabe | 2010-01-31 | 1 | -2/+2 |
* | * dln.c, file.c, io.c, signal.c: add __HAIKU__. | naruse | 2010-01-25 | 1 | -4/+4 |
* | * io.c (rb_io_s_read): close the IO if an exception is raised on | usa | 2010-01-08 | 1 | -2/+23 |
* | * vm_eval.c (rb_iterate): pass current block when the argument bl_proc | mame | 2009-12-20 | 1 | -3/+3 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -1/+1 |
* | * io.c (read_all): fix: false negative invalid byte seequence | naruse | 2009-11-21 | 1 | -1/+1 |
* | * io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL. | akr | 2009-11-18 | 1 | -5/+5 |
* | * io.c (fill_cbuf): extracted from more_char. | akr | 2009-11-18 | 1 | -25/+41 |
* | * io.c (rb_scan_open_args): move path encoding conversion | naruse | 2009-11-18 | 1 | -21/+0 |
* | * io.c (parse_mode_enc): fix invalid access. | akr | 2009-11-17 | 1 | -1/+4 |
* | * io.c (read_all): shift read buffer if exception occured. | wanabe | 2009-11-16 | 1 | -1/+8 |
* | * io.c (read_all): don't call io_shift_cbuf until bufffering enough or | wanabe | 2009-11-15 | 1 | -2/+7 |
* | fix typos. | akr | 2009-11-03 | 1 | -6/+6 |
* | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz | 2009-10-29 | 1 | -0/+6 |
* | * io.c (Init_IO): rb_default_rs should be US-ASCII. | naruse | 2009-10-28 | 1 | -1/+1 |
* | * io.c (io_cntl): F_DUPFD is platform dependent. | nobu | 2009-10-25 | 1 | -0/+2 |
* | * io.c (io_cntl): update max file descriptor by the result of | akr | 2009-10-23 | 1 | -0/+3 |
* | * io.c (io_encoding_set): get rid of parsing non-ascii string, and | nobu | 2009-10-15 | 1 | -4/+3 |
* | * io.c (io_reopen): unread current buffer before telling the | nobu | 2009-10-15 | 1 | -7/+7 |
* | rdoc update. | akr | 2009-10-11 | 1 | -3/+3 |
* | * io.c (io_reopen): avoid close if possible. | akr | 2009-10-06 | 1 | -8/+5 |
* | rdoc update. | akr | 2009-10-05 | 1 | -4/+10 |
* | * io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined. | nobu | 2009-09-29 | 1 | -1/+1 |
* | * io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding. | naruse | 2009-09-29 | 1 | -3/+5 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+2 |