| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * error.c (rb_notimplement), io.c (pipe_open): removed definite | nobu | 2007-04-04 | 1 | -1/+1 |
* | * io.c (pipe_open): refined the message of NotImplementedError. | nobu | 2007-04-04 | 1 | -11/+19 |
* | * io.c (pipe_open): raise NotImplementedError for command "-" on | nobu | 2007-04-04 | 1 | -7/+9 |
* | * io.c (popen_exec): should not close close-on-exec FDs. | nobu | 2007-04-04 | 1 | -0/+3 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -87/+87 |
* | * io.c (rb_f_syscall): Fix buffer overflow with syscall | knu | 2007-02-13 | 1 | -0/+2 |
* | * intern.h: prepare rb_last_status_get() and rb_last_status_set(). | ko1 | 2007-02-05 | 1 | -1/+1 |
* | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 | 2007-02-05 | 1 | -2/+1 |
* | * io.c (rb_io_getline_fast, rb_io_getline): increase lineno | nobu | 2007-01-06 | 1 | -16/+44 |
* | * io.c (argf_read): fix wrong replacement. [ruby-dev:30070] | matz | 2007-01-06 | 1 | -1/+1 |
* | * io.c (rb_io_getline): lineno update condition was wrong. | matz | 2007-01-03 | 1 | -2/+2 |
* | * io.c (ruby_dup): start GC on ENOMEM as well. | matz | 2007-01-03 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_gets): accepts limit argument. | matz | 2006-12-29 | 1 | -99/+132 |
* | * string.c (rb_str_lines): now takes optional argument for the | matz | 2006-10-16 | 1 | -0/+33 |
* | * io.c (rb_io_print): no special handling for nil as well as puts. | nobu | 2006-09-23 | 1 | -10/+3 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -23/+23 |
* | * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -5/+5 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -83/+75 |
* | * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should not | akr | 2006-08-06 | 1 | -5/+3 |
* | * io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) should | akr | 2006-08-03 | 1 | -2/+4 |
* | * io.c (io_close): always calls "close" method of the receiver. | matz | 2006-07-27 | 1 | -5/+7 |
* | * io.c (popen_exec): close file descriptors other than standard I/Os. | nobu | 2006-07-03 | 1 | -4/+0 |
* | * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work. | akr | 2006-07-02 | 1 | -2/+4 |
* | * string.c: RDoc update for =~ method. a patch from Alex Young | matz | 2006-06-27 | 1 | -8/+2 |
* | * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of | matz | 2006-06-26 | 1 | -2/+8 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -7/+7 |
* | * ext/socket/socket.c (Init_socket): remove obsolete constants: | matz | 2006-06-13 | 1 | -2/+2 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -20/+52 |
* | avoid useless fcntl in rb_io_set_nonblock. | akr | 2006-05-22 | 1 | -3/+5 |
* | * rubyio.h (rb_io_set_nonblock): declared. | akr | 2006-05-22 | 1 | -8/+110 |
* | update readpartial doc. | akr | 2006-05-13 | 1 | -7/+11 |