1. 15 Nov, 2013 3 commits
  2. 14 Nov, 2013 7 commits
  3. 13 Nov, 2013 6 commits
  4. 09 Nov, 2013 7 commits
  5. 08 Nov, 2013 3 commits
  6. 07 Nov, 2013 1 commit
  7. 06 Nov, 2013 6 commits
  8. 04 Nov, 2013 4 commits
  9. 03 Nov, 2013 3 commits
    • fleuria's avatar
      mirb: reset stack in the first command · 82c5b486
      fleuria authored
      82c5b486
    • fleuria's avatar
      refactor mrb_context_run() · a511957e
      fleuria authored
      a511957e
    • 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