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.c
Age
Commit message (
Expand
)
Author
2020-03-08
Small refactoring on #4952
Yukihiro "Matz" Matsumoto
2020-03-08
Traditional, UNC, and Device Is Absolute?
Reckordp
2020-03-08
Evaluate all type path
Reckordp
2020-03-07
Add absolute path for UNC
Reckordp
2020-03-07
Fix typo
Reckordp
2020-03-07
Merge the update suggested by @mattn; ref #4950
Yukihiro "Matz" Matsumoto
2020-03-07
Merge pull request #4950 from Reckordp/master
Yukihiro "Matz" Matsumoto
2020-03-07
Absolute path for windows
Reckordp
2020-01-31
Add explicit casting in `file.c` to silence warnings.
Yukihiro "Matz" Matsumoto
2020-01-28
Merge pull request #4873 from dearblue/open-flags
Yukihiro "Matz" Matsumoto
2020-01-06
Avoid Boxing/Unboxing of file descriptors; ref #4872
Yukihiro "Matz" Matsumoto
2020-01-06
Merge branch 'file-size-truncate' of https://github.com/dearblue/mruby into d...
Yukihiro "Matz" Matsumoto
2019-12-14
Support bit flags for `IO.open`
dearblue
2019-12-14
Implement `File#size` and `File#truncate`
dearblue
2019-12-14
Remove unnessesary branches
dearblue
2019-11-01
Fix argument specs to `File`
KOBAYASHI Shuji
2019-10-10
Silence double free warnings by `mrb_local_free()`.
Yukihiro "Matz" Matsumoto
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-05-10
Move `mrb_gc_arena_restore` to inside the loop in `mrb_file_s_chmod`
KOBAYASHI Shuji
2019-05-06
Avoid using `mrb_str_to_cstr` if possible
KOBAYASHI Shuji
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
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-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-01-30
add File#mtime
Yasuhiro Matsumoto
2017-12-13
Remove VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-13
fix path locales
Yasuhiro Matsumoto
2017-12-13
Reduce VC++ type mismatch warnings.
Yukihiro "Matz" Matsumoto
2017-12-13
Merge pull request #3886 from mattn/io-windows
Yukihiro "Matz" Matsumoto
2017-12-13
fix build for MSVC
Yasuhiro Matsumoto
2017-12-12
implement flock on Windows
Yasuhiro Matsumoto
2017-12-12
fixed mruby-io so that the test passes on cygwin
窪山 翔士
2017-12-08
Reduce compiler warnings from `mruby-io` gem.
Yukihiro "Matz" Matsumoto
2017-12-07
Add type cast to `readline(2)` return value.
Yukihiro "Matz" Matsumoto
2017-12-07
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
Yukihiro "Matz" Matsumoto