| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make CFLAG choices in Makefiles more flexible
|
|
|
|
|
|
|
|
|
|
|
|
fix binary minus function of Fixnum '0'.
|
|
|
|
|
|
|
|
Remove unused struct
|
|
|