aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_check_readable): side effect for STDIN removed.akr2008-08-181-6/+0
* * io.c (io_ungetbyte): renamed from io_ungetc.akr2008-08-181-7/+58
* * io.c (id_encode): removed.akr2008-08-181-2/+1
* * io.c (make_writeconv): if enc and enc2 is set, convertakr2008-08-181-23/+17
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-181-16/+134
* * io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr2008-08-181-8/+20
* * io.c (mode_enc): modify enc and enc2 consistently.akr2008-08-181-1/+8
* * io.c (io_enc_str): code conversion removed.akr2008-08-181-20/+2
* * io.c (io_shift_crbuf): add strp argument to append into existingakr2008-08-181-101/+131
* * io.c (io_enc_str_converted): new function.akr2008-08-181-50/+147
* * io.c (appendline): appendline cannot check character boundary.akr2008-08-171-54/+28
* * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr2008-08-171-20/+14
* * include/ruby/encoding.h (rb_econv_putbackable): declared.akr2008-08-171-0/+7
* * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr2008-08-161-2/+75
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-6/+7
* * io.c (shutdown): not define if defined already.nobu2008-08-081-1/+1
* * configure.in (shutdown, sched_yield, pthread_attr_setinheritsched):nobu2008-08-081-8/+5
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-061-2/+5
* * array.c (rb_ary_sort_bang): reset to real class.nobu2008-08-051-1/+1
* * io.c (retry_sendfile, retry_read): ENOSYS and EWOULDBLOCK are notnobu2008-08-051-5/+17
* * io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame2008-07-291-0/+13
* * 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