| Commit message (Expand) | Author | Age | Files | Lines |
* | * common.mk (revision.h): have to be updated daily or by non-trivial | nobu | 2008-10-29 | 1 | -1/+1 |
* | * common.mk (exts): renamed to get rid of the existent directory. | nobu | 2008-10-24 | 1 | -2/+2 |
* | * common.mk (ext): split out the target for extension library. | nobu | 2008-10-24 | 1 | -1/+2 |
* | * common.mk (encs): depends on enc and trans. | nobu | 2008-10-24 | 1 | -0/+1 |
* | * include/ruby/vm.h: write a comment. | ko1 | 2008-10-21 | 1 | -1/+1 |
* | * common.mk (srcs): removed ID_H_TARGET. | nobu | 2008-10-19 | 1 | -1/+1 |
* | * keywords, lex.c.src, opt_insn_unif.def, opt_operand.def: moved rarely changed | yugui | 2008-10-18 | 1 | -2/+2 |
* | * common.mk: use added options for generic_erb.rb. | eban | 2008-10-17 | 1 | -1/+1 |
* | * id.h: reverted. | nobu | 2008-10-17 | 1 | -5/+3 |
* | * common.mk (ID_H_TARGET): phony target to update id.h. | nobu | 2008-10-17 | 1 | -24/+29 |
* | * common.mk (TESTS): removed to re-enable test for minitest. | akr | 2008-10-16 | 1 | -1/+0 |
* | * common.mk, enc/depend (enc, trans): targets for sources. | nobu | 2008-10-16 | 1 | -2/+5 |
* | * common.mk (TESTS): skips minitest by default, since it interferes | nobu | 2008-10-14 | 1 | -0/+1 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -1/+0 |
* | * common.mk (gdb-ruby): new target. it runs ruby under controlled by | yugui | 2008-10-04 | 1 | -1/+4 |
* | * common.mk (parse.h): removes line directives. | nobu | 2008-10-01 | 1 | -1/+1 |
* | * common.mk (dist): nothing is need to run BASERUBY. | nobu | 2008-09-26 | 1 | -1/+1 |
* | Fixed build failure on some platforms. | yugui | 2008-09-26 | 1 | -1/+1 |
* | * common.mk (dist): Changed its dependencies and | yugui | 2008-09-26 | 1 | -2/+2 |
* | * error.c (Init_syserr): moved to the template. | yugui | 2008-09-26 | 1 | -2/+5 |
* | * common.mk (ENC_MK): defaulted to enc.mk. | nobu | 2008-09-26 | 1 | -7/+8 |
* | * common.mk: dependency updated. | akr | 2008-09-25 | 1 | -65/+84 |
* | * common.mk: fix btest-* rules [ruby-dev:36528]. | ko1 | 2008-09-25 | 1 | -25/+5 |
* | removed basedir and runner args to test/runner.rb. not valid args anymore | ryan | 2008-09-24 | 1 | -1/+1 |
* | * common.mk (io.o): remove dependency for vm_core.h. | ko1 | 2008-09-23 | 1 | -1/+1 |
* | * debug.h (ruby_set_debug_option): declared. | akr | 2008-09-23 | 1 | -1/+1 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -5/+5 |
* | fix a typo. | akr | 2008-09-23 | 1 | -26/+26 |
* | * common.mk, hash.c: remove unused inclusion. | ko1 | 2008-09-23 | 1 | -2/+1 |
* | * eval_safe.c, safe.c: rename eval_safe.c to safe.c. | ko1 | 2008-09-23 | 1 | -1/+3 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -205/+111 |
* | * common.mk: prec.c is removed. | naruse | 2008-09-19 | 1 | -1/+0 |
* | * prec.c: removed. Precision will be redesigned and be back again. | yugui | 2008-09-19 | 1 | -1/+0 |
* | * common.mk : Reverts the changeset 18994. | yugui | 2008-09-19 | 1 | -1/+1 |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -23/+23 |
* | * common.mk (distclean-golf): moved golf_prelude.c here from | yugui | 2008-09-02 | 1 | -1/+3 |
* | * common.mk (clean-golf): added. | yugui | 2008-09-01 | 1 | -4/+8 |
* | * common.mk (realclean-local): added newline.c. | yugui | 2008-09-01 | 1 | -1/+1 |
* | * common.mk (docs): removed a useless make target. | yugui | 2008-08-31 | 1 | -3/+0 |
* | * Temporarily uses git://github.com/yugui/rubyspec.git | yugui | 2008-08-31 | 1 | -1/+1 |
* | * common.mk: dependency updated. | akr | 2008-08-28 | 1 | -166/+174 |
* | * common.mk (dist): tool/make-snapshot is executable. | yugui | 2008-08-25 | 1 | -1/+1 |
* | * configure.in (BUILTIN_TRANSSRCS): defined. | akr | 2008-08-24 | 1 | -2/+10 |
* | * common.mk: remove config.h dependency. | naruse | 2008-08-22 | 1 | -1/+0 |
* | * strftime.c: include ruby/config.h instead of ruby/ruby.h. | shugo | 2008-08-21 | 1 | -1/+0 |
* | * strftime.c: new file. | shugo | 2008-08-20 | 1 | -0/+2 |
* | * common.mk: fix error in uncommon.mk. | kazu | 2008-08-17 | 1 | -1/+1 |
* | * common.mk: config.h depends config.status. | naruse | 2008-08-17 | 1 | -0/+1 |
* | * common.mk (parse.{c,h}): creates in the dependency order. | nobu | 2008-08-15 | 1 | -2/+2 |
* | * common.mk ({$(srcdir)}.y.c): escape backslash. | naruse | 2008-08-14 | 1 | -1/+1 |