| Commit message (Expand) | Author | Age | Files | Lines |
* | remove a compile error. | mame | 2008-05-29 | 1 | -1/+1 |
* | * io.c (argf_readchar): raise EOFError, synchronizing IO#readchar. | mame | 2008-05-29 | 1 | -1/+1 |
* | * io.c (argf_external_encoding, argf_internal_encoding): fix SEGV by | mame | 2008-05-29 | 1 | -2/+8 |
* | * io.c (rb_getc): same as rb_read_check. | nobu | 2008-05-28 | 1 | -3/+1 |
* | * io.c (Init_IO): Define ARGF.{lines,bytes,chars}. | knu | 2008-05-27 | 1 | -0/+3 |
* | * io.c (rb_f_gets.): re-enable rdoc. | akr | 2008-05-12 | 1 | -3/+6 |
* | * process.c, include/ruby/intern.h (rb_run_exec_options): externed. | usa | 2008-05-12 | 1 | -0/+15 |
* | * thread.c (thread_cleanup_func_before_exec): extracted from | akr | 2008-05-11 | 1 | -1/+1 |
* | * io.c (io_puts_ary): check recursion first. [ruby-dev:34580] | nobu | 2008-05-07 | 1 | -3/+5 |
* | * io.c (io_fflush): IO#flush problem within threads. a patch from | matz | 2008-05-05 | 1 | -2/+2 |
* | * io.c (internal_read_func, internal_write_func): split from | nobu | 2008-05-02 | 1 | -12/+11 |
* | * process.c (check_exec_redirect_fd): prohibit duplex IO. | akr | 2008-04-30 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_exec_arg_init): declared. | akr | 2008-04-28 | 1 | -35/+40 |
* | * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h: | nobu | 2008-04-26 | 1 | -0/+3 |
* | * include/ruby/intern.h (rb_env_clear): declared. | akr | 2008-04-24 | 1 | -27/+89 |
* | * io.c (copy_stream_body): call rb_io_check_readable and | akr | 2008-04-21 | 1 | -0/+2 |
* | * io.c (copy_stream_func): suppress warnings. | nobu | 2008-04-20 | 1 | -0/+4 |
* | * io.c (copy_stream_rbuf_to_dst): removed. | akr | 2008-04-20 | 1 | -89/+48 |
* | * io.c (copy_stream_fallback): write directly (bypassing write method) | akr | 2008-04-20 | 1 | -4/+13 |
* | avoid warnings in copy_stream_body. | akr | 2008-04-20 | 1 | -4/+2 |
* | * io.c (copy_stream_fallback): read directly (bypassing readpartial) | akr | 2008-04-20 | 1 | -49/+73 |
* | * io.c (copy_stream_body): use readpartial and write method for | akr | 2008-04-19 | 1 | -8/+66 |
* | * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add | mame | 2008-04-17 | 1 | -2/+0 |
* | * io.c: #undef rb_argv moved before #define. | matz | 2008-04-15 | 1 | -2/+1 |
* | * {bcc,win}32/Makefile.sub (config.h): define ssize_t. | usa | 2008-03-31 | 1 | -0/+8 |
* | * io.c (io_getc): set coderange while getting characters. | naruse | 2008-03-30 | 1 | -26/+43 |
* | * io.c (rb_io_lines, rb_io_bytes, rb_io_chars) Fixed their rdocs. | yugui | 2008-03-30 | 1 | -12/+23 |
* | revert git backfire in r15860; sorry | matz | 2008-03-30 | 1 | -35/+108 |
* | * proc.c (proc_dup): should copy is_lambda attribute as well. | matz | 2008-03-30 | 1 | -108/+35 |
* | forgot to return a value. | akr | 2008-03-30 | 1 | -1/+1 |
* | * io.c: IO.copy_stream implemented. [ruby-dev:33843] | akr | 2008-03-30 | 1 | -0/+472 |
* | * io.c (rb_io_each_char, rb_io_chars, argf_each_char, io_getc): Added charact... | yugui | 2008-03-28 | 1 | -35/+108 |
* | * io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGF | nobu | 2008-03-21 | 1 | -9/+39 |
* | * io.c (argf_getline): use receiver. | nobu | 2008-03-20 | 1 | -3/+4 |
* | * io.c: removed trailing blanks. | nobu | 2008-03-19 | 1 | -16/+16 |
* | * io.c (argf_initialize_copy): get rid of segfault. | nobu | 2008-03-19 | 1 | -10/+34 |
* | * io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind, | nobu | 2008-03-19 | 1 | -15/+15 |
* | * io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever is | nobu | 2008-03-19 | 1 | -1/+7 |
* | fix doc. | akr | 2008-03-09 | 1 | -2/+2 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -2/+4 |
* | * io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open. | naruse | 2008-03-04 | 1 | -3/+20 |
* | * io.c (open_key_args): use rb_io_open instead of rb_f_open. | naruse | 2008-03-03 | 1 | -5/+1 |
* | * io.c (rb_io_ungetc): reduce redundant call. | nobu | 2008-03-02 | 1 | -4/+2 |
* | * io.c (struct argf): packed ARGF stuffs. | nobu | 2008-03-01 | 1 | -121/+250 |
* | * io.c (read_all, rb_io_getline_fast): encoding is rb_input_encoding. | naruse | 2008-03-01 | 1 | -5/+5 |
* | * io.c (rb_io_getline_fast): scan coderange. | naruse | 2008-02-28 | 1 | -0/+6 |
* | * io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938] | nobu | 2008-02-28 | 1 | -1/+1 |
* | * io.c (read_all): fix if. | naruse | 2008-02-27 | 1 | -2/+2 |
* | * string.c (rb_str_coderange_scan_restartable): coderange scaning | naruse | 2008-02-27 | 1 | -2/+11 |
* | * io.c (rb_f_putc): invoke stdout method so that redefining putc | matz | 2008-02-21 | 1 | -3/+2 |