| Age | Commit message (Collapse) | Author |
|
|
|
These objects will be traversed after a minor collect cycle.
|
|
|
|
|
|
|
|
|
|
masamitsu-murase/remove_multiple_definition_of_RuntimeError
Remove multiple definition of RuntimeError.
|
|
Error check inprovements in cdump and dump
|
|
silence clang warning
|
|
|
|
|
|
src/cdump.h: Use error codes defined in mruby/cdump.h.
|
|
|
|
|
|
Modify `Range#initialize`
|
|
Doesn't clear black of all marked objects in the major collector.
|
|
fix typos
|
|
|
|
|
|
|
|
Since the minor collector doesn't need to mark these objects, the worst-case pause time is reduced.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add dependency to build gems list
|
|
Fix build tasks
|
|
|
|
|
|
|
|
remove mrb_str_each_line
|
|
|
|
|
|
Fixed mrbtest result numbers
|
|
Removed gem libraries in mrbc
|
|
|
|
|
|
add mrb_check_hash_type
|
|
|
|
Remove compiler warnings
|
|
|
|
|
|
Make conf.bins work for cross compiled deps as well as the host.
|
|
Host's mrbc file should be used when cross-compiling mrbtest.c
|
|
|
|
|
|
|