aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-22/+0
* io.c: fix 7bit coderange conditionnobu2013-06-121-1/+5
* * internal.h (numberof): Gathered from various files.akr2013-06-071-2/+0
* fill rdocsnobu2013-06-021-0/+5
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-3/+3
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-7/+7
* * io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse2013-05-081-2/+6
* fix typo (r40195, r40428)kazu2013-04-261-1/+1
* io.c: conversion from bom encodingnobu2013-04-251-17/+23
* * io.c (rb_fd_fix_cloexec): use rb_update_max_fd().kosaki2013-04-241-2/+1
* * Typo in defining EWOULDBLOCKWaitReadable on platforms whereheadius2013-04-231-1/+1
* io.c: define EWOULDBLOCKnobu2013-04-091-34/+39
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-2/+78
* * io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr2013-04-031-8/+24
* update doc.akr2013-04-021-20/+9
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-4/+5
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-14/+34
* * io.c (linux_iocparm_len): enable only exist _IOC_SIZE().kosaki2013-03-191-2/+2
* * io.c (io_fillbuf): show fd number on failure to debug.naruse2013-03-171-1/+7
* io.c: max_file_descriptornobu2013-03-161-5/+7
* * include/ruby/missing.h (__syscall): moved to...kosaki2013-03-161-0/+5
* file.c: rb_sys_fail_path_with_funcnobu2013-03-151-15/+0
* * file.c (rb_sys_fail_path): define & use rb_sys_fail_path0 like r39752naruse2013-03-141-1/+14
* * io.c (extract_binmode): raise error even if binmode and textmodenaruse2013-03-111-0/+4
* * io.c (rb_update_max_fd): use ATOMIC_CAS because this functionkosaki2013-03-101-1/+6
* * io.c: Fix rdoc typo [Github fixes #256]marcandre2013-03-091-1/+1
* io.c: FOREACH_ARGFnobu2013-02-131-12/+10
* io.c: simplifynobu2013-02-131-15/+6
* add doc. for IO#close_on_exec=.akr2013-02-101-0/+8
* io.c: no envp if no spawnvenobu2013-01-151-0/+4
* * bootstraptest/test_io.c: add a test for [ruby-dev:46834].yugui2013-01-061-4/+12
* * io.c (rb_cloexec_fcntl_dupfd): improve #ifdef condition.kosaki2013-01-041-3/+3
* * io.c (rb_cloexec_fcntl_dupfd): Fix failures inyugui2013-01-031-2/+4
* adjust stylenobu2012-12-291-1/+1
* error.c: rb_write_error_strnobu2012-12-251-0/+17
* Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu2012-12-221-29/+111
* * io.c (rb_io_wait_writable): use rb_thread_check_ints() insteadkosaki2012-12-221-0/+15
* * io.c (rb_io_wait_writable): don't use rb_thread_wait_fd()kosaki2012-12-181-8/+2
* * io.c (io_flush_buffer_sync2): avoid to return 0. becausekosaki2012-12-171-8/+16
* * io.c (finish_writeconv): uses rb_write_internal2 ifkosaki2012-12-151-1/+4
* * thread.c (rb_mutex_owned_p): remove static.kosaki2012-12-151-1/+4
* * io.c (io_flush_buffer): uses io_flush_buffer_async2 instead ofkosaki2012-12-151-1/+24
* * io.c (internal_write_func2): new helper function for rb_write_internal2().kosaki2012-12-151-1/+20
* * io.c (rb_io_wait_writable): add to call rb_thread_wait_fd()kosaki2012-12-151-0/+1
* * io.c (rb_io_wait_writable): don't call rb_thread_fd_writable()kosaki2012-12-151-1/+0
* * thread.c (rb_uninterruptible): helper function for providingkosaki2012-12-051-15/+33
* * io.c (io_binwrite): check interrupt before io issue.kosaki2012-12-051-0/+3
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-2/+3
* io.c: recurse for the argumentnobu2012-12-011-5/+5