index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Age
Commit message (
Expand
)
Author
2013-07-16
* io.c (appendline): cosmetic change
glass
2013-07-09
* io.c (appendline): use READ_CHAR_PENDING_XXX macros and
glass
2013-07-02
io.c: use built-in encoding indexes
nobu
2013-06-30
win32: UTF-8 spawn
nobu
2013-06-24
* compile.c (make_name_for_block): use PRIsVALUE in format string
charliesome
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
io.c: fix 7bit coderange condition
nobu
2013-06-07
* internal.h (numberof): Gathered from various files.
akr
2013-06-02
fill rdocs
nobu
2013-05-19
fix typos. Patch by k_takata.
ktsj
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-08
* io.c (rb_io_ext_int_to_encs): ignore internal encoding if external
naruse
2013-04-26
fix typo (r40195, r40428)
kazu
2013-04-25
io.c: conversion from bom encoding
nobu
2013-04-24
* io.c (rb_fd_fix_cloexec): use rb_update_max_fd().
kosaki
2013-04-23
* Typo in defining EWOULDBLOCKWaitReadable on platforms where
headius
2013-04-09
io.c: define EWOULDBLOCK
nobu
2013-04-08
Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESS
headius
2013-04-03
* io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.
akr
2013-04-02
update doc.
akr
2013-03-29
io.c: get rid of IOError when skipped while iteration
nobu
2013-03-29
io.c: get rid of IOError when skipped while iteration
nobu
2013-03-19
* io.c (linux_iocparm_len): enable only exist _IOC_SIZE().
kosaki
2013-03-17
* io.c (io_fillbuf): show fd number on failure to debug.
naruse
2013-03-16
io.c: max_file_descriptor
nobu
2013-03-16
* include/ruby/missing.h (__syscall): moved to...
kosaki
2013-03-15
file.c: rb_sys_fail_path_with_func
nobu
2013-03-14
* file.c (rb_sys_fail_path): define & use rb_sys_fail_path0 like r39752
naruse
2013-03-11
* io.c (extract_binmode): raise error even if binmode and textmode
naruse
2013-03-10
* io.c (rb_update_max_fd): use ATOMIC_CAS because this function
kosaki
2013-03-09
* io.c: Fix rdoc typo [Github fixes #256]
marcandre
2013-02-13
io.c: FOREACH_ARGF
nobu
2013-02-13
io.c: simplify
nobu
2013-02-10
add doc. for IO#close_on_exec=.
akr
2013-01-15
io.c: no envp if no spawnve
nobu
2013-01-06
* bootstraptest/test_io.c: add a test for [ruby-dev:46834].
yugui
2013-01-04
* io.c (rb_cloexec_fcntl_dupfd): improve #ifdef condition.
kosaki
2013-01-03
* io.c (rb_cloexec_fcntl_dupfd): Fix failures in
yugui
2012-12-29
adjust style
nobu
2012-12-25
error.c: rb_write_error_str
nobu
2012-12-22
Deprecate #{lines,bytes,chars,codepoints} of IO-likes.
knu
2012-12-22
* io.c (rb_io_wait_writable): use rb_thread_check_ints() instead
kosaki
2012-12-18
* io.c (rb_io_wait_writable): don't use rb_thread_wait_fd()
kosaki
2012-12-17
* io.c (io_flush_buffer_sync2): avoid to return 0. because
kosaki
2012-12-15
* io.c (finish_writeconv): uses rb_write_internal2 if
kosaki
2012-12-15
* thread.c (rb_mutex_owned_p): remove static.
kosaki
2012-12-15
* io.c (io_flush_buffer): uses io_flush_buffer_async2 instead of
kosaki
2012-12-15
* io.c (internal_write_func2): new helper function for rb_write_internal2().
kosaki
2012-12-15
* io.c (rb_io_wait_writable): add to call rb_thread_wait_fd()
kosaki
[next]