- 27 Jun, 2012 1 commit
-
-
Daniel Bovensiepen authored
-
- 26 Jun, 2012 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix str_format_len.
-
Yukihiro "Matz" Matsumoto authored
Add more kernel tests
-
Daniel Bovensiepen authored
-
Daniel Bovensiepen authored
-
Yukihiro Matsumoto authored
-
Masamitsu MURASE authored
-
Yukihiro "Matz" Matsumoto authored
Refactor hex_to_str().
-
Masaki Muranaka authored
-
Yukihiro Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix str_to_format.
-
Yukihiro "Matz" Matsumoto authored
Prevent memory leak when string literal is created.
-
Masaki Muranaka authored
-
- 25 Jun, 2012 4 commits
-
-
Masamitsu MURASE authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
- 24 Jun, 2012 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
Patch for inheritance of built-in class
-
Yukihiro "Matz" Matsumoto authored
Fix GC of struct
-
Yukihiro Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Modify Kernel#clone and Kernel#dup
-
Yukihiro "Matz" Matsumoto authored
Fix Struct#new and GC
-
Yukihiro Matsumoto authored
-
Masamitsu MURASE authored
-
Masamitsu MURASE authored
-
Masamitsu MURASE authored
-
Masamitsu MURASE authored
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.
-
Masamitsu MURASE authored
-
- 23 Jun, 2012 11 commits
-
-
Masamitsu MURASE authored
-
Masamitsu MURASE authored
Instances of Struct's subclass should have MRB_TT_STRUCT.
-
Masamitsu MURASE authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
-
Yukihiro Matsumoto authored
remove assertion for false assumption; mrb_str_new(0, len) where len > 0 can be used to allocate an unintialized string
-
Yukihiro "Matz" Matsumoto authored
Reduce mrb_str_new2
-
Yukihiro "Matz" Matsumoto authored
fixed attr_*: forgot '@'
-
- 22 Jun, 2012 1 commit
-
-
Yuichiro MASUI authored
-