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
2020-05-07
Should not use `assert` with expressions with side-effect; ref #4981
2.1.1-rc2
Yukihiro "Matz" Matsumoto
2020-05-07
Fixed wrong condition in #4981.
Yukihiro "Matz" Matsumoto
2020-05-07
Add `#include <string.h>` on all platforms for `strncpy`; #4981
Yukihiro "Matz" Matsumoto
2020-05-07
Remove unused local variable if `MRB_UTF8_STRING` is not set.
Yukihiro "Matz" Matsumoto
2020-05-07
Avoid `snprintf` in `mruby-io` test; ref #4981
Yukihiro "Matz" Matsumoto
2020-05-07
Remove the temporary file from the `AF_UNIX` socket test; #4981
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 `_read_buf` to be more efficient; fix #4982
Yukihiro "Matz" Matsumoto
2020-05-01
Fix `IO#sysread` to update buffer string on `EOF`; ref #4982
Yukihiro "Matz" Matsumoto
2020-05-01
Update `IO#ungetc` to keep `@buf` string; ref #4982
Yukihiro "Matz" Matsumoto
2020-05-01
Fix typo and include location
Uchio Kondo
2020-05-01
Skip socket check on windows
Uchio Kondo
2020-05-01
Follow C90 style
Uchio Kondo
2020-05-01
Test mruby-io in tmpdir when AF_UNIX cannot be created on cwd
Uchio Kondo
2020-04-04
Unused library folder
Reckordp
2020-04-04
Correct naming file from Mingw
Reckordp
2020-04-03
Helper for link window's library
Reckordp
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2020-03-08
Merge branch 'master' into BuildAndroid
Yukihiro "Matz" Matsumoto
2020-03-08
Small refactoring on #4952
Yukihiro "Matz" Matsumoto
2020-03-08
Increase flexibility of CrossBuild
Reckordp
2020-03-08
Traditional, UNC, and Device Is Absolute?
Reckordp
2020-03-08
Commit from remote
Reckordp
2020-03-08
Evaluate all type path
Reckordp
2020-03-07
Small refactoring on #4939
Yukihiro "Matz" Matsumoto
2020-03-07
Use in-house macro `ISALPHA` instead of `isalpha`; ref #4950
Yukihiro "Matz" Matsumoto
2020-03-07
Merge branch 'io-pread-pwrite' of https://github.com/dearblue/mruby into dear...
Yukihiro "Matz" Matsumoto
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-02-05
Merge pull request #4941 from davidsiaw/mac-compat
Yukihiro "Matz" Matsumoto
2020-02-02
Implement `IO#pread` and `IO#pwrite`
dearblue
2020-02-01
Fix builds for old mingw in mruby-socket; ref #4914
dearblue
2020-01-31
Add explicit casting in `file.c` to silence warnings.
Yukihiro "Matz" Matsumoto
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-06
Merge branch 'file-size-truncate' of https://github.com/dearblue/mruby into d...
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-31
Fix builds for modern mingw; fix #4869
dearblue
2019-12-20
Merge pull request #4871 from dearblue/method-in-method
Yukihiro "Matz" Matsumoto
2019-12-20
Merge pull request #4870 from dearblue/unnessesary-branch
Yukihiro "Matz" Matsumoto
2019-12-17
Merge pull request #4869 from dearblue/mingw32-io-test
Yukihiro "Matz" Matsumoto
2019-12-14
Support bit flags for `IO.open`
dearblue
[next]