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-09-01
object.c: remove `mrb_convert_to_integer()' function.
Yukihiro "Matz" Matsumoto
2021-09-01
string.h: obsolete `mrb_str_to_str()`, even from examples.
Yukihiro "Matz" Matsumoto
2021-09-01
mruby.h: reorganize `mrb_ensure/check` functions in headers.
Yukihiro "Matz" Matsumoto
2021-08-30
Merge pull request #5542 from dearblue/mrb_get_args-cI
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-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-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-21
Organize the include of header files
dearblue
2021-08-21
boxing_word.h: embed `mrb_float` in `mrb_value` if possible.
Yukihiro "Matz" Matsumoto
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
[prev]
[next]