aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): usenobu2011-11-121-5/+5
* * ChangeLog, io.c: whitespace-cleanup.nobu2011-11-121-3/+3
* * io.c (fcntl_narg_len): introduce narg calculation for fcntl insteadkosaki2011-11-121-1/+136
* * io.c (ioctl_narg_len): Linux doesn't have IOCPARM_LEN macro, butkosaki2011-11-121-0/+2
* * io.c (rb_ioctl): don't expose our sanity check value to ruby script.kosaki2011-11-121-4/+8
* * io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki2011-11-121-2/+10
* * io.c (struct io_cntl_arg): remove io_p member.kosaki2011-11-121-44/+80
* * io.c (setup_narg): fix off by one bug.kosaki2011-11-121-5/+4
* * io.c (+setup_narg): factor out length calculation logic.kosaki2011-11-121-11/+22
* * io.c (+ioctl_narg_len) new helper function.kosaki2011-11-121-10/+24
* * io.c (pipe_open): Remove fflush(stdin). it's no effect.kosaki2011-11-111-1/+0
* * io.c (rb_update_max_fd): fstat(2) can fail with other thannobu2011-11-091-1/+1
* * io.c (rb_sysopen): max fd is updated in rb_sysopen_internal()nobu2011-11-091-1/+0
* * io.c (io_fwrite): call rb_w32_write_console() only if FMODE_TTY isusa2011-11-081-2/+4
* update doc.akr2011-11-071-1/+4
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa2011-11-071-16/+35
* * io.c (io_fflush): remove fsync().usa2011-11-071-5/+10
* * io.c (rb_close_before_exec): use F_MAXFD if available.akr2011-11-071-0/+7
* * io.c (rb_cloexec_fcntl_dupfd): don't clear try_dupfd_cloexec ifakr2011-11-051-1/+3
* * whitespace cleanup.nobu2011-11-041-1/+1
* * io.c (make_writeconv): fixed typo of previous commit.usa2011-11-031-1/+2
* * io.c (make_writeconv): fixed typo of previous commit.usa2011-11-031-2/+2
* * io.c (make_writeconv): unversal_newline converter is for reading.usa2011-11-031-1/+3
* * io.c (rb_cloexec_pipe): remove workaround of r33587.naruse2011-11-011-6/+0
* * io.c (rb_io_reopen): call rb_fd_fix_cloexec instead ofakr2011-11-011-1/+1
* * io.c (rb_io_reopen): call rb_maygvl_fd_fix_cloexec after freopen().akr2011-11-011-0/+1
* * io.c (nogvl_io_cntl): rb_cloexec_fcntl_dupfd's 2nd argument is int.naruse2011-11-011-1/+1
* * 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