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
/
src
Age
Commit message (
Expand
)
Author
2021-09-10
vm.c, codedump.c: add `IREP_TT_NFLAG` assertions.
Yukihiro "Matz" Matsumoto
2021-09-10
ops.h: add `OP_SYMBOL` instruction.
Yukihiro "Matz" Matsumoto
2021-09-10
vm.c: `ci->acc` (`int16_t`) may overflow.
Yukihiro "Matz" Matsumoto
2021-09-09
string.c: check integer overflow in `str_replace_partial`.
Yukihiro "Matz" Matsumoto
2021-09-09
string.c: check integer overflow in `mrb_str_aset()`.
Yukihiro "Matz" Matsumoto
2021-09-09
load.c: no need for conditional compilation; #5547
Yukihiro "Matz" Matsumoto
2021-09-08
array.c: refactor `mrb_ary_splice`.
Yukihiro "Matz" Matsumoto
2021-09-07
object.c: rename `mrb_to_int` to `mrb_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-07
string.h: rename `mrb_str_to_inum` to `mrb_str_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-06
numeric.c: shortcut overflowing operation when `ndigit` is too small.
Yukihiro "Matz" Matsumoto
2021-09-05
array.c: check integer overflow before addition.
Yukihiro "Matz" Matsumoto
2021-09-04
proc.c: need to preserve `target_class` in `callinfo`.
Yukihiro "Matz" Matsumoto
2021-09-04
vm.c: remove duplicated calls of `mrb_vm_ci_target_class()`.
Yukihiro "Matz" Matsumoto
2021-09-03
range.c: `len = b - a` may overflow.
Yukihiro "Matz" Matsumoto
2021-09-03
range.c: hide internal `__num_to_a' method from backtrace.
Yukihiro "Matz" Matsumoto
2021-09-01
string.c: need to adjust index for UTF-8.
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
object.c: remove `mrb_convert_to_integer()' function.
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-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-27
Refactor the `mrb_get_args()` function
dearblue
2021-08-26
etc.c: keep full `float32` with `MRB_64BIT` and `MRB_USE_FLOAT32`.
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-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-21
Organize the include of header files
dearblue
2021-08-21
etc.c: clear `mrb_value` if `sizeof(void*)` is bigger than `sizeof(mrb_float)`.
Yukihiro "Matz" Matsumoto
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
gc.c: remove unused `struct`s from `RVALUE`.
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-14
error.c: the error message may contain `NUL` character.
Yukihiro "Matz" Matsumoto
2021-08-13
Check the class with `I` specifier of `mrb_get_args()`
dearblue
2021-08-12
Revert "Drop unnecessary upper procs linked from class/module/def syntax"
Yukihiro "Matz" Matsumoto
2021-08-12
class.c: `const_missing` do not have to be in the backtrace; ref #5528
Yukihiro "Matz" Matsumoto
2021-08-11
codedump.c: print local variable name for `ADDI/SUBI/ instructions.
Yukihiro "Matz" Matsumoto
2021-08-07
codedump.c: print two operands `R(x)` and `R(x+1)` for clarity.
Yukihiro "Matz" Matsumoto
2021-08-06
numeric.c: fix a bug regarding `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
2021-08-04
numeric.c: fix a bug in left shift of negative integer.
Yukihiro "Matz" Matsumoto
2021-08-03
numeric.c: check zero division before modulo.
Yukihiro "Matz" Matsumoto
2021-08-03
Revert "numeric.c: simplifies `int_mod` definition."
Yukihiro "Matz" Matsumoto
2021-08-03
numeric.c: simplifies `int_mod` definition.
Yukihiro "Matz" Matsumoto
[prev]
[next]