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
/
io.c
Age
Commit message (
Expand
)
Author
2020-05-07
Remove unused local variable if `MRB_UTF8_STRING` is not set.
Yukihiro "Matz" Matsumoto
2020-05-07
Fix `IO#readchar` to return broken UTF-8 rather than `EOF` error.
Yukihiro "Matz" Matsumoto
2020-05-07
Fix `IO#readchar` to support UTF-8 char reading; fix #4712
Yukihiro "Matz" Matsumoto
2020-05-01
Fix `IO#sysread` to update buffer string on `EOF`; ref #4982
Yukihiro "Matz" Matsumoto
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2020-03-07
Small refactoring on #4939
Yukihiro "Matz" Matsumoto
2020-03-07
Merge branch 'io-pread-pwrite' of https://github.com/dearblue/mruby into dear...
Yukihiro "Matz" Matsumoto
2020-02-05
Merge pull request #4941 from davidsiaw/mac-compat
Yukihiro "Matz" Matsumoto
2020-02-02
Implement `IO#pread` and `IO#pwrite`
dearblue
2020-01-31
Avoid casting warning from `mrb_int` to `int` in `io.c`.
Yukihiro "Matz" Matsumoto
2020-01-28
Merge pull request #4873 from dearblue/open-flags
Yukihiro "Matz" Matsumoto
2020-01-28
include time.h for ios
David Siaw
2020-01-06
Avoid Boxing/Unboxing of file descriptors; ref #4872
Yukihiro "Matz" Matsumoto
2020-01-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
2020-01-01
Merge pull request #4863 from shuujii/add-mrb_num_args_error-for-wrong-number...
Yukihiro "Matz" Matsumoto
2019-12-14
Support bit flags for `IO.open`
dearblue
2019-12-14
Remove unnessesary branches
dearblue
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-11-09
Fix argument specs to `IO`
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-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-14
Replace `String#byteslice` by custom `IO._bufread`.
Yukihiro "Matz" Matsumoto
2019-09-12
Remove `$/` from mruby implementation.
Yukihiro "Matz" Matsumoto
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
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-06-07
Replace obsolete macros
dearblue
2018-12-23
Suppress TARGET_OS_IPHONE warns
dearblue
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-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-01-14
Remove trailing space
ksss
2018-01-14
Should be true for close_on_exec flag
ksss
2017-12-18
Fix descriptor leakage; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-18
Fix `fptr` leakage; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-18
Use `_dup2` instead of `dup2` on Windows; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-18
`open` on Windows takes `int` 3rd argument instead of `mode_t`.
Yukihiro "Matz" Matsumoto
2017-12-18
Use `_dup` instead of `dup` on Windows; ref #3903
Yukihiro "Matz" Matsumoto
2017-12-17
Implement IO#initialize_copy
ksss
2017-12-14
Initialized mrb_io.is_socket
Hiroshi Mimaki
2017-12-14
Fix socket closing by using `closesocket` API in windows instead.
Takeshi Watanabe
2017-12-13
Reduce VC++ type mismatch warnings.
Yukihiro "Matz" Matsumoto
2017-12-12
fix compilation error
Yasuhiro Matsumoto
2017-12-12
fix compilation error
Yasuhiro Matsumoto
[next]