aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: rm largefile.h.naruse2007-12-301-4/+6
* * common.mk (clean, distclean, realclean): should include clean-encnobu2007-12-291-3/+3
* * common.mk (golf_prelude.c): use MINIRUBY instead of BASERUBY becauseusa2007-12-271-1/+1
* * common.mk (parse.c): depends on tool/ytab.sed.nobu2007-12-251-1/+1
* * common.mk (realclean-enc): fixed typo.nobu2007-12-251-1/+1
* * common.mk (clean-enc): clean encoding objects.nobu2007-12-251-1/+8
* * trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.nobu2007-12-251-2/+17
* * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans.nobu2007-12-251-4/+0
* * common.mk (node_name.inc, miniprelude.c, prelude.c): nmake cannotnobu2007-12-241-3/+3
* * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu2007-12-241-1/+1
* * common.mk: should not pass MAKEFLAGS to recursive make.nobu2007-12-241-2/+2
* * common.mk: remove additional "-".ko12007-12-231-2/+2
* * common.mk (srcs): new target to generated sources.nobu2007-12-221-5/+10
* * common.mk (encs, ext/ripper/ripper.c): MAKEFLAGS needs -.nobu2007-12-221-2/+2
* * common.mk (version.o): add dependency. [ruby-dev:32680]usa2007-12-221-1/+1
* Sat Dec 22 15:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-221-0/+2
* * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu2007-12-221-3/+6
* Fri Dec 21 16:25:25 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-211-2/+2
* * 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