summaryrefslogtreecommitdiffhomepage
path: root/src/gc.c
AgeCommit message (Expand)Author
2012-05-07gc should handle regexp and match objectsYukihiro Matsumoto
2012-05-07argument type of mrb_gc_free_ht() has changedYukihiro Matsumoto
2012-05-05hash refactoredYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-27Merge pull request #61 from pbhogan/fix-warningsYukihiro "Matz" Matsumoto
2012-04-28struct RString member should not be mrb_valueYukihiro Matsumoto
2012-04-26Clean up switch statements.Patrick Hogan
2012-04-24Call dfree member on RData/MRB_TT_DATA when collectedPatrick Hogan
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-23add file headermimaki
2012-04-20should not free mrb stack; a bug found&fixed by @miura1729Yukihiro Matsumoto
2012-04-20move src/mdata.h to include/mruby/data.hYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki