summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2010-04-24update doc.akr
2010-04-24update document.akr
2010-04-24* io.c: raise IOError when byte oriented operations occur withakr
2010-04-21* io.c (io_getc): fix incomplete character immediately before EOFnaruse
2010-04-20* io.c (io_getc): set read_encoding to resulted one characternaruse
2010-04-20* io.c: fixed the wrong description of rdoc.usa
2010-04-20* io.c: rdoc. see [ruby-dev:40506].usa
2010-04-19* io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu
2010-04-16* io.c (rb_io_rewind, rb_io_eof): add rdoc. based on a patch frommame
2010-04-14* io.c (io_shift_cbuf): should terminate.nobu
2010-04-11* io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu
2010-04-08* io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu
2010-04-01* io.c (rb_io_initialize): fixed a rdoc miss that textmode andnobu
2010-03-21* io.c (rb_io_initialize): add autoclose argument to control closenobu
2010-03-21* io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu
2010-03-21* io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu
2010-03-15* io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz
2010-03-14* io.c (rb_io_each_codepoint): read directly when readconv isnobu
2010-03-13* io.c (rb_io_print): should not print field separator at the endmatz
2010-03-07* io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre
2010-03-06* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame
2010-03-06* io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame
2010-03-05* io.c (pipe_open): suppressed a warning.nobu
2010-03-04* io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame
2010-03-02* io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):mame
2010-02-19rdoc update.akr
2010-02-17* io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame
2010-02-15* io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 asakr
2010-02-11* io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND.akr
2010-02-09* io.c (READ_CHECK): do not select fd before reading, that had mademame
2010-02-08* io.c (rb_io_getline_fast): wrong calculation of new positionmatz
2010-01-31* io.c (rb_io_each_codepoint): use cbuf when needs readconv.wanabe
2010-01-25* dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse
2010-01-08* io.c (rb_io_s_read): close the IO if an exception is raised onusa
2009-12-20* vm_eval.c (rb_iterate): pass current block when the argument bl_procmame
2009-11-26* removed spaces just before tabs.nobu
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-11-18* io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.akr
2009-11-18* io.c (fill_cbuf): extracted from more_char.akr
2009-11-18* io.c (rb_scan_open_args): move path encoding conversionnaruse
2009-11-17* io.c (parse_mode_enc): fix invalid access.akr
2009-11-16* io.c (read_all): shift read buffer if exception occured.wanabe
2009-11-15* io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe
2009-11-03fix typos.akr
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-28* io.c (Init_IO): rb_default_rs should be US-ASCII.naruse
2009-10-25* io.c (io_cntl): F_DUPFD is platform dependent.nobu
2009-10-23* io.c (io_cntl): update max file descriptor by the result ofakr
2009-10-15* io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu
2009-10-15* io.c (io_reopen): unread current buffer before telling thenobu