aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * expand tabs.svn2018-11-291-3/+3
* io.c: favor comparisons against zero rather than -1normal2018-11-291-99/+102
* disable non-blocking pipes and sockets by defaultnormal2018-11-291-1/+2
* io.c (rb_update_max_fd): use F_GETFL if possiblenormal2018-11-281-2/+10
* * expand tabs.svn2018-11-281-2/+2
* io.c: reduce IO.copy_stream stack usage on Linuxnormal2018-11-281-15/+17
* io.c (struct copy_stream_struct): packingnormal2018-11-271-3/+3
* io.c: disable nonblocking-by-default on win32 pipesnormal2018-11-241-3/+13
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-241-29/+44
* io.c (io_fd_check_closed): prioritize cross-thread "stream closed"normal2018-11-231-1/+2
* io.c (fptr_finalize_flush): close race leading to EBADFnormal2018-11-231-4/+13
* io.c: revalidate fptr->fd after rb_io_wait_readablenormal2018-11-221-3/+13
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-20/+25
* Remove unnecessary spacekazu2018-11-201-1/+1
* io.c: ungetbyte silently ignores upper bitsshyouhei2018-11-191-2/+12
* io.c: include vm_core.h for VM_UNREACHABLEnormal2018-11-181-0/+1
* io.c (novl_wait_for_single_fd): VM_UNREACHABLE instead of assertnormal2018-11-181-1/+1
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-131-1/+1
* add 'x' mode character for O_EXCLkazu2018-08-091-4/+28
* io.c: fix non-ascii filename inplace editnobu2018-08-091-0/+2
* io.c: fix compilation when IOV_MAX is not definednormal2018-06-051-1/+11
* thread.c: enable ppoll for FreeBSD 11.0 and laternormal2018-05-151-5/+12
* io.c: cleanup copy_stream wait-for-single-fd casesnormal2018-05-141-42/+28
* io.c: fix typo and phrase [ci skip]nobu2018-05-121-2/+2
* nobody is using the return value of rb_io_fptr_finalizeshyouhei2018-05-041-5/+20
* use list_head_init instead of open-coding itnormal2018-05-011-1/+1