| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
refactor string parsing
|
|
crimsonwoods/remove_bitshifted_constants_larger_than_16bit
remove bit-shift operation.
|
|
|
|
value_move() is type-safer than memmove().
And may be faster on some targets.
(If it makes slow on your target,
rewrite to call memset(s1, s2, sizeof(mrb_value)*n)
in value_move().)
|
|
|
|
|
|
supported since C89.
|
|
Compile Support for Arduino Due
|
|
|
|
|
|
Reduce string.h.
|
|
khash cleanup.
|
|
|
|
|
|
environments).
This is a first step. It will be reduced stdlib.h in each files later.
|
|
|
|
|
|
|
|
|
|
|
|
is for compatibility.
|
|
bugs for current code.
|
|
display BasicObject information in mirb
|
|
fix segmentation fault in BasicObject#inspect
|
|
|
|
|
|
Remove bit-fields. They doesn't reduce memory on major environments.
|
|
|
|
|
|
|
|
add mrbgem: mruby-array-ext
|
|
|
|
|
|
|
|
|
|
|
|
Add break to default case in switch statement
|
|
Improve Android platform support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Define mrb_bool_t.
|
|
|