summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Expand)Author
2013-03-03implement heredocFUKUZAWA-Tadashi
2013-02-23Support to build on pwd != mruby source rootYuichiro MASUI
2013-02-17Fix crash when exiting mirb using ctrl-d when compiled with readlineCarson McDonald
2013-01-29Removed mrbc -C option what's C function dump. and TAB to spaceYuichiro MASUI
2013-01-24Add flags_after_librariesYuichiro MASUI
2013-01-24merge masterYuichiro MASUI
2013-01-22Added finalizer of mrbgemsYuichiro MASUI
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21build_config gets more flexibilityYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-16save/restore arena index in mirb; close #740Yukihiro Matz Matsumoto
2013-01-11Removed gem libraries in mrbcYuichiro MASUI
2013-01-09Added conf.bins for defining bulding binariesYuichiro MASUI
2013-01-05Fix mrbgem options 689#issuecomment-11911431MATSUMOTO Ryosuke
2013-01-05Add mruby_ldflags when tools/mruby and tools/mrbc link archive filesMATSUMOTO Ryosuke
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
2012-12-28use readline if it's enabled.mattn
2012-12-22avoid printing backtrace line with unknown place infoYukihiro Matz Matsumoto
2012-12-14rebuild binaries when mrbgem archives are updated.Tomoyuki Sahara
2012-12-12save lastpc on exception and use it in mruby stack traceYukihiro Matz Matsumoto
2012-12-09Added LDFLAGS to MakefilesYuichiro MASUI
2012-12-08Use only DISABLE_GEMS for feature request in include/mrbconf.hDaniel Bovensiepen
2012-12-05rename mrb_load_irep for mrbtest to be consistent to name changeDaniel Bovensiepen
2012-12-05rename mrb_load_irep etc. for naming consistencyYukihiro Matz Matsumoto
2012-12-01Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-29Fix compile warnings in mirbshtirlic
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbcDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into mrubyDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into mirbDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mrubyDaniel Bovensiepen
2012-11-21Include dynamically GEMs into mirbDaniel Bovensiepen
2012-11-08Merge new changeDaniel Bovensiepen
2012-11-03ignore cfunc method in backtraceYukihiro Matsumoto
2012-11-03avoid trigraph (???) in backtraceYukihiro Matsumoto
2012-11-02printf("%s", NULL) is not safe on some platforms.Tomoyuki Sahara
2012-11-02fix compilation.Tomoyuki Sahara
2012-11-02show line numbers in backtrace.Tomoyuki Sahara
2012-11-02show all callinfo's.Tomoyuki Sahara
2012-11-02don't print garbage entries.Tomoyuki Sahara
2012-11-02show backtrace.Tomoyuki Sahara
2012-11-01Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-10-30fix mruby exit status with mrb file.Akira Yumiyama
2012-10-23prevent resource leak (outfile)Yukihiro Matsumoto
2012-10-18print error message on mrb load errorYukihiro Matsumoto
2012-10-16"mrbc -" should take input from stdin; close #489Yukihiro Matsumoto
2012-10-05preserve script file nameYukihiro Matsumoto
2012-10-04script file name should not be in ARGVYukihiro Matsumoto
2012-10-04specify know capacity of an arrayYukihiro Matsumoto
2012-09-30mruby should exit with 0 on successYukihiro Matsumoto
2012-09-13make mrbc aware of the gem initDaniel Bovensiepen