aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (rdoc): independent.nobu2010-04-031-1/+1
* * common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu2010-04-031-1/+1
* * dln_find.c: split from dln.c.nobu2010-02-241-0/+2
* * common.mk: ext/dl/callback no longer exists.nobu2010-02-171-1/+1
* * dmyversion.c: empty load path in miniruby.nobu2010-02-081-2/+3
* * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.nobu2010-02-081-1/+1
* * ext/purelib.rb, common.mk: to simulate ruby command more precisely,mame2010-02-051-1/+1
* * common.mk (help): updated.nobu2010-01-291-3/+6
* * common.mk (rdoc): needs encodings and exts.nobu2010-01-221-1/+1
* * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei2010-01-201-1/+2
* * common.mk (install-all): maybe typo.usa2010-01-091-1/+1
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-11/+6
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-6/+11
* * node.c: node management added. Currently, only pretty-dumper ismame2009-12-091-0/+3
* * win32/Makefile.sub (config.h): added RUBY_SITEARCH to usenobu2009-10-261-1/+1
* * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnablenobu2009-10-221-1/+1
* * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp),nobu2009-10-101-1/+1
* * common.mk (ruby.imp): add text section [Bug #2064].kanemoto2009-09-271-1/+3
* * common.mk (eval.o): needs vm.h.nobu2009-09-181-1/+1
* * configure.in (CAPITARGET): enable iff doxygen is available.nobu2009-09-161-10/+14
* * common.mk (main): makes also encs.nobu2009-09-161-1/+1
* * common.mk (install-rdoc), configure.in (RDOCTARGET): removednobu2009-09-151-0/+1
* * common.mk (install-all): target to install all.nobu2009-09-141-2/+9
* * configure.in, common.mk, */configure.bat (rdoc): make beforenobu2009-09-141-2/+3
* * common.mk (check-ruby): run all test of ruby itself.nobu2009-09-141-0/+6
* * Makefile.in, common.mk: move a id.h generation rule.ko12009-09-061-0/+4
* * common.mk: dependencies updated.akr2009-08-301-18/+20
* * win32/Makefile.sub (MAKEDIRS): define.usa2009-08-241-1/+1
* * enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu2009-08-211-2/+4
* * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY.usa2009-08-121-1/+1
* * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu2009-08-091-1/+1
* * common.mk (ruby.imp): excluded prelude.o to get rid of circularnobu2009-08-091-4/+5
* * tool/compile_prelude.rb: replaces "require" with in-place evaluationyugui2009-07-301-1/+1
* * common.mk (class.o): depends on vm_core.h.nobu2009-07-221-1/+1
* * configure.in, Makefile.in (TEST_RUNNABLE): tests are notnobu2009-07-201-5/+15
* * common.mk: add method.h.ko12009-07-151-1/+1
* * tool/rbinstall.rb: renamed to get rid of collision againstnobu2009-06-301-1/+1
* * Doxyfile.in: removed. merged into template/Doxyfile.templateyugui2009-06-291-2/+2
* * common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig.usa2009-06-261-1/+1
* * common.mk (bignum.o, numeric.o): depend on util.h.nobu2009-05-261-2/+2
* * instruby.rb: moved into tool/.yugui2009-05-221-4/+4
* * common.mk: marked PHONY targets.nobu2009-05-141-11/+19
* * eval.c (ruby_cleanup): the order of local variables on stack isnobu2009-04-191-1/+1
* * common.mk (up): updates timestamp file.nobu2009-04-101-1/+1
* * common.mk (info): shows configured names.nobu2009-04-071-0/+10
* * common.mk (ruby.imp): all symbols in static library need to benobu2009-03-281-2/+2
* * common.mk (REVISION_H): keeps timestamp of revision.h.nobu2009-03-161-4/+9
* * Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules.nobu2009-03-161-1/+1
* * common.mk (.y.c): use SRC_FILE which contains slashes instead ofnobu2009-03-151-1/+1
* * common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu2009-03-141-3/+7