| 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++.
|
|
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|
|
|
|
|
|
strlen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For portability: %ld can't be used to print a 64-bit mrb_int on
WIN(32|64) because long is 32-bit wide.
|
|
|
|
|
|
|
|
Define ARY_MAX_SIZE strictly. Use mrb_int instead of int.
|
|
|
|
|
|
of struct directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_raise(): API modified. It cannot treat variable arguments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|