| Commit message (Expand) | Author | Age | Files | Lines |
* | * io.c, io.h: temporary patch to partially implement transcode-on-read and tr... | davidflanagan | 2007-12-22 | 1 | -8/+65 |
* | io.c: fix typo in rdoc comment | davidflanagan | 2007-12-21 | 1 | -1/+1 |
* | * encoding.c (rb_ascii_encoding): renamed from previous | matz | 2007-12-21 | 1 | -1/+1 |
* | * io.c (io_ungetc): avoid buffer relocation, which might cause | matz | 2007-12-21 | 1 | -10/+1 |
* | * io.c: write() should be in blocking region. | ko1 | 2007-12-21 | 1 | -30/+47 |
* | * io.c (rb_io_s_read): allow specifying encoding explicitly. | matz | 2007-12-21 | 1 | -8/+26 |
* | * io.c (Init_IO): define IO::BINARY even if O_BINARY is not exist. | akr | 2007-12-21 | 1 | -0/+2 |
* | * io.c (rb_io_external_encoding): should fill delayed | matz | 2007-12-21 | 1 | -0/+3 |
* | * io.c (rb_io_external_encoding): new method. | matz | 2007-12-21 | 1 | -0/+20 |
* | * io.c (rb_io_mode_enc): set default external encoding if no | matz | 2007-12-21 | 1 | -2/+5 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -4/+4 |
* | * io.c (select_internal): should return original value. | gotoyuzo | 2007-12-20 | 1 | -7/+10 |
* | * io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>. | matz | 2007-12-14 | 1 | -1/+3 |
* | * io.c (rb_io_synchronized): should check if initialized. | matz | 2007-12-13 | 1 | -0/+1 |
* | * io.c (rb_io_getc): use default external encoding if fptr->enc is | matz | 2007-12-12 | 1 | -2/+4 |
* | * io.c (read_all): should associate default external encoding. | matz | 2007-12-12 | 1 | -14/+13 |
* | * io.c (rb_io_mode_enc): allow specifying external encoding in | matz | 2007-12-12 | 1 | -7/+35 |
* | * io.c (rb_io_check_readable): set default external encoding to | matz | 2007-12-12 | 1 | -24/+25 |
* | * file.c (rb_get_path): use the original object if to_path method is | nobu | 2007-12-09 | 1 | -1/+2 |
* | * encoding.c (rb_enc_precise_mbclen): new function for mbclen with | akr | 2007-12-06 | 1 | -12/+20 |
* | * io.c (rb_f_open): use to_open for every non-string object. path | matz | 2007-12-01 | 1 | -9/+17 |
* | * io.c (rb_read_internal, rb_sysopen_internal): remove C99 dependency. | nobu | 2007-11-26 | 1 | -2/+8 |
* | * io.c: add rb_read_internal() as blocking function. | ko1 | 2007-11-23 | 1 | -11/+29 |
* | * gc.h, vm_core.h: decl of rb_gc_save_machine_context() | ko1 | 2007-11-20 | 1 | -2/+22 |
* | * io.c (rb_io_close_on_exec_p): new method IO#close_on_exec?. | akr | 2007-11-20 | 1 | -0/+96 |
* | * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fd | usa | 2007-11-20 | 1 | -2/+2 |
* | * include/ruby/io.h (rb_io_t): add tied_io_for_writing member. | akr | 2007-11-20 | 1 | -24/+146 |
* | * io.c (rb_io_each_byte): should update rbuf_off and rbuf_len for | matz | 2007-11-09 | 1 | -2/+2 |
* | * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093] | nobu | 2007-10-25 | 1 | -2/+3 |
* | * io.c (Init_IO): remove obsolete variables: $defout, $deferr. | matz | 2007-10-04 | 1 | -18/+0 |
* | * io.c (rb_io_fdopen): create IO object from fd. | nobu | 2007-09-28 | 1 | -0/+9 |
* | * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the | nobu | 2007-09-28 | 1 | -5/+10 |
* | * io.c (io_ungetc): reallocate internal buffer if pushing data | matz | 2007-09-25 | 1 | -7/+4 |
* | * io.c (popen_exec), process.c (rb_spawn): stop other threads before | nobu | 2007-09-20 | 1 | -0/+1 |
* | * io.c (rb_io_s_sysopen): should not use alloca for unknowen size | nobu | 2007-09-12 | 1 | -2/+2 |
* | * io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix. | matz | 2007-09-06 | 1 | -1/+1 |
* | * io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652] | matz | 2007-08-26 | 1 | -3/+5 |
* | * io.c (swallow): removed condition using an unset variable. | nobu | 2007-08-25 | 1 | -7/+9 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -94/+196 |
* | * array.c (rb_ary_s_try_convert): a new class method to convert | matz | 2007-08-24 | 1 | -0/+18 |
* | * io.c (rb_io_s_foreach): argument count check before making | matz | 2007-08-20 | 1 | -1/+1 |
* | * io.c (argf_readpartial): argf_forward needs argc and argv. | nobu | 2007-08-15 | 1 | -4/+13 |
* | * io.c (ARGF_FORWARD): wrongly compares with current_file with | matz | 2007-08-15 | 1 | -5/+5 |
* | * io.c (rb_io_initialize, argf_each_line, argf_each_byte): suppress | nobu | 2007-08-15 | 1 | -7/+1 |
* | * io.c (argf_close): always close via method. | matz | 2007-08-14 | 1 | -53/+29 |
* | * io.c (pipe_open): fix for win32 platforms. | nobu | 2007-08-07 | 1 | -5/+4 |
* | * io.c (pipe_open_v, pipe_open_s): separate array and string | nobu | 2007-08-04 | 1 | -33/+39 |
* | * io.c (rb_f_p): return nil if no argument. [ruby-dev:31285] | nobu | 2007-07-24 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -4/+4 |
* | * io.c (rb_f_p): returns arguments to intervene. [ruby-dev:29736] | matz | 2007-06-05 | 1 | -2/+9 |