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
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
2020-01-06
Merge branch 'file-size-truncate' of https://github.com/dearblue/mruby into d...
Yukihiro "Matz" Matsumoto
2019-12-31
Fix builds for modern mingw; fix #4869
dearblue
2019-12-14
Implement `File#size` and `File#truncate`
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-09-14
Replace `String#byteslice` by custom `IO._bufread`.
Yukihiro "Matz" Matsumoto
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-07-30
Refine message to `skip` in nested `assert`
KOBAYASHI Shuji
2019-06-29
Use nested `assert`
dearblue
2019-06-29
Use a normal method instead of a lambda
dearblue
2019-05-10
Raise `TypeError` if the argument type is unsupported in `mrb_stat0`
KOBAYASHI Shuji
2019-05-07
Refactor `mrb_str_to_cstr` and `mrb_string_value_cstr`
KOBAYASHI Shuji
2019-05-06
Avoid using `mrb_str_to_cstr` if possible
KOBAYASHI Shuji
2019-04-29
Fix missing assertions in `mruby-io` test
KOBAYASHI Shuji
2019-04-27
Remove duplicated `String#each_char`
KOBAYASHI Shuji
2019-04-15
Fix test, popen and cmd in mruby-io
Shouji Kuboyama
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
[next]