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
Age
Commit message (
Expand
)
Author
2021-05-13
range.c: avoid use of `mrb_fixnum_p`.
Yukihiro "Matz" Matsumoto
2021-05-13
mruby-test: `MRB_INT_MAX` etc. may not fit in `Fixnum` (inline int).
Yukihiro "Matz" Matsumoto
2021-05-08
time.c: Windows API provides `clock_gettime`.
Yukihiro "Matz" Matsumoto
2021-05-05
Extend the tab with 8 whitespace
dearblue
2021-05-05
Merge pull request #5442 from dearblue/mruby-pack
Yukihiro "Matz" Matsumoto
2021-05-03
Fix documents for `mruby-io`
dearblue
2021-05-03
Update gem spec for `mruby-sleep`
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
string.c: add a new method `String#center`.
Yukihiro "Matz" Matsumoto
2021-04-28
string.{c,rb}: fix type of return values from some methods as Ruby3.0
Yukihiro "Matz" Matsumoto
2021-04-28
io.rb: reimplement `IO#each_char`.
Yukihiro "Matz" Matsumoto
2021-04-28
array.rb: `Array#uniq` to return always `Array`.
Yukihiro "Matz" Matsumoto
2021-04-26
mruby.c: specify file names for libraries set by `-r`; fix #5427
Yukihiro "Matz" Matsumoto
2021-04-26
Merge pull request #5423 from dearblue/gc-red
Yukihiro "Matz" Matsumoto
2021-04-25
Merge pull request #5422 from dearblue/binding1
Yukihiro "Matz" Matsumoto
2021-04-24
Skip tests that use `Float` inside; ref #5421
Yukihiro "Matz" Matsumoto
2021-04-24
time.c: `fixable_time_t_p` is not used with `MRB_NO_FLOAT`; #5421
Yukihiro "Matz" Matsumoto
2021-04-24
random.c: refactoring; #5421
Yukihiro "Matz" Matsumoto
2021-04-24
Introduce `MRB_GC_RED`
dearblue
2021-04-23
Avoid ill-advised `goto`
dearblue
2021-04-23
time.c: `time_t` may be unsigned on some platforms.
Yukihiro "Matz" Matsumoto
2021-04-22
error.h: rename `mrb_protect_raw` to `mrb_protect_error`; #5415
Yukihiro "Matz" Matsumoto
2021-04-21
test/math.rb: `10**30` could cause integer overflow; ref #5420
Yukihiro "Matz" Matsumoto
2021-04-20
Remove unused `#include` in `complex.c` and `rational.c`
KOBAYASHI Shuji
2021-04-19
Merge pull request #5415 from dearblue/unwind-mrb_protect
Yukihiro "Matz" Matsumoto
2021-04-19
Introducing the `mrb_protect_raw()` API function
dearblue
2021-04-19
time.c: add integer boundary check for year.
Yukihiro "Matz" Matsumoto
2021-04-17
array.rb: add `Array#intersect?` from Ruby3.0.1.
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-04-15
Fix `enable_debug_info?` in `mrbgems/mruby-proc-ext/test/proc.rb`
KOBAYASHI Shuji
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-09
Merge pull request #5400 from jbampton/fix-spelling
Yukihiro "Matz" Matsumoto
2021-04-09
Merge pull request #5401 from dearblue/mcall
Yukihiro "Matz" Matsumoto
2021-04-08
mruby-config.bat: update as the shell version. [ci skip]
Yukihiro "Matz" Matsumoto
2021-04-06
mruby-config: add `--cc` and `--ld` options.
Yukihiro "Matz" Matsumoto
2021-04-04
Making a proc object static for a method with static irep
dearblue
2021-04-03
Reorganize `mcall()` in `mruby-method`.
dearblue
2021-04-03
Make `mrb_exec_irep()` allow non-VM to enter.
dearblue
2021-04-03
chore: fix spelling
John Bampton
2021-04-02
Merge pull request #5396 from shuujii/fix-build-with-MRB_USE_ALL_SYMBOLS
Yukihiro "Matz" Matsumoto
2021-03-31
Fix build with `MRB_USE_ALL_SYMBOLS`
KOBAYASHI Shuji
2021-03-31
codegen.c: `s->ainfo` should be zero along with `OP_ENTER(0)`.
Yukihiro "Matz" Matsumoto
2021-03-31
codegen.c: `yield` outside of method is now `SyntaxError`.
Yukihiro "Matz" Matsumoto
[next]