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
Age
Commit message (
Expand
)
Author
2019-02-26
Remove unneeded `const_defined?(:Time)` in `mruby-io` test
KOBAYASHI Shuji
2019-01-28
Use assertion methods in `FileTest` tests
KOBAYASHI Shuji
2019-01-27
Remove no meaning statements in `mruby-io` tests
KOBAYASHI Shuji
2019-01-25
Merge pull request #4245 from shuujii/remove-assert_nothing_raised-in-io-test
Yukihiro "Matz" Matsumoto
2019-01-25
Merge pull request #4246 from shuujii/use-assertion-methods-in-file-test
Yukihiro "Matz" Matsumoto
2019-01-25
Remove unused file for `mruby-io` test
KOBAYASHI Shuji
2019-01-25
Use assertion methods in `File` test
KOBAYASHI Shuji
2019-01-25
Remove definition of `assert_nothing_raised` in `IO` test
KOBAYASHI Shuji
2019-01-09
Use `$mrbtest_io_wfname` for `chmod` test.
Yukihiro "Matz" Matsumoto
2019-01-01
io: Skip TTY test for environments that TTY device is unavailable.
KOBAYASHI Shuji
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-13
Try to fix a fragile `File#mtime` test.
Yukihiro "Matz" Matsumoto
2018-06-20
Use temporary name for `File#mtime` test to avoid conflicts.
take-cheeze
2018-01-30
add File#mtime
Yasuhiro Matsumoto
2018-01-14
IO#close_on_exec? is not supported on MinGW
ksss
2018-01-14
Should be true for close_on_exec flag
ksss
2017-12-17
Implement IO#initialize_copy
ksss
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-09
`File.symlink` may not be implemented on some platforms; ref #3877
Yukihiro "Matz" Matsumoto
2017-12-09
Skip "File.readlink fails" test on MSVC
bamchoh
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