| Age | Commit message (Collapse) | Author |
|
|
|
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++.
|
|
|
|
|
|
|
|
Add arena guard. It will be exausted when the pool is huge.
|
|
monaka-pr-fix-mrb_format
|
|
Use mrb_format() instead of s*printf().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added debug infomation section into .mrb file
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
carsonmcdonald-selftopiv
|
|
|
|
|
|
fix build error on VS2012 toolchains.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reduce stdio dependency
|
|
|
|
|
|
|
|
|
|
|
|
Remove unused mrb_sprintf
|
|
|
|
Remove needless prototype
|
|
|
|
|
|
mruby-print gem
|
|
|