aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-041-0/+4
* * io.c (rb_f_select): remove useless ifdef.kosaki2011-05-041-8/+0
* * thread.c (rb_wait_for_single_fd): new.kosaki2011-05-041-40/+2
* * include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki2011-04-301-4/+4
* * io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()kosaki2011-04-301-1/+1
* * io.c (make_writeconv): do not add textmode newline decorator if anynobu2011-04-291-1/+2
* * io.c (rb_io_extract_modeenc, rb_f_backquote): set default textnobu2011-04-271-2/+5
* * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu2011-04-261-13/+29
* * io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.kazu2011-04-141-1/+1
* * io.c (rb_io_fdatasync): remove unused variable.kazu2011-04-131-1/+0
* * io.c: revert r31230.kosaki2011-04-111-43/+4
* * io.c (rb_io_syswrite): While local FS writes are usuallykosaki2011-04-041-1/+1
* * configure.in: disable fdatasync again on Mac OS X.kosaki2011-04-031-2/+3
* * io.c (io_reopen): IO#close releases GVL if possible.kosaki2011-04-031-4/+43
* * io.c (io_cntl): use rb_thread_io_blocking_region() insteadkosaki2011-03-051-1/+1
* * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki2011-03-041-13/+32
* * io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need tokosaki2011-03-041-3/+3
* * prevent temporary objects from GC, and should not usenobu2011-02-201-2/+3
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-121-4/+5
* * io.c (rb_io_s_sysopen): use NUM2MODET() instead NUM2UINT().kosaki2011-02-081-1/+1
* * io.c (rb_io_fdatasync): Use fsync(2) if if the underlyingkosaki2011-02-021-4/+8
* io.c (struct argf): char behaves like an unsigned char by default on AIX.kanemoto2011-01-301-1/+1
* * io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().kosaki2011-01-281-2/+2
* * io.c (argf_next_argv): go advance when the next file cannot benobu2011-01-131-1/+1
* * io.c (rb_f_syscall): Add warning messages. [ruby-core:34062]kosaki2011-01-121-0/+4
* * io.c (rb_f_syscall): Some syscall return unsigned or pointer value.kosaki2011-01-121-1/+2
* * io.c (rb_f_syscall): Add 64bit Linux support. Some syscall takeskosaki2011-01-121-0/+12
* * io.c (Kernel.#syscall): implemented on LP64/LLP64 environments too.yugui2011-01-091-48/+72
* fix spaces.akr2011-01-081-2/+2
* * io.c (maygvl_copy_stream_wait_readwrite): define if USE_SENDFILEnobu2010-12-291-16/+16
* fix a typokazu2010-12-271-1/+1
* * io.c (advice_arg_check): Change argument check.kosaki2010-12-251-5/+19
* * io.c (pipe_open): Added rb_thread_atfork(). We must reinitializekosaki2010-12-251-0/+1
* * io.c (rb_io_extract_encoding_option): accept Encoding object asnobu2010-12-251-4/+12
* * io.c : add an extra byte to buffer for the specification of readtarui2010-12-201-36/+34
* * io.c (Init_IO): Added O_DIRECT. This feature was propsed by Run Pai...kosaki2010-12-191-0/+4
* * io.c: removed garbage line.nobu2010-12-161-1/+0
* * io.c (rb_io_advise): removed unused variable, and fix indent.nobu2010-12-161-15/+15
* Fix indentationkosaki2010-12-161-32/+32
* * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki2010-12-161-0/+161
* * io.c: parenthesize macro arguments.akr2010-12-161-12/+12
* * io.c (nogvl_copy_stream_sendfile): fix missing condition.nobu2010-12-151-0/+2
* * io.c (simple_sendfile): enable on Mac OS X.nobu2010-12-151-15/+30
* * io.c (simple_sendfile): improve linux compatibility on FreeBSD,naruse2010-12-141-5/+12
* * io.c (simple_sendfile): disable the use of sendfile(2) onnaruse2010-12-131-3/+6
* * io.c: define USE_SENDFILE on FreeBSD or DragonFly BSD.naruse2010-12-131-1/+3
* * io.c (simple_sendfile): added for BSD version of sendfile(2).naruse2010-12-131-8/+28
* * io.c (io_read): duplicate string if shared. [ruby-dev:42719]tarui2010-12-071-1/+4
* * io.c (struct argf): make lineno long, and reorder members.nobu2010-11-281-6/+5
* * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena2010-11-271-0/+4