1. 03 Nov, 2013 1 commit
    • fleuria's avatar
      introduce mrb_context_run() · d75a907e
      fleuria authored
      currently there are two scnenario to call mrb_run(), the first is
      calling a proc, in this case mrb should create a new environment,
      discarding all the variables except args, reciever and block.
      
      the second is calling the newly generated irep, like in mirb.
      in this case, the variables should be kept after mrb_run().
      so we introduce mrb_context_run() to handle this seperately.
      d75a907e
  2. 02 Nov, 2013 1 commit
  3. 01 Nov, 2013 2 commits
  4. 31 Oct, 2013 4 commits
  5. 30 Oct, 2013 9 commits
  6. 26 Oct, 2013 4 commits
  7. 25 Oct, 2013 1 commit
  8. 24 Oct, 2013 3 commits
  9. 23 Oct, 2013 2 commits
  10. 22 Oct, 2013 2 commits
  11. 20 Oct, 2013 1 commit
  12. 19 Oct, 2013 1 commit
  13. 15 Oct, 2013 5 commits
  14. 10 Oct, 2013 3 commits
  15. 09 Oct, 2013 1 commit