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
/
test
/
mruby_io_test.c
Age
Commit message (
Expand
)
Author
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-08-24
Create a symbolic link in the temporary directory; fix #4642
dearblue
2019-08-18
Make symbolic link names unique for test
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-05-06
Avoid using `mrb_str_to_cstr` if possible
KOBAYASHI Shuji
2017-12-14
On Windows, `_S_IREAD` and `_S_IWRITE` is defined in `sys/stat.h`.
Yukihiro "Matz" Matsumoto
2017-12-14
Use `_open` and `_close` on Windows.
Yukihiro "Matz" Matsumoto
2017-12-14
fix mkstemp implementation for MSVC
Yasuhiro Matsumoto
2017-12-13
fix crash bug on Windows
Yasuhiro Matsumoto
2017-12-13
close file descriptors
Yasuhiro Matsumoto
2017-12-13
mingw have mkstemp
Yasuhiro Matsumoto
2017-12-13
fix test
Yasuhiro Matsumoto
2017-12-12
Fixed mruby-io test failure on Windows platform.
Hiroshi Mimaki
2017-12-08
Fixed compile error of `mruby-io` gem on MinGW.
Hiroshi Mimaki
2017-12-08
Avoid VC++ reserved word `template`.
Yukihiro "Matz" Matsumoto
2017-12-08
AppVeyor compile errors resolution.
Yukihiro "Matz" Matsumoto
2017-12-08
AppVeyor compiler does not proved some POSIX functions.
Yukihiro "Matz" Matsumoto
2017-12-07
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
Yukihiro "Matz" Matsumoto