summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2008-03-31 * {bcc,win}32/Makefile.sub (config.h): define ssize_t.usa
2008-03-30* io.c (io_getc): set coderange while getting characters.naruse
2008-03-30* io.c (rb_io_lines, rb_io_bytes, rb_io_chars) Fixed their rdocs.yugui
2008-03-30revert git backfire in r15860; sorrymatz
2008-03-30* proc.c (proc_dup): should copy is_lambda attribute as well.matz
2008-03-30forgot to return a value.akr
2008-03-30* io.c: IO.copy_stream implemented. [ruby-dev:33843]akr
2008-03-28* io.c (rb_io_each_char, rb_io_chars, argf_each_char, io_getc): Added charact...yugui
2008-03-21* io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGFnobu
2008-03-20* io.c (argf_getline): use receiver.nobu
2008-03-19* io.c: removed trailing blanks.nobu
2008-03-19* io.c (argf_initialize_copy): get rid of segfault.nobu
2008-03-19* io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,nobu
2008-03-19* io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever isnobu
2008-03-09fix doc.akr
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-03-04* io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open.naruse
2008-03-03* io.c (open_key_args): use rb_io_open instead of rb_f_open.naruse
2008-03-02* io.c (rb_io_ungetc): reduce redundant call.nobu
2008-03-01* io.c (struct argf): packed ARGF stuffs.nobu
2008-03-01* io.c (read_all, rb_io_getline_fast): encoding is rb_input_encoding.naruse
2008-02-28* io.c (rb_io_getline_fast): scan coderange.naruse
2008-02-28* io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]nobu
2008-02-27* io.c (read_all): fix if.naruse
2008-02-27* string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse
2008-02-21* io.c (rb_f_putc): invoke stdout method so that redefining putcmatz
2008-02-21* io.c (argf_set_encoding): uses current_file after check if nextnobu
2008-02-21* io.c (argf_set_encoding): uses current_file after check for nextnobu
2008-02-20 * io.c (open_key_args): set arg->io even if no options passed.usa
2008-02-15* io.c (open_key_args): allow specifying both :mode and :encoding.matz
2008-02-14* io.c (io_reopen): check STDIN, STDOUT and STDERR mode according toakr
2008-02-07* io.c (io_reopen): don't change access mode for stdin, stdout andakr
2008-01-30* io.c (rb_io_close_read): replaces fptr with the tied writer ifnobu
2008-01-30* io.c (open_key_args): allow encoding key to take two encodingmatz
2008-01-30* io.c (select_internal): fix SEGV by `select [STDIN],nil,[STDIN]'.akr
2008-01-28* io.c (rb_open_file): should check NUL in path.matz
2008-01-27* include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr
2008-01-25* io.c (rb_io_getline_fast): don't care ASCII incompatible encoding.akr
2008-01-24* io.c (rb_io_getline_fast): the end point of left_char_head()matz
2008-01-23* string.c (rb_str_each_line): use memchr(3) for faster newlinematz
2008-01-17* io.c (Init_IO): stdin/stdout may not be duplex.matz
2008-01-17* io.c (io_fwrite): always flush IO on tty, even without newlines.matz
2008-01-17* io.c (rb_io_check_readable): flush tied write IO too.nobu
2008-01-16* io.c (pipe_open, rb_io_s_popen): clear temporary object to releasenobu
2008-01-16* load.c (rb_feature_p): get rid of unlimited alloca.nobu
2008-01-16* file.c (sys_fail2): get rid of unlimited alloca.nobu
2008-01-14* io.c (appendline): specifying limit should not generate brokenmatz
2008-01-10io.c (io_encoding_set): typo fixedmatz
2008-01-10* io.c (io_encoding_set): handle nil for v1.matz
2008-01-10* io.c (io_encoding_set): IO.pipe("euc-jp", nil) should work asmatz