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
2021-12-28
Fix build error and refine definition of `ssize_t` on MSVC.
mimaki
2021-10-12
Support Ruby3.0 keyword arguments.
Yukihiro "Matz" Matsumoto
2021-10-05
io.c: hide internal method names in backtrace.
Yukihiro "Matz" Matsumoto
2021-09-15
Use `struct` initializer instead of `memset`.
Yukihiro "Matz" Matsumoto
2021-09-01
Do no use return values from `mrb_ensure_` functions.
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-06-28
Avoid warnings with `ruby -cw`
dearblue
2021-06-22
Enable markdownlint rules MD003,MD005,MD007
John Bampton
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-05-01
io.rb,print.rb: `puts` to expand array arguments.
Yukihiro "Matz" Matsumoto
2021-04-29
Fix typo in `mrbgems/mruby-io/mrblib/io.rb`; ref cb55e7eca
KOBAYASHI Shuji
2021-04-28
io.rb: reimplement `IO#each_char`.
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-04-13
mrbgem.rake: avoid implicit receivers in `mrbgem.rake`.
Yukihiro "Matz" Matsumoto
2021-04-13
mruby-io: fix `IO#ungetbyte`; ref #5389
Yukihiro "Matz" Matsumoto
2021-04-10
io.rb: fix `IO#getbyte` to work with UTF-8 characters; ref #5389
Yukihiro "Matz" Matsumoto
2021-04-10
io.rb: add `IO#readbyte`; ref #5389
Yukihiro "Matz" Matsumoto
2021-04-10
io.c: add assertions to `mrb_io_bufread()`; ref #5389
Yukihiro "Matz" Matsumoto
2021-04-10
io.rb: `@buf` should be empty on `EOF`; #4983, #5389
Yukihiro "Matz" Matsumoto
2021-04-10
Add IO#getbyte
take-cheeze
2021-04-03
chore: fix spelling
John Bampton
2021-02-28
Remove periods from error messages according to the convention.
Yukihiro "Matz" Matsumoto
2021-02-26
Use `MRB_SYM()` more extensively.
Yukihiro "Matz" Matsumoto
2021-01-29
Replace `mrb_intern_cstr` to `mrb_intern_lit`.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-12
Initialize all area of `struct sockaddr_un`
dearblue
2021-01-11
Merge pull request #5285 from dearblue/io-unimps
Yukihiro "Matz" Matsumoto
2021-01-11
Integrate the argument parsing part of `IO.popen`
dearblue
2021-01-11
Remove functions for unimplemented methods
dearblue
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-12-19
feat(CI): add a GitHub Action to lint the Markdown
John Bampton
2020-12-19
🔒 Fix missing HTTPS on links
John Bampton
2020-12-17
feat(CI): add a GitHub Action to check spelling
John Bampton
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-11-24
Use more `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-11-22
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Yukihiro "Matz" Matsumoto
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-09
Don't check FD for STDIN/STDOUT/STDERR; #5114
Sutou Kouhei
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-12
Remove meaningless `IO.open(1<<32)` test.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `IO#popen` to use keyword arguments instead of `Hash` args.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
[next]