aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* io.c (rb_update_max_fd): fail with a negative file descripterYusuke Endoh2019-10-131-1/+1
* io.c (NUM2IOCTLREQ): Accept a value more than INT_MAXYusuke Endoh2019-10-111-1/+1
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-4/+4
* Fixed the function signature to rb_rescue2Nobuyoshi Nakada2019-09-111-1/+2
* drop-in type check for rb_define_singleton_method卜部昌平2019-08-291-1/+1
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-4/+4
* delete `$` sign from C identifiers卜部昌平2019-08-271-3/+3
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-1/+13
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-4/+8
* rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平2019-08-271-1/+1
* io.c: make ioctl_req_t int in AndroidYusuke Endoh2019-08-201-1/+1
* io.c: export rb_io_extract_modeencNobuyoshi Nakada2019-08-141-1/+1
* UTF LE is fixed at least the first 2 bytesNobuyoshi Nakada2019-08-131-5/+2
* #include <> for system headersNobuyoshi Nakada2019-08-091-1/+1
* * expand tabs.git2019-07-311-2/+2
* Do not change IO.pipe encodings if encodings explicitly givenJeremy Evans2019-07-301-1/+1
* Passing `binmode: true` to `IO.pipe` should behave like `binmode`Aaron Patterson2019-07-301-0/+6
* io.c (rb_file_open_internal): initialize all the fieldsYusuke Endoh2019-07-141-0/+2
* * expand tabs.git2019-07-141-1/+1
* Avoid io_tell whose return value is not usedYusuke Endoh2019-07-141-1/+1
* * expand tabs.git2019-07-111-4/+4
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-111-20/+16
* O_EXCL has no meaning for fdopenNobuyoshi Nakada2019-06-281-1/+1
* IO#set_encoding_by_bomNobuyoshi Nakada2019-06-131-3/+41
* Suppress warnings by gcc 9.1Nobuyoshi Nakada2019-06-081-3/+4
* io.c: fold very very long linesNobuyoshi Nakada2019-06-081-5/+20
* Fixed about ARGF.linenoNobuyoshi Nakada2019-05-051-2/+10
* eliminate use of freed memoryUrabe, Shyouhei2019-04-261-0/+1
* io.c: warn non-nil $,nobu2019-04-181-1/+11
* Adjusted stylesnobu2019-04-101-1/+2
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-2/+1
* Adjusted stylesnobu2019-04-101-1/+2
* [DOC] fix markups [ci skip]nobu2019-03-221-174/+160
* io.c: chomp CR at the end of read buffernobu2019-03-071-0/+6
* Fix document and return value of `IO#autoclose=`kazu2019-02-201-4/+4
* io.c: remove unused variable and fix typoglass2019-02-111-3/+2
* io.c: check HAVE_FCOPYFILEglass2019-02-111-2/+2
* io.c: get src_size from stp. Fix r66995.glass2019-02-031-0/+1
* io.c: reuse results of fstat(2) in copy functionsglass2019-02-031-51/+26
* io.c: use fcopyfile(3) in IO.copy_stream if availableglass2019-01-281-0/+103
* Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"glass2019-01-271-101/+0
* * expand tabs.svn2019-01-271-25/+25
* io.c: use fcopyfile(3) in IO.copy_stream if availableglass2019-01-271-0/+102
* * io.c: use copy_file_range() if definedglass2019-01-211-1/+5
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-151-17/+11
* io.c (io_fflush): eliminate redundant rb_io_check_closednormal2018-12-061-1/+0
* io.c (io_write_nonblock): add RB_GC_GUARD, io_fflush may switch threadsnormal2018-12-061-0/+1
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-6/+1
* io.c: fix clang -Werror,-Wshorten-64-to-32 on Linux sendfilenormal2018-11-291-1/+1
* io.c: fix clang -Werror,-Wshorten-64-to-32 errorsnormal2018-11-291-5/+5