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-12-14
Implement `File#size` and `File#truncate`
dearblue
2019-12-14
Avoid method in method
dearblue
2019-12-14
Remove unnessesary branches
dearblue
2019-12-14
Fix mruby-io test for mingw32
dearblue
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-12-09
Add "mruby developers" into some gems; Resolve #4709
dearblue
2019-11-24
Remove unused methods of `MRubyIOTestUtil`
KOBAYASHI Shuji
2019-11-09
Fix argument specs to `IO`
KOBAYASHI Shuji
2019-11-01
Fix argument specs to `File`
KOBAYASHI Shuji
2019-10-23
Remove unnecessary `mrb_funcall()`.
Yukihiro "Matz" Matsumoto
2019-10-23
Remove unnecessary `mrb_string_p()` check.
Yukihiro "Matz" Matsumoto
2019-10-21
Remove `Kernel#getc`
KOBAYASHI Shuji
2019-10-18
Move methods of `Kernel` to `kernel.rb` from `io.rb` in `mruby-io` gem
KOBAYASHI Shuji
2019-10-17
Make `IO#each` family without block to return `Enumerator`
KOBAYASHI Shuji
2019-10-11
Remove unused exception classes in `mruby-io` gem
KOBAYASHI Shuji
2019-10-10
Silence double free warnings by `mrb_local_free()`.
Yukihiro "Matz" Matsumoto
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-16
Add small fix over #4712
Yukihiro "Matz" Matsumoto
2019-09-16
Fix broken UTF-8 characters by `IO#getc`
dearblue
2019-09-16
Small improvement for mruby-io
dearblue
2019-09-16
Fix `IO#pos`
dearblue
2019-09-16
Revert part of 8c90b5fc6
dearblue
2019-09-14
Replace `String#byteslice` by custom `IO._bufread`.
Yukihiro "Matz" Matsumoto
2019-09-13
Remove unnecessary files from `mruby-{io,pack,socket}`.
Yukihiro "Matz" Matsumoto
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
[prev]
[next]