summaryrefslogtreecommitdiffhomepage
path: root/src/proc.c
AgeCommit message (Expand)Author
2012-05-04mrb_closure_new uses current irep's nlocals instead of blocks; a patch from @...Yukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-28Merge pull request #69 from k-tsj/fix-proc-segvYukihiro "Matz" Matsumoto
2012-04-28Use mrb_get_args instead of direct stack accessKazuki Tsujimoto
2012-04-26Fix a few casting warnings.Patrick Hogan
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-23add file headermimaki
2012-04-22Fix SEGV when calling Proc object created by Proc.newKazuki Tsujimoto
2012-04-20add mruby sourcesmimaki