| Commit message (Expand) | Author | Age | Files | Lines |
* | * common.mk (change, prelude): phony targets. | nobu | 2010-05-24 | 1 | -2/+2 |
* | * common.mk (change), tool/change_maker.rb: make a brief template | nobu | 2010-05-24 | 1 | -0/+4 |
* | * common.mk (dln_find.o): fix dependency. | nobu | 2010-05-16 | 1 | -1/+1 |
* | * common.mk (dln_find.o): fix dependency. | nobu | 2010-05-16 | 1 | -1/+1 |
* | * error.c (rb_loaderror): use locale string, not ascii-8bit. | nobu | 2010-05-16 | 1 | -1/+2 |
* | * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY | naruse | 2010-05-09 | 1 | -1/+1 |
* | Add description about make benchmark to make help. | naruse | 2010-04-27 | 1 | -0/+1 |
* | * common.mk (help): small fix. | usa | 2010-04-15 | 1 | -1/+1 |
* | * common.mk (rdoc): independent. | nobu | 2010-04-03 | 1 | -1/+1 |
* | * common.mk (rdoc): no force-update, and add RDOCFLAGS. | nobu | 2010-04-03 | 1 | -1/+1 |
* | * dln_find.c: split from dln.c. | nobu | 2010-02-24 | 1 | -0/+2 |
* | * common.mk: ext/dl/callback no longer exists. | nobu | 2010-02-17 | 1 | -1/+1 |
* | * dmyversion.c: empty load path in miniruby. | nobu | 2010-02-08 | 1 | -2/+3 |
* | * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand. | nobu | 2010-02-08 | 1 | -1/+1 |
* | * ext/purelib.rb, common.mk: to simulate ruby command more precisely, | mame | 2010-02-05 | 1 | -1/+1 |
* | * common.mk (help): updated. | nobu | 2010-01-29 | 1 | -3/+6 |
* | * common.mk (rdoc): needs encodings and exts. | nobu | 2010-01-22 | 1 | -1/+1 |
* | * common.mk (compile.$(OBJEXT)): dependencies lacking. | shyouhei | 2010-01-20 | 1 | -1/+2 |
* | * common.mk (install-all): maybe typo. | usa | 2010-01-09 | 1 | -1/+1 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -11/+6 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -6/+11 |
* | * node.c: node management added. Currently, only pretty-dumper is | mame | 2009-12-09 | 1 | -0/+3 |
* | * win32/Makefile.sub (config.h): added RUBY_SITEARCH to use | nobu | 2009-10-26 | 1 | -1/+1 |
* | * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable | nobu | 2009-10-22 | 1 | -1/+1 |
* | * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp), | nobu | 2009-10-10 | 1 | -1/+1 |
* | * common.mk (ruby.imp): add text section [Bug #2064]. | kanemoto | 2009-09-27 | 1 | -1/+3 |
* | * common.mk (eval.o): needs vm.h. | nobu | 2009-09-18 | 1 | -1/+1 |
* | * configure.in (CAPITARGET): enable iff doxygen is available. | nobu | 2009-09-16 | 1 | -10/+14 |
* | * common.mk (main): makes also encs. | nobu | 2009-09-16 | 1 | -1/+1 |
* | * common.mk (install-rdoc), configure.in (RDOCTARGET): removed | nobu | 2009-09-15 | 1 | -0/+1 |
* | * common.mk (install-all): target to install all. | nobu | 2009-09-14 | 1 | -2/+9 |
* | * configure.in, common.mk, */configure.bat (rdoc): make before | nobu | 2009-09-14 | 1 | -2/+3 |
* | * common.mk (check-ruby): run all test of ruby itself. | nobu | 2009-09-14 | 1 | -0/+6 |
* | * Makefile.in, common.mk: move a id.h generation rule. | ko1 | 2009-09-06 | 1 | -0/+4 |
* | * common.mk: dependencies updated. | akr | 2009-08-30 | 1 | -18/+20 |
* | * win32/Makefile.sub (MAKEDIRS): define. | usa | 2009-08-24 | 1 | -1/+1 |
* | * enc/unicode/name2ctype.h: split from enc/unicode.c and made a | nobu | 2009-08-21 | 1 | -2/+4 |
* | * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY. | usa | 2009-08-12 | 1 | -1/+1 |
* | * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass): | nobu | 2009-08-09 | 1 | -1/+1 |
* | * common.mk (ruby.imp): excluded prelude.o to get rid of circular | nobu | 2009-08-09 | 1 | -4/+5 |
* | * tool/compile_prelude.rb: replaces "require" with in-place evaluation | yugui | 2009-07-30 | 1 | -1/+1 |
* | * common.mk (class.o): depends on vm_core.h. | nobu | 2009-07-22 | 1 | -1/+1 |
* | * configure.in, Makefile.in (TEST_RUNNABLE): tests are not | nobu | 2009-07-20 | 1 | -5/+15 |
* | * common.mk: add method.h. | ko1 | 2009-07-15 | 1 | -1/+1 |
* | * tool/rbinstall.rb: renamed to get rid of collision against | nobu | 2009-06-30 | 1 | -1/+1 |
* | * Doxyfile.in: removed. merged into template/Doxyfile.template | yugui | 2009-06-29 | 1 | -2/+2 |
* | * common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig. | usa | 2009-06-26 | 1 | -1/+1 |
* | * common.mk (bignum.o, numeric.o): depend on util.h. | nobu | 2009-05-26 | 1 | -2/+2 |
* | * instruby.rb: moved into tool/. | yugui | 2009-05-22 | 1 | -4/+4 |
* | * common.mk: marked PHONY targets. | nobu | 2009-05-14 | 1 | -11/+19 |