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-10-12
Remove meaningless `IO.open(1<<32)` test.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Avoid changing directory in `mruby-io` test
KOBAYASHI Shuji
2020-10-12
Should not use `assert` with expressions with side-effect; ref #4981
Yukihiro "Matz" Matsumoto
2020-10-12
Fixed wrong condition in #4981.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid `snprintf` in `mruby-io` test; ref #4981
Yukihiro "Matz" Matsumoto
2020-10-12
Remove the temporary file from the `AF_UNIX` socket test; #4981
Yukihiro "Matz" Matsumoto
2020-09-13
Add test to ensure #5077
Yukihiro "Matz" Matsumoto
2020-06-05
Revert part of #5019 (`mruby_io_test.c`) to honor #4987
Yukihiro "Matz" Matsumoto
2020-06-05
Merge master.
Hiroshi Mimaki
2020-06-03
Hiding method implementation C functions in mruby-io
dearblue
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-04-29
Avoid changing directory in `mruby-io` test
KOBAYASHI Shuji
2020-04-28
Should not use `assert` with expressions with side-effect; ref #4981
Yukihiro "Matz" Matsumoto
2020-04-28
Fixed wrong condition in #4981.
Yukihiro "Matz" Matsumoto
2020-04-28
Add `#include <string.h>` on all platforms for `strncpy`; #4981
Yukihiro "Matz" Matsumoto
2020-04-28
Avoid `snprintf` in `mruby-io` test; ref #4981
Yukihiro "Matz" Matsumoto
2020-04-28
Remove the temporary file from the `AF_UNIX` socket test; #4981
Yukihiro "Matz" Matsumoto
2020-04-28
Fix typo and include location
Uchio Kondo
2020-04-28
Skip socket check on windows
Uchio Kondo
2020-04-28
Follow C90 style
Uchio Kondo
2020-04-28
Test mruby-io in tmpdir when AF_UNIX cannot be created on cwd
Uchio Kondo
2020-04-12
Check the file descriptor with `IO#initialize`; resolve #4966
dearblue
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
[next]