summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2007-11-10* gem_prelude.rb: new file for gem libraries. currently empty.akr
2007-10-31 * common.mk (prereq): update the path of prelude.c.usa
2007-10-26* numeric.c (int_chr): take an optional encoding parameter.nobu
2007-10-10* Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu
2007-09-28* common.mk (ruby.o): using encoding.h.nobu
2007-09-27* benchmark/driver.rb: added.ko1
2007-09-06* common.mk: fix typo.ko1
2007-09-03* common.mk (vm.o): depends on st.h too.nobu
2007-08-30* regenc.h: check RUBY_EXTERN before including config.h and defines.husa
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25* common.mk (prelude.o): depends on vm_core.h now.nobu
2007-08-24* prelude.rb: added. run this script on startup.ko1
2007-08-14* common.mk: change test order (test -> btest).ko1
2007-08-08* common.mk (btest-miniruby, test-sample): split the test targetnobu
2007-08-07* common.mk (node_name.inc): use $? instead of $< for nmake.nobu
2007-08-06* common.mk (node_name.inc): auto-generate node name list.nobu
2007-08-06* common.mk (INSNS): not chdir to srcdir.nobu
2007-07-21* common.mk: inverted rules order.nobu
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-06* bootstraptest/runner.rb: fix load path.ko1
2007-06-29* tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko1
2007-06-27* common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko1
2007-06-24* eval_*.h: rename to eval_*.ci.ko1
2007-06-24* call_cfunc.ci: removed.ko1
2007-06-24* insn_send.ci: removed.ko1
2007-06-24* vm_macro.def: removed.ko1
2007-06-24* bootstraptest/runner.rb: set default directory toko1
2007-06-15* common.mk (realclean): separate local and ext.nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-05-23* cont.c: support callcc which everyone love.ko1
2007-05-23* common.mk: add a rule for regsyntax.c.matz
2007-05-23* oniguruma.h: updated to Oniguruma 5.7.0.matz
2007-03-13* common.mk (clear-installed-list): separated from install-prereq.nobu
2007-02-28* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu
2007-02-27* mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei
2007-02-27* common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h.usa
2007-02-25* common.mk: change "gdb" rule. You can debug miniruby withko1
2007-02-24* common.mk: new target "btest", to run bootstraptests.aamine
2007-02-24* common.mk: change vm_macro.def -> vm_macro.inc rule.ko1
2007-02-10* common.mk: targets which depend on yarvcore.h now depend onnobu
2007-02-08* common.mk: fix to use RUNRUBY instead of BASERUBY if possible.ko1
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* complement last commit.ko1
2007-02-05* eval_thread.c, common.mk: remove eval_thread.c.ko1
2007-02-04* insns.def (setclassvariable): remove unnecessary operand.matz
2007-02-02* common.mk (runruby, benchmark, benchmark-each, tbench): usenobu
2007-02-02* Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.nobu
2007-02-02* common.mk (bin): add more dependency. a patch from Tadashimatz