| Age | Commit message (Collapse) | Author |
|
|
|
Replace 0 with NULL because struct pointer is set NULL in.
|
|
Replace int with mrb_bool because a return value is boolean.
|
|
|
|
|
|
Replace 0 with NULL because set NULL in sturct pointer.
|
|
Replace 0 with FALSE and replace 1 with TRUE.
|
|
Add comments in variable.c
|
|
Replace mrb_intern() with mrb_intern2() in random.c
|
|
Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr().
|
|
Replace 0 with NULL because NULL is used in struct pointer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add comments in opcode.h
|
|
Fix indents in opcode.h.
|
|
|
|
|
|
|
|
|
|
add the name 'Narihiro Nakamura'
|
|
|
|
Refactor codes using REGEXP_CLASS define.
|
|
Replace mrb_intern() func with mrb_intern2() or mrb_intern_cstr() func.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace mrb_intern() with mrb_intern_cstr().
|
|
|
|
|
|
|
|
|
|
kyab-toplevel_ext
|
|
#1357
|
|
Replace 0 with '\0' as nul terminated string.
|
|
|
|
|
|
|
|
|
|
Refactor true_or() and false_and() in object.c.
|
|
Fix matching the host platform on the androideabi toolchain on windows.
|