| Commit message (Expand) | Author | Age | Files | Lines |
* | * cont.c: support callcc which everyone love. | ko1 | 2007-05-23 | 1 | -0/+6 |
* | * common.mk: add a rule for regsyntax.c. | matz | 2007-05-23 | 1 | -0/+4 |
* | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 1 | -0/+3 |
* | * common.mk (clear-installed-list): separated from install-prereq. | nobu | 2007-03-13 | 1 | -1/+5 |
* | * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system | nobu | 2007-02-28 | 1 | -32/+60 |
* | * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL'] | shyouhei | 2007-02-27 | 1 | -1/+3 |
* | * common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h. | usa | 2007-02-27 | 1 | -22/+20 |
* | * common.mk: change "gdb" rule. You can debug miniruby with | ko1 | 2007-02-25 | 1 | -4/+6 |
* | * common.mk: new target "btest", to run bootstraptests. | aamine | 2007-02-24 | 1 | -0/+5 |
* | * common.mk: change vm_macro.def -> vm_macro.inc rule. | ko1 | 2007-02-24 | 1 | -3/+5 |
* | * common.mk: targets which depend on yarvcore.h now depend on | nobu | 2007-02-10 | 1 | -5/+5 |
* | * common.mk: fix to use RUNRUBY instead of BASERUBY if possible. | ko1 | 2007-02-08 | 1 | -8/+9 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -2/+2 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -14/+13 |
* | * complement last commit. | ko1 | 2007-02-06 | 1 | -28/+24 |
* | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 | 2007-02-05 | 1 | -6/+0 |
* | * insns.def (setclassvariable): remove unnecessary operand. | matz | 2007-02-04 | 1 | -1/+4 |
* | * common.mk (runruby, benchmark, benchmark-each, tbench): use | nobu | 2007-02-02 | 1 | -8/+8 |
* | * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized. | nobu | 2007-02-02 | 1 | -3/+1 |
* | * common.mk (bin): add more dependency. a patch from Tadashi | matz | 2007-02-02 | 1 | -5/+23 |
* | * common.mk (compile.$(OBJEXT)): add config.h to vm.c and | matz | 2007-02-02 | 1 | -2/+2 |
* | * Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat, | usa | 2007-01-23 | 1 | -1/+0 |
* | * some refactoring around yarvcore and proc. | ko1 | 2007-01-17 | 1 | -2/+2 |
* | * common.mk: fix ruby script path. | ko1 | 2007-01-16 | 1 | -1/+1 |
* | * common.mk: add a "compare" rule and fix MATZRUBY variable | ko1 | 2007-01-07 | 1 | -1/+5 |
* | * common.mk : add PHONY dependency to some rules | ko1 | 2007-01-06 | 1 | -9/+9 |
* | * benchmark/run.rb : change option format | ko1 | 2007-01-05 | 1 | -7/+7 |
* | * benchmark/bm_app_pentomino.rb : use Array#dup instead of | ko1 | 2007-01-05 | 1 | -13/+12 |
* | * common.mk : add .SUFFIXES rule | ko1 | 2007-01-05 | 1 | -0/+2 |
* | * common.mk : rename yarv-test-[all/each] to compare-test[/-each]. | ko1 | 2007-01-04 | 1 | -4/+5 |
* | * common.mk : fix to use test.rb script in build directory. | ko1 | 2007-01-04 | 1 | -5/+5 |
* | * yarv_version.h : removed. | ko1 | 2007-01-04 | 1 | -3/+2 |
* | * common.mk : restore changes | ko1 | 2007-01-04 | 1 | -50/+189 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -202/+207 |
* | * Makefile.in, common.mk (NULLCMD): moved for platforms that empty | nobu | 2006-12-06 | 1 | -1/+0 |
* | * common.mk (NULLCMD): dummy command. | nobu | 2006-10-19 | 1 | -0/+13 |
* | * mkconfig.rb: *OBJS are not needed for extension libraries. | nobu | 2006-10-15 | 1 | -2/+2 |
* | * common.mk (test-all): separate directory where running test cases | nobu | 2006-10-01 | 1 | -1/+4 |
* | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu | 2006-10-01 | 1 | -2/+9 |
* | * common.mk (no-install): not install rdoc actually. | nobu | 2006-09-21 | 1 | -6/+10 |
* | * common.mk (pre-install-doc): create data directory before install. | nobu | 2006-09-20 | 1 | -0/+1 |
* | * common.mk (install-doc): reverted. | nobu | 2006-09-17 | 1 | -0/+13 |
* | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 1 | -35/+135 |
* | * common.mk (ia64.o): use the compiler driver to assemble ia64.s | akr | 2006-09-02 | 1 | -0/+1 |
* | add regint.h and oniguruma.h to dependence | kosako | 2006-08-25 | 1 | -3/+4 |
* | * common.mk (pre-install-local): remove unnecessary code. | usa | 2006-08-16 | 1 | -2/+0 |
* | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz | 2006-08-07 | 1 | -4/+6 |
* | * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn't | akr | 2005-12-27 | 1 | -0/+1 |
* | * common.mk (static-ruby): overridable. | nobu | 2005-11-16 | 1 | -2/+4 |
* | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu | 2005-08-03 | 1 | -0/+2 |