aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec.akr2011-11-011-11/+11
* add comment.akr2011-10-311-2/+2
* Fix previous commit (r33586).naruse2011-10-311-1/+1
* * io.c (rb_cloexec_pipe): NetBSD 6.0 will support pipe2(2),naruse2011-10-311-0/+6
* * include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr2011-10-311-3/+3
* * io.c (fd_set_cloexec): clear CLOEXEC flag for standard fileakr2011-10-311-40/+32
* * io.c (rb_cloexec_dup2): check oldfd == newfd at first.akr2011-10-311-14/+21
* * io.c (rb_cloexec_fcntl_dupfd): this function needs F_DUPFD.usa2011-10-311-0/+6
* * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr2011-10-301-2/+15
* * configure.in: check pipe2.akr2011-10-301-0/+18
* * include/ruby/intern.h (rb_cloexec_pipe): declared.akr2011-10-301-12/+23
* * io.c (rb_cloexec_dup): refine control flow.akr2011-10-301-8/+6
* * io.c (rb_cloexec_dup, rb_cloexec_dup2): CLOEXEC has been set ifnobu2011-10-301-0/+6
* * io.c (rb_cloexec_dup): don't allocate standard file descriptors.akr2011-10-301-2/+7
* * io.c (rb_cloexec_dup2): don't set CLOEXEC for standard fileakr2011-10-291-1/+1
* * configure.in: check dup3.akr2011-10-291-0/+15
* * include/ruby/intern.h (rb_cloexec_dup2): declared.akr2011-10-291-4/+15
* * io.c (rb_cloexec_dup): use F_DUPFD_CLOEXEC if available.akr2011-10-291-0/+16
* add a comment.akr2011-10-291-0/+1
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-291-3/+12
* * io.c (rb_cloexec_open): use O_CLOEXEC if available.akr2011-10-291-0/+3
* * include/ruby/intern.h (rb_cloexec_open): declared.akr2011-10-291-3/+22
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-241-5/+5
* * io.c (copy_stream_fallback_body): check nil for EOF of read method.akr2011-10-231-1/+4
* * io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD isakr2011-10-221-0/+3
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-7/+26
* * io.c: fix documentation of ARGF.lineno=.ktsj2011-10-021-2/+2
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-12/+12
* * io.c (Init_IO): update BINARY comment. it should not change thematz2011-09-121-1/+1
* * io.c (argf_next_argv): open in default text mode.nobu2011-09-031-4/+11
* * io.c (validate_enc_binmode, prep_stdio): default to text mode onnobu2011-09-021-2/+3
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-031-9/+5
* * io.c (rb_pipe): pipe on cygwin can succeed half but failnobu2011-07-311-0/+8
* * io.c (rb_io_each_byte): remove unused variable e.naruse2011-07-301-3/+2
* * io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu2011-07-301-6/+3
* * io.c (rb_update_max_fd): validate fd.akr2011-07-231-0/+4
* * io.c (rb_update_max_fd): remove parentheses. they are not in macro.kazu2011-07-201-1/+1
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-1/+8
* * io.c (UPDATE_MAXFD): removed.akr2011-07-191-11/+7
* * io.c (rb_update_max_fd): new function.akr2011-07-191-0/+5
* * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamedusa2011-07-151-1/+1
* * io.c: Note that methods other than IO#gets may increase IO#lineno.drbrain2011-07-091-5/+8
* * io.c (rb_io_close): close(2) on a fd which is being read bynobu2011-07-081-0/+6
* * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko12011-07-031-0/+3
* * math.c: Attach documentation for Math.drbrain2011-06-291-3/+11
* * io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu2011-06-181-0/+3
* * io.c: supress warnings.akr2011-06-181-2/+4
* * internal.h: declare internal functions here.akr2011-06-171-4/+0
* * io.c: Improve documentation of IO and File open and new.drbrain2011-06-161-67/+71
* * io.c: use select() appropriately for sendfile().akr2011-06-121-17/+12