summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2008-06-18* io.c (rb_open_file): fs_encoding and fname_encoding isnaruse
2008-06-18* io.c (rb_open_file): not rb_enc_get_index but rb_enc_get.naruse
2008-06-16* io.c (io_set_encoding): defined.naruse
2008-06-11* io.c (read_all): should use io_read_encoding(), notmatz
2008-06-11* io.c (rb_io_reopen): clear read buffer.nobu
2008-06-11* io.c (io_fread): bypass buffered read if reading buffer is empty.matz
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-09* io.c (fptr_finalize): close IO object if fd is already closed.akr
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-07* io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu
2008-06-06 * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.usa
2008-06-02* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-29remove a compile error.mame
2008-05-29* io.c (argf_readchar): raise EOFError, synchronizing IO#readchar.mame
2008-05-29* io.c (argf_external_encoding, argf_internal_encoding): fix SEGV bymame
2008-05-28* io.c (rb_getc): same as rb_read_check.nobu
2008-05-27* io.c (Init_IO): Define ARGF.{lines,bytes,chars}.knu
2008-05-12* io.c (rb_f_gets.): re-enable rdoc.akr
2008-05-12 * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa
2008-05-11* thread.c (thread_cleanup_func_before_exec): extracted fromakr
2008-05-07* io.c (io_puts_ary): check recursion first. [ruby-dev:34580]nobu
2008-05-05* io.c (io_fflush): IO#flush problem within threads. a patch frommatz
2008-05-02* io.c (internal_read_func, internal_write_func): split fromnobu
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-28* include/ruby/intern.h (rb_exec_arg_init): declared.akr
2008-04-26* io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu
2008-04-24* include/ruby/intern.h (rb_env_clear): declared.akr
2008-04-21* io.c (copy_stream_body): call rb_io_check_readable andakr
2008-04-20* io.c (copy_stream_func): suppress warnings.nobu
2008-04-20* io.c (copy_stream_rbuf_to_dst): removed.akr
2008-04-20* io.c (copy_stream_fallback): write directly (bypassing write method)akr
2008-04-20avoid warnings in copy_stream_body.akr
2008-04-20* io.c (copy_stream_fallback): read directly (bypassing readpartial)akr
2008-04-19* io.c (copy_stream_body): use readpartial and write method forakr
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
2008-04-15* io.c: #undef rb_argv moved before #define.matz
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