aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_f_gets.): re-enable rdoc.akr2008-05-121-3/+6
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-0/+15
* * thread.c (thread_cleanup_func_before_exec): extracted fromakr2008-05-111-1/+1
* * io.c (io_puts_ary): check recursion first. [ruby-dev:34580]nobu2008-05-071-3/+5
* * io.c (io_fflush): IO#flush problem within threads. a patch frommatz2008-05-051-2/+2
* * io.c (internal_read_func, internal_write_func): split fromnobu2008-05-021-12/+11
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-1/+1
* * include/ruby/intern.h (rb_exec_arg_init): declared.akr2008-04-281-35/+40
* * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu2008-04-261-0/+3
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-27/+89
* * io.c (copy_stream_body): call rb_io_check_readable andakr2008-04-211-0/+2
* * io.c (copy_stream_func): suppress warnings.nobu2008-04-201-0/+4
* * io.c (copy_stream_rbuf_to_dst): removed.akr2008-04-201-89/+48
* * io.c (copy_stream_fallback): write directly (bypassing write method)akr2008-04-201-4/+13
* avoid warnings in copy_stream_body.akr2008-04-201-4/+2
* * io.c (copy_stream_fallback): read directly (bypassing readpartial)akr2008-04-201-49/+73
* * io.c (copy_stream_body): use readpartial and write method forakr2008-04-191-8/+66
* * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame2008-04-171-2/+0
* * io.c: #undef rb_argv moved before #define.matz2008-04-151-2/+1
* * {bcc,win}32/Makefile.sub (config.h): define ssize_t.usa2008-03-311-0/+8
* * io.c (io_getc): set coderange while getting characters.naruse2008-03-301-26/+43
* * io.c (rb_io_lines, rb_io_bytes, rb_io_chars) Fixed their rdocs.yugui2008-03-301-12/+23
* revert git backfire in r15860; sorrymatz2008-03-301-35/+108
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-301-108/+35
* forgot to return a value.akr2008-03-301-1/+1
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-301-0/+472
* * io.c (rb_io_each_char, rb_io_chars, argf_each_char, io_getc): Added charact...yugui2008-03-281-35/+108
* * io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGFnobu2008-03-211-9/+39
* * io.c (argf_getline): use receiver.nobu2008-03-201-3/+4
* * io.c: removed trailing blanks.nobu2008-03-191-16/+16
* * io.c (argf_initialize_copy): get rid of segfault.nobu2008-03-191-10/+34
* * io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,nobu2008-03-191-15/+15
* * io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever isnobu2008-03-191-1/+7
* fix doc.akr2008-03-091-2/+2
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-2/+4
* * io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open.naruse2008-03-041-3/+20
* * io.c (open_key_args): use rb_io_open instead of rb_f_open.naruse2008-03-031-5/+1
* * io.c (rb_io_ungetc): reduce redundant call.nobu2008-03-021-4/+2
* * io.c (struct argf): packed ARGF stuffs.nobu2008-03-011-121/+250
* * io.c (read_all, rb_io_getline_fast): encoding is rb_input_encoding.naruse2008-03-011-5/+5
* * io.c (rb_io_getline_fast): scan coderange.naruse2008-02-281-0/+6
* * io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]nobu2008-02-281-1/+1
* * io.c (read_all): fix if.naruse2008-02-271-2/+2
* * string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse2008-02-271-2/+11
* * io.c (rb_f_putc): invoke stdout method so that redefining putcmatz2008-02-211-3/+2
* * io.c (argf_set_encoding): uses current_file after check if nextnobu2008-02-211-1/+1
* * io.c (argf_set_encoding): uses current_file after check for nextnobu2008-02-211-1/+4
* * io.c (open_key_args): set arg->io even if no options passed.usa2008-02-201-5/+6
* * io.c (open_key_args): allow specifying both :mode and :encoding.matz2008-02-151-5/+7
* * io.c (io_reopen): check STDIN, STDOUT and STDERR mode according toakr2008-02-141-9/+4