summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2010-11-28* io.c (struct argf): make lineno long, and reorder members.nobu
2010-11-27 * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena
2010-11-18* include/ruby/io.h (rb_io_buffer_t): extract from rb_io_t.nobu
2010-11-14* io.c (argf_readlines): forward to current_file for argumentsnobu
2010-11-11* io.c (argf_close): untie tied io before closing.nobu
2010-11-11* io.c (argf_write): add ARGF.write and so on.nobu
2010-11-11* io.c (argf_read_nonblock): add ARGF.read_nonblock.nobu
2010-11-11* io.c (pipe_finalize): status is success if no process.nobu
2010-11-04* io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu
2010-10-21* io.c (rb_f_select): change rdoc.naruse
2010-10-21* io.c (rb_f_select): add correct rdoc.naruse
2010-10-12* io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.nobu
2010-10-12* io.c (rb_io_ungetc): always see Bignum. On 32bit valid valuenaruse
2010-10-12* io.c (rb_io_ungetc): use unsigned int for GB18030.naruse
2010-10-12* io.c (rb_io_putc): support multibyte characters.naruse
2010-10-10* io.c (rb_io_set_encoding): use rb_funcall2 when the io is notnaruse
2010-10-06* io.c (fptr_finalize): write_mutex might have been destroyednobu
2010-09-15* io.c (rb_io_puts): fix for wide char encoding strings.nobu
2010-09-10* class.c (rb_scan_args): Add support for optional keywordknu
2010-09-02* ext/pty/pty.c (chfunc): pass through exceptions.nobu