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
2014-12-11
io.c: Fix spelling [ci skip]
nobu
2014-12-07
io.c: Typo close -> closes.
hone
2014-12-05
io.c: fix rdoc [ci skip]
nobu
2014-12-01
use 0 for reserved
nobu
2014-11-28
* eval_error.c (error_print): respect the encoding of the message.
usa
2014-11-23
io.c: preserve encodings
nobu
2014-11-22
io.c: remove redundant assignment
nobu
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-18
* include/ruby/io.h (FMODE_WSPLIT): Removed. The write() system call
akr
2014-11-16
id.def: move IDs for exception
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-10
* win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): new
usa
2014-10-25
* io.c (io_binwrite_string): Test writev() failure.
akr
2014-10-20
io.c: enclose statements by ifdef
nobu
2014-10-11
Fixes build failures on Portable Native Client.
yugui
2014-10-11
* io.c: fix issues in the last two commits. don't disable cloexec for
yugui
2014-10-11
Allow failure of sighandler installation on NativeClient.
yugui
2014-10-11
Merges a patch form naclports.
yugui
2014-10-10
io.c: fix typo
nobu
2014-10-10
io.c: move RFile initialization
nobu
2014-10-05
io.c: ID instead of Symbol
nobu
2014-10-01
io.c (fptr_finalize): free memory before GC sweep
normal
2014-09-25
io.c: common function to free IO buffers
normal
2014-09-15
trivial packing for on-stack structs
normal
2014-09-02
* configure.in: Use AC_FUNC_FORK.
akr
2014-08-28
io.c: fix uninitialized variable
nobu
2014-08-28
io.c: preserve encodings
nobu
2014-08-28
io.c: preserve encodings
nobu
2014-08-28
io.c: preserve encodings
nobu
2014-08-28
io.c: preserve encodings
nobu
2014-08-26
io.c: do not swallow exceptions at end of block
nobu
2014-07-25
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-07-19
io.c: fix rdoc of append mode
nobu
2014-07-11
* io.c: Improve Documentation by @dapplebeforedawn.
hsbt
2014-07-09
io.c: refine error message
nobu
2014-06-18
constify parameters
nobu
2014-06-08
configure.in: disable posix_fadvise
nobu
2014-06-08
io.c (rb_io_advise): AIX currently does not support a 32-bit call to
kanemoto
2014-06-07
io.c: truncate before appending
nobu
2014-06-06
io.c: not shorten buffer unless succeeded
nobu
2014-06-05
configure.in, missing.h: jemalloc mangling
nobu
2014-05-29
* io.c (pipe_open): Close pipes when rb_execarg_fixup() raises
akr
2014-05-29
* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises an
akr
2014-05-27
* io.c (rb_io_autoclose_p): Don't raise on frozen IO.
akr
2014-05-27
io.c: no error on frozen IO
nobu
2014-05-18
io.c: update ARGF examples
nobu
2014-05-17
io.c: buffer must be modifiable
nobu
2014-05-06
* io.c (io_{read,write}_nonblock): use rb_get_kwargs instead of
tadf
2014-03-17
process.c: constify
nobu
2014-03-17
* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()
ko1
[next]