| Age | Commit message (Collapse) | Author |
|
Simplify dump/load
|
|
|
|
|
|
It is not used in the core.
It does not have mrb_ prefix.
strtol() is slightly heavy and we have similar API.
|
|
|
|
it cannot be more than UINT16_MAX because of the mrbc binary format.
|
|
|
|
|
|
Allow globals that start with $_
|
|
Cleanup includes
|
|
|
|
seems SIZE_MAX is defined in stdint.h. And it possibly (depends on the version of VC++) conflicts with SIZE_MAX in limits.h. This patch is no need if I did not support VC++.
|
|
|
|
|
|
|
|
Fixed wrong section size calculation
|
|
Fix a type mismatch.
|
|
|
|
|
|
LEGAL File Generator for Builds
|
|
Add arena guard. It will be exausted when the pool is huge.
|
|
monaka-pr-fix-mrb_format
|
|
Use mrb_format() instead of s*printf().
|
|
|
|
|
|
Fix raisef() format strings in struct.c.
|
|
Fix format for new mrb_raisef().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added debug infomation section into .mrb file
|
|
|
|
Add travis_config.rb
|
|
Use mrb_check_datatype directly to avoid warning.
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|
|
|
|
|
|
|
|
Add simple usage message for mirb
|
|
|
|
Fix build error on VS2012 toolchain.
|