| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
fix an issue that access violation occurred on uninitialized irep block when running "make test" on MINGW.
|
|
|
|
|
|
solution: initialize memory allocated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support Class.new()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed prototype warning (-Wstrict-prototypes)
|
|
should work with GCC and VC as well
|
|
|
|
|
|
fixed const_get && const_missing issue
|
|
|
|
from @crimsonwoods; close #216
|
|
|
|
use mrb_malloc instead of malloc
|
|
|
|
|
|
|
|
|
|
scope
|
|
|
|
|