summaryrefslogtreecommitdiffhomepage
path: root/src/proc.c
AgeCommit message (Expand)Author
2012-06-20ISO conforming lambdaYukihiro Matsumoto
2012-06-20allow lambda duplicationYukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-20More C++ compilability work: mrb_obj_alloc void* conversionsMitchell Blank Jr
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