summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-objectspace
AgeCommit message (Expand)Author
2014-04-05Fix ObjectSpace.count_objects document.take_cheeze
2014-04-03Support :T_FIBER in ObjectSpace.count_objects .take_cheeze
2014-03-27Use CRuby compatible key in ObjectSpace.count_objects .take_cheeze
2014-03-25Use mrb_int.take_cheeze
2014-03-25Implement ObjectSpace.each_object .take_cheeze
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-01-31rework mruby-objectspace and gc.[ch]cremno
2013-09-21rename voidp to cptrYukihiro "Matz" Matsumoto
2013-08-04Improve test of mruby-objectspace-ext GEMDaniel Bovensiepen
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
2013-05-18indentation fixYukihiro "Matz" Matsumoto
2013-05-18remove unused local variableYukihiro "Matz" Matsumoto
2013-05-18Cleanup of mruby_objectspace.c and removed the unneccessary README for mruby_...Ryan Scott
2013-05-18Changed the counting so that only objects that are alive are added to the obj...Ryan Scott
2013-05-17Minor formatting change.Ryan Scott
2013-05-17Changed the each_object callback so that a pointer is passed for the object, ...Ryan Scott
2013-05-17Removed debug outputRyan Scott
2013-05-17Changed the object_count so that it only iterates over the RBasic object, not...Ryan Scott
2013-05-17First implementation of ObjectSpace moved outside of gc.cRyan Scott