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-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
2020-10-12
Do not define `mrb_lstat` unless `S_ISLNK` is defined.
Yukihiro "Matz" Matsumoto
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid changing directory in `mruby-io` test
KOBAYASHI Shuji
2020-10-12
Should not use `assert` with expressions with side-effect; ref #4981
Yukihiro "Matz" Matsumoto
2020-10-12
Fixed wrong condition in #4981.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid `snprintf` in `mruby-io` test; ref #4981
Yukihiro "Matz" Matsumoto
2020-10-12
Remove the temporary file from the `AF_UNIX` socket test; #4981
Yukihiro "Matz" Matsumoto
2020-09-25
Prohibit string changes by "s"/"z" specifier of `mrb_get_args()`
dearblue
2020-09-13
Fix `File.extname` bug; fix #5077
Yukihiro "Matz" Matsumoto
2020-09-13
Add test to ensure #5077
Yukihiro "Matz" Matsumoto
2020-08-29
mruby-io: Fixing compilation issue under the legacy MinGW environment
SiZiOUS
2020-08-11
Use `struct _stat32` instead of `struct __stat32`
dearblue
2020-08-11
Fixed VC `fstat` issue.
Yukihiro "Matz" Matsumoto
2020-08-11
Should use `_fstat32()` on 32bit Windows.
Yukihiro "Matz" Matsumoto
2020-08-10
Avoid using `mrb_funcall()` from `mruby-io` gem.
Yukihiro "Matz" Matsumoto
2020-07-12
Fix `ssize_t` for mingw; ref #5030
dearblue
2020-07-10
downcase windows include file for mingw compatability
Rory OConnell
2020-07-10
Need typedef of ssize_t for msc compiler
Rory OConnell
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
[next]