aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* chomp optionnobu2016-11-051-40/+74
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-6/+6
* prefer rb_syserr_failnobu2016-10-211-7/+9
* io.c: copy_stream to duplex IOnobu2016-10-131-1/+1
* io.c: fix typonobu2016-10-111-1/+1
* io.c: reduce isatty on Cygwin [ci skip]nobu2016-10-101-7/+8
* io.c: use RB_INTEGER_TYPE_Pnobu2016-10-061-7/+3
* * io.c: Fixed equivalent ruby code with core implemention.hsbt2016-10-051-0/+1
* io.c: check if Integernobu2016-09-081-1/+1
* replace fixnum by integer in documents.akr2016-09-081-13/+13
* * io.c (nogvl_fsync, nogvl_fdatasync): on Windows, just ignore if theusa2016-08-301-0/+8
* rb_funcallvnobu2016-07-291-7/+7
* * io.c (rb_io_s_read): add description of pipes to the documentationshugo2016-07-071-0/+3
* io.c: convert arguments just oncenobu2016-07-071-11/+50
* * addr2line.c: drop to support ATARI ST platform. It was discontinuedhsbt2016-05-281-31/+1
* Restore documentation of ARGFnobu2016-05-211-1/+1
* fix build on no-fork-spawnv platformsnobu2016-05-201-8/+3
* io.c: conditionally used functionsnobu2016-05-201-0/+4
* io.c: use PRI_OFFT_PREFIX for off_tnobu2016-05-151-9/+2
* io.c: remove extra declarationsnobu2016-03-071-1/+0
* io.c: fix output of Array [ci skip]nobu2016-03-061-1/+1
* parse without $.nobu2016-02-241-14/+29
* io.c: rb_io_open_genericnobu2016-01-311-4/+21
* io.c: constifynobu2016-01-311-3/+6
* io.c: suppress warningnobu2016-01-191-3/+4
* io.c: remove obsolete rb_deferr global variablenormal2016-01-101-2/+1
* IO#readpartial rejects bad argsnormal2015-12-271-1/+1
* rb_readwrite_syserr_failnobu2015-12-231-8/+12
* prefer rb_syserr_failnobu2015-12-231-23/+26
* * enum.c: fix a typo in documentation.hsbt2015-12-141-2/+2
* * compile.c: fix typos.hsbt2015-12-141-1/+1
* io.c: encoding in warningsnobu2015-12-131-12/+15
* io.c: BOM with non-UTFnobu2015-12-131-25/+22
* io.c: fix stack smashingnobu2015-12-131-3/+5
* IO#advise should not raise Errno::ENOSYSnormal2015-12-111-1/+1
* dir.c, io.c: use rb_id_encodingnobu2015-12-091-1/+1
* * *.c (*_memsize): do not check ptr.ko12015-12-091-1/+0
* io.c: try to_io firstnobu2015-11-251-36/+39
* * io.c (argf_getpartial): should not resize str if the secondshugo2015-11-251-1/+3
* Drop support for BeOSnobu2015-11-241-8/+2
* use rb_gc_for_fd for more callersnormal2015-11-231-1/+1
* io.c (rb_gc_for_fd): wrapper for retrying FD creationnormal2015-11-231-11/+18
* Haiku now best effort supportnobu2015-11-231-2/+2
* io.c: avoid kwarg parsing in C APInormal2015-11-121-130/+46
* io.c: [DOC] IO#gets [skip ci]nobu2015-11-081-0/+2
* io.c: [DOC] IO#gets [skip ci]nobu2015-11-081-2/+2
* io.c: [DOC] IO#gets [skip ci]nobu2015-11-081-0/+10
* io.c: fix typo [ci skip]nobu2015-10-251-1/+1
* io.c: check ARGV element typenobu2015-10-221-11/+13
* fix compile errorkosaki2015-10-181-1/+1