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
/
src
/
io.c
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-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-04-10
io.c: add assertions to `mrb_io_bufread()`; ref #5389
Yukihiro "Matz" Matsumoto
2021-02-28
Remove periods from error messages according to the convention.
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-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-11-24
Use more `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
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-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-12
Update `IO#popen` to use keyword arguments instead of `Hash` args.
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
Rename float configuration option names.
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-08-29
mruby-io: Fixing compilation issue under the legacy MinGW environment
SiZiOUS
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-03
Hiding method implementation C functions in mruby-io
dearblue
2020-05-11
Make `off_t` handling simpler; #4872 #4939
Yukihiro "Matz" Matsumoto
2020-05-07
Add assertion as originally intended; ref #4986
Yukihiro "Matz" Matsumoto
2020-04-29
Avoid comparing pointers and integers
dearblue
2020-04-28
Remove unused local variable if `MRB_UTF8_STRING` is not set.
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 `IO#sysread` to update buffer string on `EOF`; ref #4982
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-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2020-03-07
Small refactoring on #4939
Yukihiro "Matz" Matsumoto
2020-03-07
Merge branch 'io-pread-pwrite' of https://github.com/dearblue/mruby into dear...
Yukihiro "Matz" Matsumoto
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-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-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
[next]