summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2009-10-11rdoc update.akr
2009-10-06* io.c (io_reopen): avoid close if possible.akr
2009-10-05rdoc update.akr
2009-09-29* io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.nobu
2009-09-29* io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.naruse
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-09-07* io.c (rb_io_tell): adjustment for ungotten data.nobu
2009-09-07* io.c (io_encname_bom_p): removed magic number.nobu
2009-09-07* io.c (Init_IO): added rdocs for constants.nobu
2009-09-06* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].nobu
2009-09-05* io.c (argf_next_argv): fixed indent.nobu
2009-09-05* io.c: Add rdoc for ARGF.naruse
2009-08-21Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse
2009-08-21Change modestr syntax for BOM to "BOM|UTF-*".naruse
2009-08-20* io.c (rb_sysopen_internal): removed const qualifier.nobu
2009-08-20* io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.nobu
2009-08-05* io.c (rb_stdio_set_default_encoding): prototyped.nobu
2009-07-31Set encodings of stdio after setting default internal and external.naruse
2009-07-28* io.c (argf_eof): should call next_argv() before testing.matz
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-25* io.c (argf_eof): should not have reached EOF before trying tonobu
2009-07-20* io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.naruse
2009-07-19* io.c (io_read): should taint the result. [ruby-dev:38826]nobu
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-16* io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu