aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * common.mk: change test order (test -> btest).ko12007-08-141-1/+1
* * common.mk (btest-miniruby, test-sample): split the test targetnobu2007-08-081-2/+6
* * common.mk (node_name.inc): use $? instead of $< for nmake.nobu2007-08-071-1/+1
* * common.mk (node_name.inc): auto-generate node name list.nobu2007-08-061-2/+6
* * common.mk (INSNS): not chdir to srcdir.nobu2007-08-061-1/+1
* * common.mk: inverted rules order.nobu2007-07-211-5/+5
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-21/+16
* * bootstraptest/runner.rb: fix load path.ko12007-07-061-0/+1
* * tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko12007-06-291-2/+2
* * common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko12007-06-271-0/+1
* * eval_*.h: rename to eval_*.ci.ko12007-06-241-2/+2
* * call_cfunc.ci: removed.ko12007-06-241-4/+4
* * insn_send.ci: removed.ko12007-06-241-4/+3
* * vm_macro.def: removed.ko12007-06-241-5/+1
* * bootstraptest/runner.rb: set default directory toko12007-06-241-2/+2
* * common.mk (realclean): separate local and ext.nobu2007-06-151-1/+4
* * include/ruby: moved public headers.nobu2007-06-101-85/+85
* * cont.c: support callcc which everyone love.ko12007-05-231-0/+6
* * common.mk: add a rule for regsyntax.c.matz2007-05-231-0/+4
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-231-0/+3
* * common.mk (clear-installed-list): separated from install-prereq.nobu2007-03-131-1/+5
* * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu2007-02-281-32/+60
* * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei2007-02-271-1/+3
* * common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h.usa2007-02-271-22/+20
* * common.mk: change "gdb" rule. You can debug miniruby withko12007-02-251-4/+6
* * common.mk: new target "btest", to run bootstraptests.aamine2007-02-241-0/+5
* * common.mk: change vm_macro.def -> vm_macro.inc rule.ko12007-02-241-3/+5
* * common.mk: targets which depend on yarvcore.h now depend onnobu2007-02-101-5/+5
* * common.mk: fix to use RUNRUBY instead of BASERUBY if possible.ko12007-02-081-8/+9
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-2/+2
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-14/+13
* * complement last commit.ko12007-02-061-28/+24
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-6/+0
* * insns.def (setclassvariable): remove unnecessary operand.matz2007-02-041-1/+4
* * common.mk (runruby, benchmark, benchmark-each, tbench): usenobu2007-02-021-8/+8
* * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.nobu2007-02-021-3/+1
* * common.mk (bin): add more dependency. a patch from Tadashimatz2007-02-021-5/+23
* * common.mk (compile.$(OBJEXT)): add config.h to vm.c andmatz2007-02-021-2/+2
* * Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa2007-01-231-1/+0
* * some refactoring around yarvcore and proc.ko12007-01-171-2/+2
* * common.mk: fix ruby script path.ko12007-01-161-1/+1
* * common.mk: add a "compare" rule and fix MATZRUBY variableko12007-01-071-1/+5
* * common.mk : add PHONY dependency to some rulesko12007-01-061-9/+9
* * benchmark/run.rb : change option formatko12007-01-051-7/+7
* * benchmark/bm_app_pentomino.rb : use Array#dup instead ofko12007-01-051-13/+12
* * common.mk : add .SUFFIXES ruleko12007-01-051-0/+2
* * common.mk : rename yarv-test-[all/each] to compare-test[/-each].ko12007-01-041-4/+5
* * common.mk : fix to use test.rb script in build directory.ko12007-01-041-5/+5
* * yarv_version.h : removed.ko12007-01-041-3/+2
* * common.mk : restore changesko12007-01-041-50/+189