aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu2007-12-211-1/+1
* * tool/compile_prelude.rb: use erb.akr2007-12-211-1/+1
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-6/+6
* * common.mk (enc.mk): depends on rbconfig.rb.nobu2007-12-201-2/+2
* * common.mk (encs): create encoding directory.matz2007-12-191-0/+1
* * common.mk (encs, ext/ripper/ripper.c): other options must comenobu2007-12-181-2/+2
* * common.mk (encs, ext/ripper/ripper.c): pass MAKEFLAGS.nobu2007-12-181-2/+2
* * configure.in (BUILTIN_ENCS): removed.nobu2007-12-171-1/+1
* * common.mk (encs): added dependencies.nobu2007-12-171-1/+2
* * common.mk (miniprelude.c): add -I$(srcdir).gotoyuzo2007-12-171-1/+1
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-1/+7
* * configure.in (enc/Makefile): add external encoding objects list.nobu2007-12-151-7/+1
* * common.mk (ruby.imp): fix for circular dependency. a patch fromnobu2007-12-141-2/+2
* * Makefile.in, */Makefile.sub (CP, MV): added.nobu2007-12-111-2/+3
* * transcode.c: new file to provide encoding conversion features.matz2007-12-101-1/+6
* * 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