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
/
src
/
file_test.c
Age
Commit message (
Expand
)
Author
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Do not define `mrb_lstat` unless `S_ISLNK` is defined.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-03
Hiding method implementation C functions in mruby-io
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2019-12-14
Remove unnessesary branches
dearblue
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
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
Raise `TypeError` if the argument type is unsupported in `mrb_stat0`
KOBAYASHI Shuji
2019-05-06
Avoid using `mrb_str_to_cstr` if possible
KOBAYASHI Shuji
2017-12-13
fix path locales
Yasuhiro Matsumoto
2017-12-07
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
Yukihiro "Matz" Matsumoto