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-16
Run pre-commit with GitHub Actions
John Bampton
2021-06-14
pack.c: support `w' directive (BER integer compression).
Yukihiro "Matz" Matsumoto
2021-06-13
pack.c: `count` should not be negative for directives `xX@`.
Yukihiro "Matz" Matsumoto
2021-06-13
pack.c: raise error for unsupported `w` directive.
Yukihiro "Matz" Matsumoto
2021-06-12
readint.c: fixed typo.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: support `@' directive (absolute position).
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: refactor pack/unpack 'X'.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: add `X` directive (back up byte).
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: `count` should be always positive. no check needed.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: fix `long/int` mixtures.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: remove unused arguments from static functions.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: wrong position after count read.
Yukihiro "Matz" Matsumoto
2021-06-12
Merge pull request #5476 from dearblue/eval+super
Yukihiro "Matz" Matsumoto
2021-06-12
Raise `TypeError` with `super` inside `instance_eval` / `class_eval`
dearblue
2021-06-11
codegen.c: refactor `readint()`
Yukihiro "Matz" Matsumoto
2021-06-11
readint.c: add new function `mrb_int_read`.
Yukihiro "Matz" Matsumoto
2021-06-11
Merge pull request #5475 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-06-11
build(deps): bump github/super-linter from 4.2.1 to 4.2.2
dependabot[bot]
2021-06-10
sprintf.c: check value range before type casting.
Yukihiro "Matz" Matsumoto
2021-06-10
readflt.c: renamed from `strtod.c`
Yukihiro "Matz" Matsumoto
2021-06-10
Merge pull request #5474 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-06-10
build(deps): bump github/super-linter from 4.2.0 to 4.2.1
dependabot[bot]
2021-06-09
Merge pull request #5473 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-06-09
build(deps): bump github/super-linter from 4.1.0 to 4.2.0
dependabot[bot]
2021-06-08
string.c: make `mrb_str_len_{inum,dbl}()` static.
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: remove two unused functions.
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: add `base>36` check to `String#to_i`.
Yukihiro "Matz" Matsumoto
2021-06-07
sprintf.c: fix `mrb_int` and `int` mixture errors.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: fix 'void*` to `char*` assignment.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: add `default` to `switch` statement to silence warnings.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: support `M` specifier (quoted-printable).
Yukihiro "Matz" Matsumoto
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
[next]