| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
always 1 (ISO C99).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|