summaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* merges r20990 from trunk into ruby_1_9_1.yugui2008-12-251-0/+2
* merges r20989 from trunk into ruby_1_9_1.yugui2008-12-251-14/+28
* merges r20988 from trunk into ruby_1_9_1.yugui2008-12-251-1/+8
* merges r20987 from trunk into ruby_1_9_1.yugui2008-12-251-18/+11
* merges r20982 and r20983 from trunk into ruby_1_9_1.yugui2008-12-251-0/+3
* merges r20954 from trunk into ruby_1_9_1.yugui2008-12-251-1/+4
* merges r20946 from trunk into ruby_1_9_1.yugui2008-12-251-28/+95
* merges r20934 from trunk into ruby_1_9_1.yugui2008-12-251-1/+1
* merges r20892 from trunk into ruby_1_9_1.yugui2008-12-211-10/+6
* merges r20528 from trunk into ruby_1_9_1.yugui2008-12-211-1/+47
* merges r20870 from trunk into ruby_1_9_1.yugui2008-12-191-38/+43
* rdoc fix.akr2008-12-111-3/+3
* merges r20532 from trunk into ruby_1_9_1.yugui2008-12-051-1/+1
* merges r20472 from trunk into ruby_1_9_1.yugui2008-12-041-9/+19
* merges r20458 and r20459 from trunk into ruby_1_9_1.yugui2008-12-041-5/+5
* merges r20144 from trunk into ruby_1_9_1.yugui2008-11-111-20/+72
* merges r20045 from trunk into ruby_1_9_1.yugui2008-10-301-1/+8
* merge from trunk (r19984, r19985, r19991-r19998)usa2008-10-281-18/+33
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-271-1/+1
* * io.c (read_all): the 3rd argument maybe Qnil.usa2008-10-271-1/+2
* * io.c (read_all): use the given buffer to read when needs readconv.nobu2008-10-261-1/+1
* * io.c (pipe_open): remove unnecessary flush before fork.matz2008-10-221-2/+0
* * io.c (open_key_args): should adjust argc, argv in structmatz2008-10-211-8/+8
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-6/+4
* * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo2008-10-211-1/+1
* * io.c (rb_file_open_internal): should initialize fmode before using.nobu2008-10-211-3/+2
* * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz2008-10-201-4/+14
* * io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode.akr2008-10-201-2/+17
* rdoc update.akr2008-10-181-3/+7
* * io.c (rb_io_binmode): reset encoding conversion.akr2008-10-161-5/+16
* * io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):mame2008-10-161-44/+0
* rdoc update.akr2008-10-151-15/+24
* * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu2008-10-141-2/+2
* rdoc update.akr2008-10-111-0/+20
* rdoc update.akr2008-10-081-4/+4
* * encoding.c (rb_default_internal_encoding): merged a patch frommatz2008-10-071-59/+107
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-6/+0
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-9/+2
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-5/+2
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-10/+5
* * io.c (rb_io_extract_modeenc): should honor value of thematz2008-09-301-2/+2
* * include/ruby/encoding.h (rb_str_encode): renamed fromakr2008-09-261-2/+2
* * io.c (rb_io_mode_enc): make it static.akr2008-09-241-1/+1
* * io.c (rb_io_s_binread): offset argument was wrongly passed tomatz2008-09-241-1/+1
* * io.c (io_binwrite): allocate wbuf if nosync.akr2008-09-231-1/+1
* * io.c (copy_stream_body): use io_binwrite instead of io_fwrite.akr2008-09-231-1/+1
* * io.c (io_binwrite): add nosync argument.akr2008-09-231-30/+49
* * io.c (rb_io_s_binread): a new method to read binary chunk from amatz2008-09-231-1/+33
* * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko12008-09-231-5/+4
* * io.c (rb_io_extract_modeenc): process option mode: and perm: asmatz2008-09-171-18/+34