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-06-07
test/pack.c: reorganize test suits.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: raise exception for unsupported specifiers.
Yukihiro "Matz" Matsumoto
2021-06-06
pack.c: check overflow before calling `pack_x`.
Yukihiro "Matz" Matsumoto
2021-06-06
pack.c: check overflow before reading count.
Yukihiro "Matz" Matsumoto
2021-06-06
pack.c: failed to detect overflow when `ch` is zero in `read_tmpl`.
Yukihiro "Matz" Matsumoto
2021-06-05
pack.c: hold `enum` values in `enum` variables not `int`.
Yukihiro "Matz" Matsumoto
2021-06-05
codedump.c: fix a compiler condition bug with `MRB_NO_FLOAT`.
Yukihiro "Matz" Matsumoto
2021-06-05
ops.h: fix term consistency. `Lit` -> `Pool`.
Yukihiro "Matz" Matsumoto
2021-06-04
Merge branch 'mirichi-test'
Yukihiro "Matz" Matsumoto
2021-06-04
add block argument test #2144
mirichi
2021-06-04
Merge branch 'test' of https://github.com/mirichi/mruby into mirichi-test
Yukihiro "Matz" Matsumoto
2021-06-04
Merge pull request #5469 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-06-04
build(deps): bump github/super-linter from 4.0.2 to 4.1.0
dependabot[bot]
2021-06-03
add a few regressions test from #2313
Yukihiro "Matz" Matsumoto
2021-06-02
vm.c: unify `JUMP` instructions in `OP_SEND`.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: rename `dump_` prefix to `cdump` for static functions.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: separate irep dump in C feature.
Yukihiro "Matz" Matsumoto
2021-05-31
Merge pull request #5464 from shuujii/fix-typo-in-lib-mruby-presym.rb
Yukihiro "Matz" Matsumoto
2021-05-31
Fix typo in `lib/mruby/presym.rb`
KOBAYASHI Shuji
2021-05-31
numeric.c: fixed a silly bug related to pointer decrement.
Yukihiro "Matz" Matsumoto
2021-05-30
sprintf.c: avoid object allocation in integer formatting.
Yukihiro "Matz" Matsumoto
2021-05-30
numeric.c: introduce `mrb_int_to_cstr()` to dump `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-05-29
codegen.c: just raise the exception on broken node for assignments.
Yukihiro "Matz" Matsumoto
2021-05-28
Merge pull request #5463 from mruby/dependabot/github_actions/actions/cache-2...
Yukihiro "Matz" Matsumoto
2021-05-28
build(deps): bump actions/cache from 2.1.5 to 2.1.6
dependabot[bot]
2021-05-28
kernel.c: avoid recursive VM call in `mrb_f_caller`.
Yukihiro "Matz" Matsumoto
2021-05-28
kernel.c: `caller` should not include the frame for itself.
Yukihiro "Matz" Matsumoto
2021-05-28
backtrace.c: do not skip frames for C function calls.
Yukihiro "Matz" Matsumoto
2021-05-28
vm.c: skip actual `method_missing` call unless it's overridden.
Yukihiro "Matz" Matsumoto
2021-05-27
kernel.c: clear `mid` for `raise` and `method_missing`
Yukihiro "Matz" Matsumoto
2021-05-27
backtrace.c: do not print trace line if there's no backtrace history
Yukihiro "Matz" Matsumoto
2021-05-27
array.c: unify `mrb_ary_ref` and `mrb_ary_entry`
Yukihiro "Matz" Matsumoto
2021-05-27
array.c: check for negative shift size.
Yukihiro "Matz" Matsumoto
2021-05-26
fmt_fp.c: move mruby specific `mrb_float_to_str` to `numeric.c`
Yukihiro "Matz" Matsumoto
2021-05-26
Merge pull request #5461 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-05-26
build(deps): bump github/super-linter from 3.17.1 to 4.0.2
dependabot[bot]
2021-05-25
fmt_fp.c: truncate precision to prevent buffer overflow.
Yukihiro "Matz" Matsumoto
2021-05-25
fmt_fp.c: use constant that depends on `mrb_float` size.
Yukihiro "Matz" Matsumoto
2021-05-25
fmt_fp.c: use a const int instead of a macro constant.
Yukihiro "Matz" Matsumoto
2021-05-24
strtod.c: new public domain implementation of `strtod`; ref #5448
Yukihiro "Matz" Matsumoto
2021-05-24
fmt_fp.c: exponential may be bigger than `100`.
Yukihiro "Matz" Matsumoto
2021-05-24
class.c: no need to create aliases if both symbols are same.
Yukihiro "Matz" Matsumoto
2021-05-24
class.c: add write barrier for aliases.
Yukihiro "Matz" Matsumoto
2021-05-23
Merge pull request #5459 from shuujii/fix-typo-in-src-fmt_fp.c
Yukihiro "Matz" Matsumoto
2021-05-22
Fix typo in `src/fmt_fp.c` [ci skip]
KOBAYASHI Shuji
2021-05-22
mruby-sprintf: reduce float digits to avoid test failure.
Yukihiro "Matz" Matsumoto
2021-05-22
fp_fmt.c: remove `mrb_float_to_cstr()`.
Yukihiro "Matz" Matsumoto
2021-05-22
fmt_fp.c: replace with public domain float format routine; ref #5448
Yukihiro "Matz" Matsumoto
2021-05-21
fmt_fp.c: remove `fmt` argument from `mrb_float_to_str()`.
Yukihiro "Matz" Matsumoto
2021-05-21
numeric.h: remove 2 functions from `MRB_API`
Yukihiro "Matz" Matsumoto
[prev]
[next]