summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2011-05-15* remove trailing spaces.nobu
2011-05-12* io.c (select_internal): remove unused variable (interrupt_flag).kosaki
2011-05-04* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki
2011-05-04* io.c (rb_f_select): remove useless ifdef.kosaki
2011-05-04* thread.c (rb_wait_for_single_fd): new.kosaki
2011-04-30* include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki
2011-04-30* io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()kosaki
2011-04-29* io.c (make_writeconv): do not add textmode newline decorator if anynobu
2011-04-27* io.c (rb_io_extract_modeenc, rb_f_backquote): set default textnobu
2011-04-26* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu
2011-04-14* io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.kazu
2011-04-13* io.c (rb_io_fdatasync): remove unused variable.kazu
2011-04-11* io.c: revert r31230.kosaki
2011-04-04* io.c (rb_io_syswrite): While local FS writes are usuallykosaki
2011-04-03* configure.in: disable fdatasync again on Mac OS X.kosaki
2011-04-03* io.c (io_reopen): IO#close releases GVL if possible.kosaki
2011-03-05* io.c (io_cntl): use rb_thread_io_blocking_region() insteadkosaki
2011-03-04* io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki
2011-03-04* io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need tokosaki
2011-02-20* prevent temporary objects from GC, and should not usenobu
2011-02-12* thread.c (rb_thread_io_blocking_region): new function to runnobu
2011-02-08* io.c (rb_io_s_sysopen): use NUM2MODET() instead NUM2UINT().kosaki
2011-02-02 * io.c (rb_io_fdatasync): Use fsync(2) if if the underlyingkosaki
2011-01-30io.c (struct argf): char behaves like an unsigned char by default on AIX.kanemoto
2011-01-28 * io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().kosaki
2011-01-13* io.c (argf_next_argv): go advance when the next file cannot benobu
2011-01-12 * io.c (rb_f_syscall): Add warning messages. [ruby-core:34062]kosaki
2011-01-12 * io.c (rb_f_syscall): Some syscall return unsigned or pointer value.kosaki
2011-01-12 * io.c (rb_f_syscall): Add 64bit Linux support. Some syscall takeskosaki
2011-01-09* io.c (Kernel.#syscall): implemented on LP64/LLP64 environments too.yugui
2011-01-08fix spaces.akr
2010-12-29* io.c (maygvl_copy_stream_wait_readwrite): define if USE_SENDFILEnobu
2010-12-27fix a typokazu
2010-12-25 * io.c (advice_arg_check): Change argument check.kosaki
2010-12-25 * io.c (pipe_open): Added rb_thread_atfork(). We must reinitializekosaki
2010-12-25* io.c (rb_io_extract_encoding_option): accept Encoding object asnobu
2010-12-20 * io.c : add an extra byte to buffer for the specification of readtarui
2010-12-19 * io.c (Init_IO): Added O_DIRECT. This feature was propsed by Run Pai...kosaki
2010-12-16* io.c: removed garbage line.nobu
2010-12-16* io.c (rb_io_advise): removed unused variable, and fix indent.nobu
2010-12-16Fix indentationkosaki
2010-12-16 * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki
2010-12-16* io.c: parenthesize macro arguments.akr
2010-12-15* io.c (nogvl_copy_stream_sendfile): fix missing condition.nobu
2010-12-15* io.c (simple_sendfile): enable on Mac OS X.nobu
2010-12-14* io.c (simple_sendfile): improve linux compatibility on FreeBSD,naruse
2010-12-13* io.c (simple_sendfile): disable the use of sendfile(2) onnaruse
2010-12-13* io.c: define USE_SENDFILE on FreeBSD or DragonFly BSD.naruse
2010-12-13* io.c (simple_sendfile): added for BSD version of sendfile(2).naruse
2010-12-07 * io.c (io_read): duplicate string if shared. [ruby-dev:42719]tarui