| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
monaka/pr-fix-parser-y-to-supress-warning-array-subscript
Supress "warning: array subscript has type ‘char’"
|
|
|
|
|
|
|
|
Fix str_format_len.
|
|
|
|
|
|
|
|
Fix str_to_format.
|
|
|
|
|
|
|
|
|
|
|
|
Patch for inheritance of built-in class
|
|
Fix GC of struct
|
|
Modify Kernel#clone and Kernel#dup
|
|
Fix Struct#new and GC
|
|
|
|
|
|
|
|
Kernel#clone, Kernel#dup:
- 'iv' should not be shared with the original object,
but it should be copied.
Kernel#clone:
- 'mt' of singleton_class should be copied.
|
|
|
|
|
|
Instances of Struct's subclass should have MRB_TT_STRUCT.
|
|
|
|
|
|
|
|
|
|
be used to allocate an unintialized string
|
|
|
|
|
|
|
|
|
|
Remove strlen in array
|
|
Simplify. Should not use strlen() as possible. It needs complexity.
|
|
always 1 (ISO C99).
|
|
|
|
|
|
|
|
crimsonwoods-modify_khash
|
|
|
|
|
|
|
|
|
|
|
|
|