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
path:
root
/
include
Age
Commit message (
Expand
)
Author
2021-08-19
symbol.c: reduce memory by avoiding alignment gaps.
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-17
boxing_word.h: simplifies inline symbols on `MRB_64BIT`.
Yukihiro "Matz" Matsumoto
2021-08-13
Check the class with `I` specifier of `mrb_get_args()`
dearblue
2021-08-07
array.h: avoid duplicated defined of `MRB_ARY_NO_EMBED`; fix #5520
Yukihiro "Matz" Matsumoto
2021-07-31
codegen.c: `mrb_prev_pc()` to take previous instruction position.
Yukihiro "Matz" Matsumoto
2021-07-26
irep.h: operand c should be fit in `uint8_t`.
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-07-17
Output an error if the `INTPTR_MAX` macro is undefined in C++
dearblue
2021-07-09
debug.h: use `uint8_t` instead of `char` for BER compressed binary.
Yukihiro "Matz" Matsumoto
2021-07-08
debug.c: new debug line information format `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-07-03
ops.h: made terms consistent.
Yukihiro "Matz" Matsumoto
2021-07-03
vm.c: `OP_DEF` to push a symbol to `a` register.
Yukihiro "Matz" Matsumoto
2021-06-30
Revert "Remove `OP_EXT[123]` from operands."
Yukihiro "Matz" Matsumoto
2021-06-20
Added `MRB_OBJ_ALLOC()` macro that does not require a cast
dearblue
2021-06-19
Added `MRB_API` function to get block arguments info.
dearblue
2021-06-16
Merge pull request #5445 from jbampton/add-codespell-pre-commit-hook
Yukihiro "Matz" Matsumoto
2021-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-06-15
numeric.c: restore `fmt` argument for backward compatibility.
Yukihiro "Matz" Matsumoto
2021-06-11
readint.c: add new function `mrb_int_read`.
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: remove two unused functions.
Yukihiro "Matz" Matsumoto
2021-06-05
ops.h: fix term consistency. `Lit` -> `Pool`.
Yukihiro "Matz" Matsumoto
2021-05-30
numeric.c: introduce `mrb_int_to_cstr()` to dump `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-05-27
array.c: unify `mrb_ary_ref` and `mrb_ary_entry`
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
numeric.h: remove 2 functions from `MRB_API`
Yukihiro "Matz" Matsumoto
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-05-17
Rename `mrb_fixnum_to_str` to `mrb_integer_to_str`.
Yukihiro "Matz" Matsumoto
2021-05-17
Rename `mrb_flo_to_fixnum` to `mrb_float_to_integer`.
Yukihiro "Matz" Matsumoto
2021-05-16
numeric.h: reduce conditional compilation branch on `MRB_NO_FLOAT`.
Yukihiro "Matz" Matsumoto
2021-05-13
Update `mrb_bool` definition; close #2385
Yukihiro "Matz" Matsumoto
2021-04-24
Introduce `MRB_GC_RED`
dearblue
2021-04-22
error.h: rename `mrb_protect_raw` to `mrb_protect_error`; #5415
Yukihiro "Matz" Matsumoto
2021-04-20
Remove unused struct in `include/mruby/variable.h`
KOBAYASHI Shuji
2021-04-19
Merge pull request #5415 from dearblue/unwind-mrb_protect
Yukihiro "Matz" Matsumoto
2021-04-19
Introducing the `mrb_protect_raw()` API function
dearblue
2021-04-19
backtrace.c: remove `MRB_API` from internal functions.
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-04-12
proc.h: add type cast to silence warning; ref #5402
Yukihiro "Matz" Matsumoto
2021-04-03
chore: fix spelling
John Bampton
2021-03-19
rational.c: overhaul rational operators.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: no integer overflow error in `codegen`; close #5376
Yukihiro "Matz" Matsumoto
2021-03-08
ISO C99 doesn't support unnamed unions; fix #5354
Yukihiro "Matz" Matsumoto
2021-03-05
Merge pull request #5373 from mruby/stable
Yukihiro "Matz" Matsumoto
2021-03-05
Update version and release date. (mruby 3.0.0 (2021-03-05))
3.0.0
mimaki
2021-03-04
Fix `mrb_pool_value` to keep `int64` on 32 bit platforms; fix #5366
Yukihiro "Matz" Matsumoto
2021-02-19
mruby/value.h: `MRB_TT_CPTR` is immediate with `MRB_NO_BOXING`.
Yukihiro "Matz" Matsumoto
2021-02-19
Fix `mrb_immediate_p()` definition for `MRB_NO_BOXING`; ref #5352
Yukihiro "Matz" Matsumoto
[next]