| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
#1357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix indents in object.c.
|
|
|
|
|
|
Add comments in mrb_get_args() func.
|
|
|
|
|
|
|
|
|
|
|
|
Refactor mrb_ary_equal() func and mrb_ary_eql() func in array.c.
|
|
Refactor mrb_realloc() func in gc.c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix a few unsigned signed comparison warnings
|
|
Fix Range#==
|
|
|
|
|
|
|
|
|
|
|
|
Refactor mrb_range_eq() func in range.c.
|
|
|
|
|
|
add nil.to_a, nil.to_f, nil.to_i methods
|
|
refactor mrb_realloc() in gc.c
|
|
crc.c - replace POSIX with C99 header
|
|
Refactor mrb_hash_empty_p() func in hash.c
|
|
ArgumentError raised when mrb_get_args(mrb, "z", ...) receives substring.
|
|
remove the redundant codes with mrb_malloc_simple()
|
|
|
|
|
|
|