index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-io
/
src
/
io.c
Age
Commit message (
Expand
)
Author
2018-09-15
Exclude pipe and exec on iOS/tvOS
Tom Black
2018-09-16
fixup! Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
2018-09-16
Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
2018-06-19
Fix wrong free function
Kouhei Sutou
2018-05-01
Check the return value from `mrb_get_datatype()`; fix #4009
Yukihiro "Matz" Matsumoto
2018-04-18
`mrb_io_initialize_copy` should not free existing `fptr`; fix #4005
Yukihiro "Matz" Matsumoto
2018-04-18
`mrb_dup()` should fail if `fd` is a negative integer; ref #4005
Yukihiro "Matz" Matsumoto
2018-04-17
Fix `use after free in File#initilialize_copy`; fix #4001
Yukihiro "Matz" Matsumoto
2018-01-14
Remove trailing space
ksss
2018-01-14
Should be true for close_on_exec flag
ksss
2017-12-18
Fix descriptor leakage; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-18
Fix `fptr` leakage; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-18
Use `_dup2` instead of `dup2` on Windows; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-18
`open` on Windows takes `int` 3rd argument instead of `mode_t`.
Yukihiro "Matz" Matsumoto
2017-12-18
Use `_dup` instead of `dup` on Windows; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-17
Implement IO#initialize_copy
ksss
2017-12-14
Initialized mrb_io.is_socket
Hiroshi Mimaki
2017-12-14
Fix socket closing by using `closesocket` API in windows instead.
Takeshi Watanabe
2017-12-13
Reduce VC++ type mismatch warnings.
Yukihiro "Matz" Matsumoto
2017-12-12
fix compilation error
Yasuhiro Matsumoto
2017-12-12
fix compilation error
Yasuhiro Matsumoto
2017-12-12
add definition for pid_t on MSVC
Yasuhiro Matsumoto
2017-12-12
close handle
Yasuhiro Matsumoto
2017-12-12
implement popen on Windows
Yasuhiro Matsumoto
2017-12-12
fix wrong variable name
Yasuhiro Matsumoto
2017-12-12
use filename in locale
Yasuhiro Matsumoto
2017-12-12
Support MRB_WITHOUT_FLOAT to mruby-io and mruby-pack
Yusuke Endoh
2017-12-09
Reduce VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-08
Reduce compiler warnings from `mruby-io` gem.
Yukihiro "Matz" Matsumoto
2017-12-07
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
Yukihiro "Matz" Matsumoto