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 (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]
naruse
2012-11-26
1
-0
/
+32
*
* io.c (Init_IO): removed all rb_file_const() into file.c.
kosaki
2012-11-20
1
-52
/
+0
*
* io.c (IO#new):
zzak
2012-11-09
1
-2
/
+2
*
* io.c (IO#new):
zzak
2012-11-03
1
-18
/
+19
*
* process.c (redirect_dup2): set standard handles when new fd is stdio,
usa
2012-10-30
1
-0
/
+4
*
* include/ruby/ruby.h: add C APIs.
nari
2012-10-20
1
-2
/
+1
*
io.c: improved IO#reopen
nobu
2012-10-03
1
-35
/
+9
*
io.c: IO#reopen int mode
nobu
2012-09-28
1
-2
/
+14
*
io.c: io_set_read_length
nobu
2012-09-16
1
-3
/
+12
*
* ext/socket/basicsocket.c (rsock_bsock_send):
kosaki
2012-09-09
1
-12
/
+9
*
* io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose):
kosaki
2012-09-09
1
-4
/
+4
*
* io.c (rb_io_close): notify fd close before releasing gvl.
kosaki
2012-09-09
1
-8
/
+2
*
* io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose):
kosaki
2012-09-09
1
-13
/
+56
*
* io.c (io_bufread): removed unnecessary rb_thread_wait_fd().
kosaki
2012-09-09
1
-3
/
+9
*
* io.c: fix typo in io/console example.
eregon
2012-09-01
1
-1
/
+1
*
* io.c (rb_io_close): call rb_last_status_clear.
akr
2012-08-30
1
-0
/
+1
*
* internal.h (rb_last_status_clear): declared.
akr
2012-08-29
1
-0
/
+1
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-15
1
-0
/
+1
*
Revert r36699 and r36700. [Feature #6130]
naruse
2012-08-15
1
-1
/
+0
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-14
1
-0
/
+1
*
io.c: suppress unused variable warnings
nobu
2012-08-05
1
-0
/
+2
*
process.c: try conversion at redirection
nobu
2012-07-27
1
-1
/
+1
*
get rid of warnings
nobu
2012-07-11
1
-2
/
+2
*
rb_thread_call_without_gvl
nobu
2012-07-10
1
-6
/
+8
*
* dln.c: Simplify and make consistent an ifdef for Mac OS X.
kosaki
2012-07-09
1
-2
/
+1
*
adjust style.
nobu
2012-06-27
1
-7
/
+13
*
popen: shell commands with envvars and execopts
nobu
2012-06-27
1
-29
/
+51
*
Revert r36213 "popen: shell commands with envvar"
nobu
2012-06-26
1
-21
/
+23
*
popen: shell commands with envvar
nobu
2012-06-25
1
-23
/
+21
*
io.c: spawnv
nobu
2012-06-24
1
-95
/
+62
*
* process.c: use the name "sargp" for struct rb_execarg variables
akr
2012-06-23
1
-6
/
+6
*
* process.c: use the name "eargp" for struct rb_execarg variables
akr
2012-06-22
1
-4
/
+4
*
needless RB_GC_GUARD removed.
akr
2012-06-21
1
-2
/
+0
*
* process.c (rb_execarg_addopt): take a VALUE argument instead of
akr
2012-06-21
1
-8
/
+8
*
remove unused variables.
akr
2012-06-21
1
-4
/
+0
*
* process.c (rb_execarg_fixup): take a VALUE argument instead of
akr
2012-06-20
1
-10
/
+13
*
* internal.h (struct rb_execarg) moved and renamed from
akr
2012-06-20
1
-5
/
+5
*
* internal.h (rb_execarg_new): declared.
akr
2012-06-20
1
-6
/
+14
*
* include/ruby/intern.h (rb_exec_arg_init): deprecated.
akr
2012-06-12
1
-18
/
+18
*
* process.c (rb_fork_ruby): new function.
akr
2012-06-10
1
-1
/
+1
*
* io.c (popen_exec): don't call rb_thread_atfork_before_exec. use
akr
2012-06-10
1
-3
/
+2
*
* process.c: don't check the availability of FD_CLOEXEC. It should
akr
2012-06-08
1
-4
/
+0
*
* internal.h (rb_exec_arg_init): change return type to void.
akr
2012-06-05
1
-6
/
+6
*
* internal.h (rb_exec_arg): use union to represent command invocation
akr
2012-06-05
1
-2
/
+2
*
obj_init_copy
nobu
2012-06-05
1
-1
/
+2
*
* process.c: add comments about async-signal-safe.
akr
2012-06-05
1
-5
/
+6
*
* io.c: Edited documentation for IO and File open and new and
drbrain
2012-06-05
1
-180
/
+188
*
* internal.h (ARGVSTR2ARGC): defined.
akr
2012-06-04
1
-1
/
+1
*
unused variables
nobu
2012-06-04
1
-0
/
+2
*
* io.c (pipe_open): follow up changes in r35889.
usa
2012-06-04
1
-30
/
+2
[next]