| Age | Commit message (Collapse) | Author |
|
|
|
compiler may generate broken binary if string literal has NUL characters
|
|
Fixed Windows warning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Compiling on Windows 7 from a Windows SDK 7 prompt with CMake.
`nmake all test` now works with the `tzset()` warning gone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
masamitsu-murase/free_rescue_and_ensure_in_mrb_close
Free mrb->rescue and mrb->ensure.
|
|
Check iv in mrb_iv_remove.
|
|
fix out-of-bound access on compiling empty blocks.
|
|
|
|
iv_del should be called in mrb_iv_remove only when t is not NULL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ci->nregs for ruby proc.
|
|
|
|
|