1. 21 Sep, 2015 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      add new functions mrb_gc_register/unregister; close #1411 · 73dc32c6
      Yukihiro "Matz" Matsumoto authored
      some routines need to refer mruby objects (e.g. callbacks), in that case
      you have to protect your objects from garbage collection. the new functions
      mrb_gc_register() keeps those objects from GC. you have to remove your
      objects using mrb_gc_unregister() when your C routines use mruby objects
      any longer, otherwise objects will leak.
      73dc32c6
  2. 19 Sep, 2015 1 commit
  3. 18 Sep, 2015 4 commits
  4. 17 Sep, 2015 3 commits
  5. 16 Sep, 2015 1 commit
  6. 15 Sep, 2015 2 commits
  7. 14 Sep, 2015 2 commits
  8. 12 Sep, 2015 1 commit
  9. 11 Sep, 2015 3 commits
  10. 10 Sep, 2015 5 commits
  11. 04 Sep, 2015 7 commits
  12. 03 Sep, 2015 8 commits
  13. 02 Sep, 2015 2 commits