aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * enum.c: Documentation: small fixesmarcandre2010-05-171-28/+28
* * hash.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-195/+195
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-213/+213
* * io.c (swallow): should use more_char() instead of fill_cbuf().usa2010-05-131-5/+1
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-26/+25
* * io.c (swallow): small optimize.usa2010-05-131-4/+4
* * io.c (swallow): support text mode and UTF-16/32 as internal encoding.usa2010-05-131-9/+42
* * win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): newusa2010-05-101-2/+3
* * io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and c...kazu2010-05-081-2/+3
* * error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre2010-05-081-0/+35
* Add rdoc about IO#read(length). [ruby-core:29161]naruse2010-05-031-5/+6
* * merge some patches from win32-uncode-test branch.usa2010-04-301-42/+7
* * io.c (seek_before_access): fixed argument type.nobu2010-04-301-2/+3
* * io.c (seek_before_access): renamed. see [ruby-core:29861].nobu2010-04-291-2/+2
* * io.c (rb_io_s_binread): fixed rdoc. parts of a patch from Rogernobu2010-04-291-3/+3
* * io.c (select_internal): IO which cbuf is not empty is readable.akr2010-04-261-1/+1
* * io.c (ruby_dup): update max fd.nobu2010-04-251-0/+1
* update doc.akr2010-04-241-8/+8
* update document.akr2010-04-241-1/+1
* * io.c: raise IOError when byte oriented operations occur withakr2010-04-241-18/+40
* * io.c (io_getc): fix incomplete character immediately before EOFnaruse2010-04-211-8/+8
* * io.c (io_getc): set read_encoding to resulted one characternaruse2010-04-201-12/+23
* * io.c: fixed the wrong description of rdoc.usa2010-04-201-2/+6
* * io.c: rdoc. see [ruby-dev:40506].usa2010-04-201-0/+6
* * io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu2010-04-191-17/+4
* * io.c (rb_io_rewind, rb_io_eof): add rdoc. based on a patch frommame2010-04-161-2/+6
* * io.c (io_shift_cbuf): should terminate.nobu2010-04-141-4/+1
* * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu2010-04-111-4/+16
* * io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu2010-04-081-4/+17
* * io.c (rb_io_initialize): fixed a rdoc miss that textmode andnobu2010-04-011-2/+2
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-1/+58
* * io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu2010-03-211-18/+20
* * io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu2010-03-211-6/+11
* * io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz2010-03-151-1/+3
* * io.c (rb_io_each_codepoint): read directly when readconv isnobu2010-03-141-3/+8
* * io.c (rb_io_print): should not print field separator at the endmatz2010-03-131-2/+2
* * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre2010-03-071-70/+48
* * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame2010-03-061-145/+8
* * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame2010-03-061-1/+1
* * io.c (pipe_open): suppressed a warning.nobu2010-03-051-1/+1
* * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame2010-03-041-8/+145
* * io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):mame2010-03-021-81/+57
* rdoc update.akr2010-02-191-2/+9
* * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame2010-02-171-11/+7
* * io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 asakr2010-02-151-9/+13
* * io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND.akr2010-02-111-2/+5
* * io.c (READ_CHECK): do not select fd before reading, that had mademame2010-02-091-9/+11
* * io.c (rb_io_getline_fast): wrong calculation of new positionmatz2010-02-081-1/+1
* * io.c (rb_io_each_codepoint): use cbuf when needs readconv.wanabe2010-01-311-2/+2
* * dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse2010-01-251-4/+4