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-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
2021-08-26
value.h: reconstruct `mrb_ro_data_p()`.
Yukihiro "Matz" Matsumoto
2021-08-26
Merge pull request #5538 from jbampton/pre-commit-autoupdate
Yukihiro "Matz" Matsumoto
2021-08-25
pre-commit autoupdate
John Bampton
2021-08-24
Merge pull request #5535 from dearblue/get-args-frozen
Yukihiro "Matz" Matsumoto
2021-08-23
Checks the frozen object with `mrb_get_args()`
dearblue
2021-08-23
Integrate each element expansion process of the argument
dearblue
2021-08-23
numeric.c: fix: `-0.0.abs` returned `-0.0`.
Yukihiro "Matz" Matsumoto
2021-08-23
Merge pull request #5537 from dearblue/header-files
Yukihiro "Matz" Matsumoto
2021-08-22
Merge pull request #5536 from dearblue/random-seed
Yukihiro "Matz" Matsumoto
2021-08-21
Organize the include of header files
dearblue
2021-08-21
Stirs internal state when `seed` is set in `Random`
dearblue
2021-08-21
etc.c: clear `mrb_value` if `sizeof(void*)` is bigger than `sizeof(mrb_float)`.
Yukihiro "Matz" Matsumoto
2021-08-21
test/float.rb: avoid `1.0e16` in tests without precision specified.
Yukihiro "Matz" Matsumoto
2021-08-21
mruby-test/driver.c: change `FLOAT_TOLERANCE` bigger for inline floats.
Yukihiro "Matz" Matsumoto
2021-08-21
boxing_word.h: embed `mrb_float` in `mrb_value` if possible.
Yukihiro "Matz" Matsumoto
2021-08-21
Merge pull request #5533 from dantecatalfamo/serenity-32bit-crossbuild
Yukihiro "Matz" Matsumoto
2021-08-20
Specify potential values for SERENITY_ARCH
Dante Catalfamo
2021-08-20
Replace 32-bit serenity config with 64-bit compatible version.
Dante Catalfamo
2021-08-19
Add serenity-32bit crossbuild
Dante Catalfamo
2021-08-19
symbol.c: reduce memory by avoiding alignment gaps.
Yukihiro "Matz" Matsumoto
2021-08-19
gc.c: remove unused `struct`s from `RVALUE`.
Yukihiro "Matz" Matsumoto
2021-08-19
value.h: fixed warnings on `__APPLE__`.
Yukihiro "Matz" Matsumoto
2021-08-19
value.h: enable `mrb_ro_data_p()` on `__linux__` and `__APPLE__`.
Yukihiro "Matz" Matsumoto
2021-08-18
string.c: `mrb_str_to_cstr()` should always return a mutable string.
Yukihiro "Matz" Matsumoto
2021-08-18
debug.c: export integer compressing functions.
Yukihiro "Matz" Matsumoto
2021-08-17
boxing_word.h: simplifies inline symbols on `MRB_64BIT`.
Yukihiro "Matz" Matsumoto
2021-08-17
pack.c: rename pack/unpack functions for readability.
Yukihiro "Matz" Matsumoto
2021-08-17
fixup! pack.c: reduce dispatch in `pack_unpack()`.
Yukihiro "Matz" Matsumoto
2021-08-17
pack.c: reduce dispatch in `pack_unpack()`.
Yukihiro "Matz" Matsumoto
2021-08-16
pack.c: fix `M` packing bug.
Yukihiro "Matz" Matsumoto
2021-08-15
AUTHORS: update. [ci skip]
Yukihiro "Matz" Matsumoto
2021-08-14
random.c: use `I` specifier for `mrb_get_args()`; ref #5530
Yukihiro "Matz" Matsumoto
2021-08-14
pack.c: fixed a overwriting bug in `pack_w` and `pack_M`.
Yukihiro "Matz" Matsumoto
2021-08-14
error.c: the error message may contain `NUL` character.
Yukihiro "Matz" Matsumoto
2021-08-14
Merge pull request #5532 from dantecatalfamo/rhel-doxygen
Yukihiro "Matz" Matsumoto
2021-08-13
Add instructions for installing doxygen on RHEL/Fedora/CentOS
Dante Catalfamo
2021-08-13
Merge pull request #5530 from dearblue/mrb_get_args-I
Yukihiro "Matz" Matsumoto
2021-08-13
Check the class with `I` specifier of `mrb_get_args()`
dearblue
2021-08-13
codegen.c: fixed a bug in `mrb_decode_insn()`.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: add a comment that notice `rewind_pc` calling convention.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: refactor `mrb_last_insn()`.
Yukihiro "Matz" Matsumoto
2021-08-13
codegen.c: `mrb_prev_pc` can return `NULL` at the top of `iseq`.
Yukihiro "Matz" Matsumoto
2021-08-12
test/eval.c: add test for #5528
Yukihiro "Matz" Matsumoto
2021-08-12
Revert "Drop unnecessary upper procs linked from class/module/def syntax"
Yukihiro "Matz" Matsumoto
[next]