| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-28 | Fix crash in method call in `ObjectSpace.each_object` block. | take_cheeze | |
| * Filter `MRB_TT_ENV` and `MRB_TT_ICLASS`. * Set `mrb->string_class` in `mrb_init_exception` instead. | |||
| 2014-04-06 | Always increment `total` field of `os_count_struct` in callback. | take_cheeze | |
| Check sum of `ObjectSpace.count_objects` values is twice of total objects count. (Which is CRuby's behavior.) | |||
| 2014-04-03 | Support :T_FIBER in ObjectSpace.count_objects . | take_cheeze | |
| 2014-03-27 | Use CRuby compatible key in ObjectSpace.count_objects . | take_cheeze | |
| 2014-03-25 | Implement ObjectSpace.each_object . | take_cheeze | |
| 2013-08-04 | Improve test of mruby-objectspace-ext GEM | Daniel Bovensiepen | |
| 2013-05-17 | Removed debug output | Ryan Scott | |
| 2013-05-17 | Changed the object_count so that it only iterates over the RBasic object, ↵ | Ryan Scott | |
| not the full RVALUE known by the GC | |||
| 2013-05-17 | First implementation of ObjectSpace moved outside of gc.c | Ryan Scott | |
