| Commit message (Expand) | Author | Age | Files | Lines |
* | * io.c (rb_io_s_read): Fix formatting of open_args comment. Reported | drbrain | 2012-01-13 | 1 | -12/+16 |
* | * io.c (rb_sys_fail_path): move the definition. | shirosaki | 2011-12-26 | 1 | -26/+32 |
* | * io.c: Improve rdoc for {File|IO}.write | marcandre | 2011-12-20 | 1 | -6/+10 |
* | * io.c (argf_type): make typed data. | nobu | 2011-12-15 | 1 | -1/+16 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function. | usa | 2011-12-14 | 1 | -17/+69 |
* | * io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602] | drbrain | 2011-12-07 | 1 | -0/+29 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -3/+8 |
* | * io.c: suppress unused-value warnings. fixup of r33937. | nobu | 2011-12-04 | 1 | -4/+4 |
* | Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor... | luislavena | 2011-12-04 | 1 | -7/+126 |
* | * io.c (linux_get_maxfd): change local variable name. | akr | 2011-12-01 | 1 | -4/+4 |
* | * io.c (rb_write_error2): suppress unused variable warning. | nobu | 2011-11-29 | 1 | -2/+4 |
* | * io.c (rb_write_error2): fwrite() returns ssize_t. | nobu | 2011-11-28 | 1 | -1/+1 |
* | * io.c (rb_io_flush): release GVL during fsync() on Windows. | usa | 2011-11-28 | 1 | -9/+12 |
* | * io.c (rb_write_error2): get rid of warning on linux. fwrite | kosaki | 2011-11-27 | 1 | -1/+2 |
* | * io.c (copy_stream_body): use 0666 for permission argument for open. | akr | 2011-11-26 | 1 | -1/+1 |
* | * io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linux | kosaki | 2011-11-25 | 1 | -1/+27 |
* | * io.c (rb_io_reopen): re-initialize buffereing mode for stdout and | akr | 2011-11-24 | 1 | -0/+8 |
* | Merge branch 'fsync-nogvl' into trunk | kosaki | 2011-11-24 | 1 | -2/+16 |
* | * io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux. | naruse | 2011-11-23 | 1 | -2/+0 |
* | * io.c (linux_get_maxfd): get rid of a warning. | akr | 2011-11-21 | 1 | -1/+1 |
* | * io.c (linux_get_maxfd): new function to find maximum fd on Linux. | akr | 2011-11-21 | 1 | -5/+51 |
* | * io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it is | usa | 2011-11-18 | 1 | -0/+2 |
* | * io.c (argf_next_argv): wrong timing of setting ecflags. | usa | 2011-11-16 | 1 | -3/+3 |
* | * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use | akr | 2011-11-15 | 1 | -2/+2 |
* | * io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): use | nobu | 2011-11-12 | 1 | -5/+5 |
* | * ChangeLog, io.c: whitespace-cleanup. | nobu | 2011-11-12 | 1 | -3/+3 |
* | * io.c (fcntl_narg_len): introduce narg calculation for fcntl instead | kosaki | 2011-11-12 | 1 | -1/+136 |
* | * io.c (ioctl_narg_len): Linux doesn't have IOCPARM_LEN macro, but | kosaki | 2011-11-12 | 1 | -0/+2 |
* | * io.c (rb_ioctl): don't expose our sanity check value to ruby script. | kosaki | 2011-11-12 | 1 | -4/+8 |
* | * io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform. | kosaki | 2011-11-12 | 1 | -2/+10 |
* | * io.c (struct io_cntl_arg): remove io_p member. | kosaki | 2011-11-12 | 1 | -44/+80 |
* | * io.c (setup_narg): fix off by one bug. | kosaki | 2011-11-12 | 1 | -5/+4 |
* | * io.c (+setup_narg): factor out length calculation logic. | kosaki | 2011-11-12 | 1 | -11/+22 |
* | * io.c (+ioctl_narg_len) new helper function. | kosaki | 2011-11-12 | 1 | -10/+24 |
* | * io.c (pipe_open): Remove fflush(stdin). it's no effect. | kosaki | 2011-11-11 | 1 | -1/+0 |
* | * io.c (rb_update_max_fd): fstat(2) can fail with other than | nobu | 2011-11-09 | 1 | -1/+1 |
* | * io.c (rb_sysopen): max fd is updated in rb_sysopen_internal() | nobu | 2011-11-09 | 1 | -1/+0 |
* | * io.c (io_fwrite): call rb_w32_write_console() only if FMODE_TTY is | usa | 2011-11-08 | 1 | -2/+4 |
* | update doc. | akr | 2011-11-07 | 1 | -1/+4 |
* | * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK, | usa | 2011-11-07 | 1 | -16/+35 |
* | * io.c (io_fflush): remove fsync(). | usa | 2011-11-07 | 1 | -5/+10 |
* | * io.c (rb_close_before_exec): use F_MAXFD if available. | akr | 2011-11-07 | 1 | -0/+7 |
* | * io.c (rb_cloexec_fcntl_dupfd): don't clear try_dupfd_cloexec if | akr | 2011-11-05 | 1 | -1/+3 |
* | * whitespace cleanup. | nobu | 2011-11-04 | 1 | -1/+1 |
* | * io.c (make_writeconv): fixed typo of previous commit. | usa | 2011-11-03 | 1 | -1/+2 |
* | * io.c (make_writeconv): fixed typo of previous commit. | usa | 2011-11-03 | 1 | -2/+2 |
* | * io.c (make_writeconv): unversal_newline converter is for reading. | usa | 2011-11-03 | 1 | -1/+3 |
* | * io.c (rb_cloexec_pipe): remove workaround of r33587. | naruse | 2011-11-01 | 1 | -6/+0 |
* | * io.c (rb_io_reopen): call rb_fd_fix_cloexec instead of | akr | 2011-11-01 | 1 | -1/+1 |
* | * io.c (rb_io_reopen): call rb_maygvl_fd_fix_cloexec after freopen(). | akr | 2011-11-01 | 1 | -0/+1 |