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-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
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
[prev]
[next]