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
Age
Commit message (
Expand
)
Author
2021-09-09
Merge pull request #5548 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-09-08
build(deps): bump github/super-linter from 4.7.1 to 4.7.2
dependabot[bot]
2021-09-08
array.c: refactor `mrb_ary_splice`.
Yukihiro "Matz" Matsumoto
2021-09-07
value.h: fixed address comparison on macOS.
Yukihiro "Matz" Matsumoto
2021-09-07
object.c: rename `mrb_to_int` to `mrb_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-07
string.h: rename `mrb_str_to_inum` to `mrb_str_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-07
eval.c: if the parser raises an exception without an error message
Yukihiro "Matz" Matsumoto
2021-09-07
eval.c: check length of the file name.
Yukihiro "Matz" Matsumoto
2021-09-07
codegen.c: improve exception handling in `generate_code`.
Yukihiro "Matz" Matsumoto
2021-09-07
parse.y: refactor `mrb_parser_parse()`.
Yukihiro "Matz" Matsumoto
2021-09-06
parse.y: refactoring `mrb_parser_parser()`.
Yukihiro "Matz" Matsumoto
2021-09-06
numeric.c: shortcut overflowing operation when `ndigit` is too small.
Yukihiro "Matz" Matsumoto
2021-09-05
boxing_word.h: avoid `mrb_float_p()` when `MRB_NO_FLOAT` is on; fix #5546
Yukihiro "Matz" Matsumoto
2021-09-05
array.c: check integer overflow before addition.
Yukihiro "Matz" Matsumoto
2021-09-05
codegen.c: avoid integer overflow.
Yukihiro "Matz" Matsumoto
2021-09-04
kernel.c: add `__method__`; ref #4468
Yukihiro "Matz" Matsumoto
2021-09-04
Merge branch 'shuujii-rename-Kernel-__method__-to-Kernel-__callee__'
Yukihiro "Matz" Matsumoto
2021-09-04
Rename `Kernel#__method__` to `Kernel#__callee__`
KOBAYASHI Shuji
2021-09-04
proc.c: need to preserve `target_class` in `callinfo`.
Yukihiro "Matz" Matsumoto
2021-09-04
vm.c: remove duplicated calls of `mrb_vm_ci_target_class()`.
Yukihiro "Matz" Matsumoto
2021-09-03
range.c: `len = b - a` may overflow.
Yukihiro "Matz" Matsumoto
2021-09-03
range.c: hide internal `__num_to_a' method from backtrace.
Yukihiro "Matz" Matsumoto
2021-09-02
Merge pull request #5545 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-09-01
build(deps): bump github/super-linter from 4.6.3 to 4.7.1
dependabot[bot]
2021-09-01
Merge pull request #5544 from stuarth/change-language
Yukihiro "Matz" Matsumoto
2021-08-31
use gender-neutral pronouns
Stuart Hinson
2021-09-01
Merge pull request #5543 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-09-01
string.c: need to adjust index for UTF-8.
Yukihiro "Matz" Matsumoto
2021-09-01
build_config/ci/gcc-clang.rb: enable `MRB_UTF8_STRING`.
Yukihiro "Matz" Matsumoto
2021-09-01
string.c: implement `__sub_replace()` in C.
Yukihiro "Matz" Matsumoto
2021-09-01
mruby.h: obsolete `mrb_to_str()`.
Yukihiro "Matz" Matsumoto
2021-09-01
string.rb: avoid internal `__to_str` calls.
Yukihiro "Matz" Matsumoto
2021-09-01
object.c: remove `mrb_convert_to_integer()' function.
Yukihiro "Matz" Matsumoto
2021-09-01
string-ext/string.c: implement `casecmp` in C.
Yukihiro "Matz" Matsumoto
2021-09-01
string.h: obsolete `mrb_str_to_str()`, even from examples.
Yukihiro "Matz" Matsumoto
2021-09-01
Do no use return values from `mrb_ensure_` functions.
Yukihiro "Matz" Matsumoto
2021-09-01
mruby.h: reorganize `mrb_ensure/check` functions in headers.
Yukihiro "Matz" Matsumoto
2021-08-31
build(deps): bump github/super-linter from 4.6.2 to 4.6.3
dependabot[bot]
2021-08-30
Merge pull request #5542 from dearblue/mrb_get_args-cI
Yukihiro "Matz" Matsumoto
2021-08-29
Merge pull request #5541 from dearblue/mrb_get_args-oCSAH
Yukihiro "Matz" Matsumoto
2021-08-28
Allow `nil` for `c!` and `I!` specifiers of `mrb_get_args()`
dearblue
2021-08-28
Integrate the processing of similar specifiers of `mrb_get_args()`
dearblue
2021-08-28
Merge pull request #5540 from dearblue/mrb_get_args
Yukihiro "Matz" Matsumoto
2021-08-27
Refactor the `mrb_get_args()` function
dearblue
2021-08-27
Merge pull request #5539 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-08-26
build(deps): bump github/super-linter from 4.6.1 to 4.6.2
dependabot[bot]
2021-08-26
etc.c: keep full `float32` with `MRB_64BIT` and `MRB_USE_FLOAT32`.
Yukihiro "Matz" Matsumoto
2021-08-26
boxing_nan.h: rename prefix `BOXNAN` to `NANBOX`.
Yukihiro "Matz" Matsumoto
2021-08-26
boxing_word.h: rename prefix `BOXWORD` to `WORDBOX`.
Yukihiro "Matz" Matsumoto
2021-08-26
boxing_word.h: rename configuration macro name.
Yukihiro "Matz" Matsumoto
[next]