summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-proc-ext
AgeCommit message (Expand)Author
2014-04-01Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.take_cheeze
2014-04-01Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...take_cheeze
2014-03-31Add API to define cfunc Proc with userdata.take_cheeze
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-03-08Make type casts safer.Masaki Muranaka
2014-03-06fix and add test for Proc#source_locationtake_cheeze
2014-02-26use mrb_str_cat_lit() more widelycubicdaiya
2014-02-06introduce mrb_str_new_lit() to create strings from C string litralsYukihiro "Matz" Matsumoto
2013-09-21rename voidp to cptrYukihiro "Matz" Matsumoto
2013-08-04Improve test of mruby-proc-ext GEMDaniel Bovensiepen
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-17Add mruby-proc-exth2so5