| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it cannot be more than UINT16_MAX because of the mrbc binary format.
|
|
|
|
|
|
|
|
|
|
Fix the type of value that is returned by bit shift expression.
|
|
|
|
strlen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refactor string parsing
|
|
|
|
|
|
Define mrb_bool_t.
|
|
monaka/pr-cleanup-symbol.c-20130312
|
|
It is safer than applying 1bit bit-fields to signed int.
For forward compatibility, you should substiture only 1 or 0 for the variable typed mrb_bool.
|
|
|
|
|
|
|
|
|
|
|
|
FUKUZAWA-Tadashi-heredoc
|
|
Adjust some indents
|
|
|
|
|
|
|
|
|
|
Modify stack position of NODE_DEF and NODE_SDEF.
|
|
Modify handling of NODE_RETURN and NODE_NEXT.
|
|
|
|
|
|
|