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
Age
Commit message (
Expand
)
Author
2019-09-12
Remove `$/` from mruby implementation.
Yukihiro "Matz" Matsumoto
2019-09-11
Fixed `length` for IO should be in bytes, not in characters; #4696
Yukihiro "Matz" Matsumoto
2019-08-24
Create a symbolic link in the temporary directory; fix #4642
dearblue
2019-08-20
Remove deprecated iij stuffs
Takeshi Watanabe
2019-08-18
Make symbolic link names unique for test
dearblue
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-07
`RUBY_PLATFORM` may not contain `mswin` or `mingw`; Add `msys`
Yukihiro "Matz" Matsumoto
2019-08-06
Removed an unused local variable; ref #4615
Yukihiro "Matz" Matsumoto
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-06-07
Replace obsolete macros
dearblue
2019-05-15
Fix typo in `mrbgems/mruby-io/src/file_test.c` [ci skip]
KOBAYASHI Shuji
2019-05-10
Move `mrb_gc_arena_restore` to inside the loop in `mrb_file_s_chmod`
KOBAYASHI Shuji
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-12-23
Suppress TARGET_OS_IPHONE warns
dearblue
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
2018-09-15
Exclude pipe and exec on iOS/tvOS
Tom Black
2018-09-16
fixup! Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
2018-09-16
Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
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-07-02
Support MRB_WITHOUT_FLOAT to mruby-io
Yusuke Endoh
2018-06-20
Merge pull request #4052 from take-cheeze/fix_mtime_test
Yukihiro "Matz" Matsumoto
2018-06-20
Use temporary name for `File#mtime` test to avoid conflicts.
take-cheeze
2018-06-20
Add test_dependency from mruby-io to mruby-time.
Yukihiro "Matz" Matsumoto
2018-06-19
Merge pull request #4047 from kou/stop-to-use-freed-value
Yukihiro "Matz" Matsumoto
2018-06-19
Stop to use freed value
Kouhei Sutou
2018-06-19
Fix wrong free function
Kouhei Sutou
2018-05-01
Check the return value from `mrb_get_datatype()`; fix #4009
Yukihiro "Matz" Matsumoto
2018-04-18
`mrb_io_initialize_copy` should not free existing `fptr`; fix #4005
Yukihiro "Matz" Matsumoto
2018-04-18
`mrb_dup()` should fail if `fd` is a negative integer; ref #4005
Yukihiro "Matz" Matsumoto
2018-04-17
Fix `use after free in File#initilialize_copy`; fix #4001
Yukihiro "Matz" Matsumoto
2018-02-23
Pass same mode parameter to `IO.sysopen` and `IO.open` in `IO.read`.
Takeshi Watanabe
[prev]
[next]