aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (io_reopen): don't change access mode for stdin, stdout andakr2008-02-071-1/+7
* * io.c (rb_io_close_read): replaces fptr with the tied writer ifnobu2008-01-301-5/+20
* * io.c (open_key_args): allow encoding key to take two encodingmatz2008-01-301-1/+1
* * io.c (select_internal): fix SEGV by `select [STDIN],nil,[STDIN]'.akr2008-01-301-1/+1
* * io.c (rb_open_file): should check NUL in path.matz2008-01-281-15/+15
* * include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr2008-01-271-3/+4
* * io.c (rb_io_getline_fast): don't care ASCII incompatible encoding.akr2008-01-251-15/+18
* * io.c (rb_io_getline_fast): the end point of left_char_head()matz2008-01-241-1/+3
* * string.c (rb_str_each_line): use memchr(3) for faster newlinematz2008-01-231-29/+51
* * io.c (Init_IO): stdin/stdout may not be duplex.matz2008-01-171-1/+0