| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Changed the RData type field to 'const'
|
|
Adjusted indent, space and tab
|
|
|
|
|
|
|
|
stddef.h is included indirectly.
|
|
|
|
Within the mruby source code the 'type' field is either initialized, or used in const manner.
IMHO changing the type after it has been created might cause hard to track errors.
|
|
NaN boxing: fix compilation
|
|
Remove unused mrb_sprintf
|
|
Use MRB_SET_VALUE instead of directly accessing members of mrb_value
which are different if NaN boxing is enabled.
|
|
|
|
Remove needless prototype
|
|
|
|
|
|
mruby-print gem
|
|
|
|
|
|
|
|
even if you use 16/32bit int targets.
|
|
used only by GETARG_{b,c}.
|
|
|
|
iv_foreach_func must return int
|
|
|
|
|
|
Modified license information for mruby-random
|
|
|
|
|
|
into monaka-pr-add-mrb_ptr_as_string
|
|
Remove _obj_classname()
|
|
|
|
|
|
tomrb_ptr_as_string() instead.
|
|
|
|
Add bitbucket git support.
|
|
Make array.c and vm.c share value_move().
|
|
Clean up string.c
|
|
Set MRB_TT_MODULE to Module.
|
|
Add mruby random
|
|
|
|
|
|
|
|
orthogonality. mrb_str_cat2() is also left for backward compatibility.
|
|
|
|
|
|
|
|
Fix the type of value that is returned by bit shift expression.
|
|
|