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
/
include
Age
Commit message (
Expand
)
Author
2021-02-26
Use `MRB_SYM()` more extensively.
Yukihiro "Matz" Matsumoto
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-05-15
Add `pread/pwrite` support on `__MACH__` (MacOS) in addition to `__unix__`.
Yukihiro "Matz" Matsumoto
2020-04-24
Removed comments mentioning `MRB_WITHOUT_FLOAT`; ref 2e661e8
dearblue
2020-04-21
Removed comments mentioning `MRB_INT16`.
Yukihiro "Matz" Matsumoto
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-02-02
Implement `IO#pread` and `IO#pwrite`
dearblue
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
2019-12-14
Support bit flags for `IO.open`
dearblue
2017-12-14
Fix socket closing by using `closesocket` API in windows instead.
Takeshi Watanabe
2017-12-07
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
Yukihiro "Matz" Matsumoto