summaryrefslogtreecommitdiffhomepage
path: root/test/driver.c
AgeCommit message (Expand)Author
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-02-08Remove notice of early versionDaniel Bovensiepen
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-09-23fix a bug introduced in prev commitYuichi Nishiwaki
2013-09-23eliminate use of traditional intern API (mrb_intern()) completelyYuichi Nishiwaki
2013-05-08Move declaration of kernel to the beginning of the methodDaniel Bovensiepen
2013-05-08Implement fallback print method for testing environment in case mruby-print G...Daniel Bovensiepen
2013-03-24Add stdio.h. This is just for now. We should discuss about remote tests later.Masaki Muranaka
2013-03-17resolve conflict from #1017Yukihiro Matz Matsumoto
2013-03-17refine abf1b18 to remove nested ifYukihiro Matz Matsumoto
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...Masaki Muranaka
2013-03-16Remove unused string.h.Masaki Muranaka
2013-03-16Remove strncmp(). It enables to process various options.Masaki Muranaka
2013-03-13Cut off eval_test from mainkano4
2013-03-12Add static declarationkano4
2013-02-09add mrbtest verbose mode ('-v' option)Akira Yumiyama
2012-11-04replace FIXNUM_P() by mrb_fixnum_p()Yukihiro Matz Matsumoto
2012-07-29Modify return value of mrbtest.Masamitsu MURASE
2012-07-03remove unused variablesYukihiro Matsumoto
2012-07-03test/driver to use EXIT_SUCCESSYukihiro Matsumoto
2012-07-03add context to parser, that would hold local variable info, filename, and lin...Yukihiro Matsumoto
2012-06-03Check mrb_open return value for NULLJon
2012-05-22change example code to do mrb_close()Mitchell Blank Jr
2012-05-18refactor test driverYukihiro Matsumoto
2012-05-18rename compiler.h to mruby/compiler.hYukihiro Matsumoto
2012-05-14make test restructuringYukihiro Matsumoto