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
/
mrblib
/
io.rb
Age
Commit message (
Expand
)
Author
2021-10-12
Support Ruby3.0 keyword arguments.
Yukihiro "Matz" Matsumoto
2021-06-28
Avoid warnings with `ruby -cw`
dearblue
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-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.rb: `@buf` should be empty on `EOF`; #4983, #5389
Yukihiro "Matz" Matsumoto
2021-04-10
Add IO#getbyte
take-cheeze
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
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
Update `IO#ungetc` to keep `@buf` string; ref #4982
Yukihiro "Matz" Matsumoto
2019-10-18
Move methods of `Kernel` to `kernel.rb` from `io.rb` in `mruby-io` gem
KOBAYASHI Shuji
2019-10-17
Make `IO#each` family without block to return `Enumerator`
KOBAYASHI Shuji
2019-09-16
Add small fix over #4712
Yukihiro "Matz" Matsumoto
2019-09-16
Fix broken UTF-8 characters by `IO#getc`
dearblue
2019-09-16
Small improvement for mruby-io
dearblue
2019-09-16
Fix `IO#pos`
dearblue
2019-09-16
Revert part of 8c90b5fc6
dearblue
2019-09-14
Replace `String#byteslice` by custom `IO._bufread`.
Yukihiro "Matz" Matsumoto
2019-09-12
Remove `$/` from mruby implementation.
Yukihiro "Matz" Matsumoto
2019-09-11
Fixed `length` for IO should be in bytes, not in characters; #4696
Yukihiro "Matz" Matsumoto
2018-02-23
Pass same mode parameter to `IO.sysopen` and `IO.open` in `IO.read`.
Takeshi Watanabe
2017-12-07
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
Yukihiro "Matz" Matsumoto