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
2020-05-07
Should not use `assert` with expressions with side-effect; ref #4981
2.1.1-rc2
Yukihiro "Matz" Matsumoto
2020-05-07
Fixed wrong condition in #4981.
Yukihiro "Matz" Matsumoto
2020-05-07
Add `#include <string.h>` on all platforms for `strncpy`; #4981
Yukihiro "Matz" Matsumoto
2020-05-07
Avoid `snprintf` in `mruby-io` test; ref #4981
Yukihiro "Matz" Matsumoto
2020-05-07
Remove the temporary file from the `AF_UNIX` socket test; #4981
Yukihiro "Matz" Matsumoto
2020-05-01
Fix typo and include location
Uchio Kondo
2020-05-01
Skip socket check on windows
Uchio Kondo
2020-05-01
Follow C90 style
Uchio Kondo
2020-05-01
Test mruby-io in tmpdir when AF_UNIX cannot be created on cwd
Uchio Kondo
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2020-02-02
Implement `IO#pread` and `IO#pwrite`
dearblue
2020-02-01
Fix builds for old mingw in mruby-socket; ref #4914
dearblue
2019-12-31
Fix builds for modern mingw; fix #4869
dearblue
2019-12-14
Fix mruby-io test for mingw32
dearblue
2019-11-24
Remove unused methods of `MRubyIOTestUtil`
KOBAYASHI Shuji
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