| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
gen_vmassignment() missed a pop() in a conditional branch, but we have
to keep each conditional branch 's stack depth the same all the time
when it left execution.
|
|
|
|
Remove pop that was done when not a return val
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|