summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2008-12-26merges r21068 from trunk into ruby_1_9_1.yugui
2008-12-26merges r21059 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20990 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20989 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20988 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20987 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20982 and r20983 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20954 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20946 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20934 from trunk into ruby_1_9_1.yugui
2008-12-21merges r20892 from trunk into ruby_1_9_1.yugui
2008-12-21merges r20528 from trunk into ruby_1_9_1.yugui
2008-12-19merges r20870 from trunk into ruby_1_9_1.yugui
2008-12-11rdoc fix.akr
2008-12-05merges r20532 from trunk into ruby_1_9_1.yugui
2008-12-04merges r20472 from trunk into ruby_1_9_1.yugui
2008-12-04merges r20458 and r20459 from trunk into ruby_1_9_1.yugui
2008-11-11merges r20144 from trunk into ruby_1_9_1.yugui
2008-10-30merges r20045 from trunk into ruby_1_9_1.yugui
2008-10-28merge from trunk (r19984, r19985, r19991-r19998)usa
2008-10-27* io.c (argf_init): initial value of $. should be 0.nobu
2008-10-27 * io.c (read_all): the 3rd argument maybe Qnil.usa
2008-10-26* io.c (read_all): use the given buffer to read when needs readconv.nobu
2008-10-22* io.c (pipe_open): remove unnecessary flush before fork.matz
2008-10-21* io.c (open_key_args): should adjust argc, argv in structmatz
2008-10-21* ext/zlib/zlib.c: remove obsolete prototype macros.matz
2008-10-21* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo
2008-10-21* io.c (rb_file_open_internal): should initialize fmode before using.nobu
2008-10-20* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz
2008-10-20* io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode.akr
2008-10-18rdoc update.akr
2008-10-16* io.c (rb_io_binmode): reset encoding conversion.akr
2008-10-16* io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):mame
2008-10-15rdoc update.akr
2008-10-14* io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu
2008-10-11rdoc update.akr
2008-10-08rdoc update.akr
2008-10-07* encoding.c (rb_default_internal_encoding): merged a patch frommatz
2008-10-04* dln.c: Ruby no longer supports VMS.yugui
2008-10-04* dln.c: Ruby no longer supports MS-DOS.yugui
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-09-30* io.c (rb_io_extract_modeenc): should honor value of thematz
2008-09-26* include/ruby/encoding.h (rb_str_encode): renamed fromakr
2008-09-24* io.c (rb_io_mode_enc): make it static.akr
2008-09-24* io.c (rb_io_s_binread): offset argument was wrongly passed tomatz
2008-09-23* io.c (io_binwrite): allocate wbuf if nosync.akr
2008-09-23* io.c (copy_stream_body): use io_binwrite instead of io_fwrite.akr
2008-09-23* io.c (io_binwrite): add nosync argument.akr
2008-09-23* io.c (rb_io_s_binread): a new method to read binary chunk from amatz