summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mruby
AgeCommit message (Expand)Author
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-03-09Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().Masaki Muranaka
2014-03-05fix mruby command returning EXIT_SUCCESS when program file can't beTatsuya Matsumoto
2014-03-05mruby command should not execute program on "syntax only option(-c)".Tatsuya Matsumoto
2014-03-03use tempfile moduletake_cheeze
2014-02-26use mrb_str_new_lit instead of mrb_str_new for C string literalscubicdaiya
2014-02-10resolve conflict in travis_config.rbYukihiro "Matz" Matsumoto
2014-01-31use mrb_bool, FALSE and TRUE morecremno
2014-01-07remove superfluous includescremno
2013-12-01add mrb_intern_lit for creating symbol from string literaltake_cheeze
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-11-16add regression for #1572fleuria
2013-11-16add regression for #1564fleuria
2013-11-15add new function mrb_load_irep_file_cxt() and simplifies mruby.cYukihiro "Matz" Matsumoto
2013-11-15fix irep memory leakYukihiro "Matz" Matsumoto
2013-11-07modified to use irep->reps to reference child ireps. preparation forYukihiro "Matz" Matsumoto
2013-11-03refactor mrb_context_run()fleuria
2013-11-03introduce mrb_context_run()fleuria
2013-08-07don't use str{cpy,cat} in mruby and mrbcCremno
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
2013-05-26mruby error messages should be directed to stderrYukihiro "Matz" Matsumoto
2013-05-13move mruby's showcallinfo into the coreYukihiro "Matz" Matsumoto
2013-04-20put spaces after if/whileYukihiro "Matz" Matsumoto
2013-04-11rename mruby,mirb gems to mruby-bin-{mruby,mirb}Yukihiro "Matz" Matsumoto