| Age | Commit message (Collapse) | Author |
|
|
|
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It should return non-negative integer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_raise(): API modified. It cannot treat variable arguments.
|
|
ISO C specs.
|
|
|
|
we need them on the platform where 'char' is signed.
|
|
DBL_DIG may already be defined on the target system,
defining it without checking first may overwrite
system values.
|
|
|
|
|
|
C++ compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Increment refcnt of shared string.
- Free buffer before replacing.
- Clear MRB_STR_SHARED after decref is called.
- Fix target of aux.capa.
|
|
|
|
|
|
|
|
|
|
be used to allocate an unintialized string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|