index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* io.c (select_internal): remove unused variable (interrupt_flag).
kosaki
2011-05-12
1
-35
/
+32
*
* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...
kosaki
2011-05-04
1
-0
/
+4
*
* io.c (rb_f_select): remove useless ifdef.
kosaki
2011-05-04
1
-8
/
+0
*
* thread.c (rb_wait_for_single_fd): new.
kosaki
2011-05-04
1
-40
/
+2
*
* include/ruby/intern.h (rb_thread_select): mark as deprecated.
kosaki
2011-04-30
1
-4
/
+4
*
* io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()
kosaki
2011-04-30
1
-1
/
+1
*
* io.c (make_writeconv): do not add textmode newline decorator if any
nobu
2011-04-29
1
-1
/
+2
*
* io.c (rb_io_extract_modeenc, rb_f_backquote): set default text
nobu
2011-04-27
1
-2
/
+5
*
* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newline
nobu
2011-04-26
1
-13
/
+29
*
* io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.
kazu
2011-04-14
1
-1
/
+1
*
* io.c (rb_io_fdatasync): remove unused variable.
kazu
2011-04-13
1
-1
/
+0
*
* io.c: revert r31230.
kosaki
2011-04-11
1
-43
/
+4
*
* io.c (rb_io_syswrite): While local FS writes are usually
kosaki
2011-04-04
1
-1
/
+1
*
* configure.in: disable fdatasync again on Mac OS X.
kosaki
2011-04-03
1
-2
/
+3
*
* io.c (io_reopen): IO#close releases GVL if possible.
kosaki
2011-04-03
1
-4
/
+43
*
* io.c (io_cntl): use rb_thread_io_blocking_region() instead
kosaki
2011-03-05
1
-1
/
+1
*
* io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()
kosaki
2011-03-04
1
-13
/
+32
*
* io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need to
kosaki
2011-03-04
1
-3
/
+3
*
* prevent temporary objects from GC, and should not use
nobu
2011-02-20
1
-2
/
+3
*
* thread.c (rb_thread_io_blocking_region): new function to run
nobu
2011-02-12
1
-4
/
+5
*
* io.c (rb_io_s_sysopen): use NUM2MODET() instead NUM2UINT().
kosaki
2011-02-08
1
-1
/
+1
*
* io.c (rb_io_fdatasync): Use fsync(2) if if the underlying
kosaki
2011-02-02
1
-4
/
+8
*
io.c (struct argf): char behaves like an unsigned char by default on AIX.
kanemoto
2011-01-30
1
-1
/
+1
*
* io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().
kosaki
2011-01-28
1
-2
/
+2
*
* io.c (argf_next_argv): go advance when the next file cannot be
nobu
2011-01-13
1
-1
/
+1
*
* io.c (rb_f_syscall): Add warning messages. [ruby-core:34062]
kosaki
2011-01-12
1
-0
/
+4
*
* io.c (rb_f_syscall): Some syscall return unsigned or pointer value.
kosaki
2011-01-12
1
-1
/
+2
*
* io.c (rb_f_syscall): Add 64bit Linux support. Some syscall takes
kosaki
2011-01-12
1
-0
/
+12
*
* io.c (Kernel.#syscall): implemented on LP64/LLP64 environments too.
yugui
2011-01-09
1
-48
/
+72
*
fix spaces.
akr
2011-01-08
1
-2
/
+2
*
* io.c (maygvl_copy_stream_wait_readwrite): define if USE_SENDFILE
nobu
2010-12-29
1
-16
/
+16
*
fix a typo
kazu
2010-12-27
1
-1
/
+1
*
* io.c (advice_arg_check): Change argument check.
kosaki
2010-12-25
1
-5
/
+19
*
* io.c (pipe_open): Added rb_thread_atfork(). We must reinitialize
kosaki
2010-12-25
1
-0
/
+1
*
* io.c (rb_io_extract_encoding_option): accept Encoding object as
nobu
2010-12-25
1
-4
/
+12
*
* io.c : add an extra byte to buffer for the specification of read
tarui
2010-12-20
1
-36
/
+34
*
* io.c (Init_IO): Added O_DIRECT. This feature was propsed by Run Pai...
kosaki
2010-12-19
1
-0
/
+4
*
* io.c: removed garbage line.
nobu
2010-12-16
1
-1
/
+0
*
* io.c (rb_io_advise): removed unused variable, and fix indent.
nobu
2010-12-16
1
-15
/
+15
*
Fix indentation
kosaki
2010-12-16
1
-32
/
+32
*
* io.c (rb_io_advise): New API. IO#advise() allows to tell the
kosaki
2010-12-16
1
-0
/
+161
*
* io.c: parenthesize macro arguments.
akr
2010-12-16
1
-12
/
+12
*
* io.c (nogvl_copy_stream_sendfile): fix missing condition.
nobu
2010-12-15
1
-0
/
+2
*
* io.c (simple_sendfile): enable on Mac OS X.
nobu
2010-12-15
1
-15
/
+30
*
* io.c (simple_sendfile): improve linux compatibility on FreeBSD,
naruse
2010-12-14
1
-5
/
+12
*
* io.c (simple_sendfile): disable the use of sendfile(2) on
naruse
2010-12-13
1
-3
/
+6
*
* io.c: define USE_SENDFILE on FreeBSD or DragonFly BSD.
naruse
2010-12-13
1
-1
/
+3
*
* io.c (simple_sendfile): added for BSD version of sendfile(2).
naruse
2010-12-13
1
-8
/
+28
*
* io.c (io_read): duplicate string if shared. [ruby-dev:42719]
tarui
2010-12-07
1
-1
/
+4
*
* io.c (struct argf): make lineno long, and reorder members.
nobu
2010-11-28
1
-6
/
+5
[next]