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-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-05
Revert part of #5019 (`mruby_io_test.c`) to honor #4987
Yukihiro "Matz" Matsumoto
2020-06-05
Merge master.
Hiroshi Mimaki
2020-06-03
Hiding method implementation C functions in mruby-io
dearblue
2020-05-15
Add `pread/pwrite` support on `__MACH__` (MacOS) in addition to `__unix__`.
Yukihiro "Matz" Matsumoto
2020-05-11
Make `off_t` handling simpler; #4872 #4939
Yukihiro "Matz" Matsumoto
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-07
Add assertion as originally intended; ref #4986
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-30
Merge pull request #4987 from shuujii/avoid-changing-directory-in-mruby-io-test
Yukihiro "Matz" Matsumoto
2020-04-29
Avoid changing directory in `mruby-io` test
KOBAYASHI Shuji
2020-04-29
Avoid comparing pointers and integers
dearblue
2020-04-28
Should not use `assert` with expressions with side-effect; ref #4981
Yukihiro "Matz" Matsumoto
2020-04-28
Fixed wrong condition in #4981.
Yukihiro "Matz" Matsumoto
2020-04-28
Add `#include <string.h>` on all platforms for `strncpy`; #4981
Yukihiro "Matz" Matsumoto
2020-04-28
Remove unused local variable if `MRB_UTF8_STRING` is not set.
Yukihiro "Matz" Matsumoto
2020-04-28
Avoid `snprintf` in `mruby-io` test; ref #4981
Yukihiro "Matz" Matsumoto
2020-04-28
Remove the temporary file from the `AF_UNIX` socket test; #4981
Yukihiro "Matz" Matsumoto
2020-04-28
Fix `IO#readchar` to return broken UTF-8 rather than `EOF` error.
Yukihiro "Matz" Matsumoto
2020-04-28
Fix `IO#readchar` to support UTF-8 char reading; fix #4712
Yukihiro "Matz" Matsumoto
2020-04-28
Fix `_read_buf` to be more efficient; fix #4982
Yukihiro "Matz" Matsumoto
2020-04-28
Fix `IO#sysread` to update buffer string on `EOF`; ref #4982
Yukihiro "Matz" Matsumoto
2020-04-28
Update `IO#ungetc` to keep `@buf` string; ref #4982
Yukihiro "Matz" Matsumoto
2020-04-28
Fix typo and include location
Uchio Kondo
2020-04-28
Skip socket check on windows
Uchio Kondo
2020-04-28
Follow C90 style
Uchio Kondo
2020-04-28
Test mruby-io in tmpdir when AF_UNIX cannot be created on cwd
Uchio Kondo
2020-04-24
Removed comments mentioning `MRB_WITHOUT_FLOAT`; ref 2e661e8
dearblue
2020-04-21
Removed comments mentioning `MRB_INT16`.
Yukihiro "Matz" Matsumoto
2020-04-15
Merge pull request #4968 from dearblue/check-fd
Yukihiro "Matz" Matsumoto
2020-04-14
Selecting fd should be less than `FD_SETSIZE`; close #4966
Yukihiro "Matz" Matsumoto
2020-04-12
Check the file descriptor with `IO#initialize`; resolve #4966
dearblue
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
[next]