aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (prepare_getline_args): check if rs is a string when non-nilnobu2008-07-211-1/+4
* * io.c (appendline): remove invalid access.mame2008-07-161-1/+1
* * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu2008-07-111-4/+7
* rename rb_pipe_internal to rb_pipe.akr2008-07-051-7/+7
* * io.c (rb_pipe_internal): new function for handling EMFILE and ENFILEakr2008-07-051-17/+24
* * io.c (argf_each_line): pass args to each_line. [ruby-dev:34958]mame2008-06-301-1/+1
* * io.c (io_reopen): remove cygwin handling because it seems to be forusa2008-06-241-6/+0
* * io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new methodusa2008-06-211-0/+22
* * io.c (rb_open_file): fs_encoding and fname_encoding isnaruse2008-06-181-2/+2
* * io.c (rb_open_file): not rb_enc_get_index but rb_enc_get.naruse2008-06-181-1/+1
* * io.c (io_set_encoding): defined.naruse2008-06-161-20/+88
* * io.c (read_all): should use io_read_encoding(), notmatz2008-06-111-7/+6
* * io.c (rb_io_reopen): clear read buffer.nobu2008-06-111-0/+1
* * io.c (io_fread): bypass buffered read if reading buffer is empty.matz2008-06-111-1/+15
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-4/+6
* * io.c (fptr_finalize): close IO object if fd is already closed.akr2008-06-091-4/+15
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-0/+2
* * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu2008-06-071-1/+1
* * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.usa2008-06-061-4/+6
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-021-0/+1
* * suppress warnings with -Wwrite-string.nobu2008-05-311-4/+4
* remove a compile error.mame2008-05-291-1/+1
* * io.c (argf_readchar): raise EOFError, synchronizing IO#readchar.mame2008-05-291-1/+1
* * io.c (argf_external_encoding, argf_internal_encoding): fix SEGV bymame2008-05-291-2/+8
* * io.c (rb_getc): same as rb_read_check.nobu2008-05-281-3/+1
* * io.c (Init_IO): Define ARGF.{lines,bytes,chars}.knu2008-05-271-0/+3
* * 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