aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada2020-03-131-2/+6
* Refined the warning message for $, and $;Nobuyoshi Nakada2019-12-201-1/+1
* Added rb_warn_deprecatedNobuyoshi Nakada2019-12-191-8/+8
* IO#set_encoding_by_bom should err when encoding is already setNobuyoshi Nakada2019-12-151-0/+4
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-8/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-3/+0
* delete unused functions卜部昌平2019-11-141-16/+0
* builtin.h must be included *AFTER* vm_core.hNobuyoshi Nakada2019-11-081-15/+19
* Renamed `load_*.inc` as `*.rbinc` to utilize a suffix ruleNobuyoshi Nakada2019-11-081-1/+1
* Define IO#read/write_nonblock with builtins.Koichi Sasada2019-11-081-6/+11
* 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