aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr2007-11-201-1/+1
* * common.mk (prereq): added auto generated sources. [ruby-dev:32280]nobu2007-11-151-1/+4
* * common.mk, Makefile.in: rename prelude.c to miniprelude.c.akr2007-11-141-5/+5
* * common.mk (parse.c): dependency also needs vpath.nobu2007-11-131-4/+4
* * common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu2007-11-131-2/+7
* * Makefile.in, common.mk: add prelude.o to MINIOBJS.akr2007-11-121-2/+2
* * Makefile.in, common.mk: add ext_prelude.o to OBJS.akr2007-11-121-10/+11
* refine dependencies of miniruby$(EXEEXT).akr2007-11-111-3/+5
* * configure.in, common.mk, Makefile.in: don't generateakr2007-11-101-4/+2
* * common.mk, Makefile.in: generate libminiruby-static.a akr2007-11-101-8/+9
* * common.mk (EXPLOBJS): create new variable for ext_prelude.o.akr2007-11-101-7/+8
* * gem_prelude.rb: new file for gem libraries. currently empty.akr2007-11-101-2/+5
* * common.mk (prereq): update the path of prelude.c.usa2007-10-311-2/+2
* * numeric.c (int_chr): take an optional encoding parameter.nobu2007-10-261-1/+1
* * Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu2007-10-101-16/+19
* * common.mk (ruby.o): using encoding.h.nobu2007-09-281-1/+1
* * benchmark/driver.rb: added.ko12007-09-271-15/+13
* * common.mk: fix typo.ko12007-09-061-1/+1
* * common.mk (vm.o): depends on st.h too.nobu2007-09-031-1/+1
* * regenc.h: check RUBY_EXTERN before including config.h and defines.husa2007-08-301-8/+10
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-2/+2
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+3
* * common.mk (prelude.o): depends on vm_core.h now.nobu2007-08-251-3/+5
* * prelude.rb: added. run this script on startup.ko12007-08-241-0/+5
* * common.mk: change test order (test -> btest).ko12007-08-141-1/+1
* * common.mk (btest-miniruby, test-sample): split the test targetnobu2007-08-081-2/+6
* * common.mk (node_name.inc): use $? instead of $< for nmake.nobu2007-08-071-1/+1
* * common.mk (node_name.inc): auto-generate node name list.nobu2007-08-061-2/+6
* * common.mk (INSNS): not chdir to srcdir.nobu2007-08-061-1/+1
* * common.mk: inverted rules order.nobu2007-07-211-5/+5
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-21/+16
* * bootstraptest/runner.rb: fix load path.ko12007-07-061-0/+1
* * tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko12007-06-291-2/+2
* * common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko12007-06-271-0/+1
* * eval_*.h: rename to eval_*.ci.ko12007-06-241-2/+2
* * call_cfunc.ci: removed.ko12007-06-241-4/+4
* * insn_send.ci: removed.ko12007-06-241-4/+3
* * vm_macro.def: removed.ko12007-06-241-5/+1
* * bootstraptest/runner.rb: set default directory toko12007-06-241-2/+2
* * common.mk (realclean): separate local and ext.nobu2007-06-151-1/+4
* * include/ruby: moved public headers.nobu2007-06-101-85/+85
* * cont.c: support callcc which everyone love.ko12007-05-231-0/+6
* * common.mk: add a rule for regsyntax.c.matz2007-05-231-0/+4
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-231-0/+3
* * common.mk (clear-installed-list): separated from install-prereq.nobu2007-03-131-1/+5
* * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu2007-02-281-32/+60
* * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei2007-02-271-1/+3
* * common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h.usa2007-02-271-22/+20
* * common.mk: change "gdb" rule. You can debug miniruby withko12007-02-251-4/+6
* * common.mk: new target "btest", to run bootstraptests.aamine2007-02-241-0/+5