aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-131-6/+0
* * encoding.c (rb_enc_init): revert removing SJIS.naruse2008-01-131-1/+1
* * common.mk (incs): includes encdb.h.nobu2008-01-131-1/+1
* * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz2008-01-121-1/+1
* * enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse2008-01-121-2/+5
* * common.mk, Makefile.in, */Makefile.sub (distclean-local): moveusa2008-01-071-1/+0
* * encoding.c (rb_isalnum): defined.akr2008-01-031-92/+66
* update dependency for alloca.o and dmydln.o.akr2008-01-031-3/+4
* update golf dependency.akr2008-01-031-3/+10
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-021-1/+0
* * common.mk (strcasecmp.o): removed.akr2008-01-021-2/+0
* thread_pthread.c -> thread_$(THREAD_MODEL).c.akr2008-01-011-91/+52
* thread_pthread.h -> thread_$(THREAD_MODEL).h.akr2008-01-011-18/+18
* * common.mk: dependency updated.akr2008-01-011-169/+274
* * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu2007-12-301-6/+6
* * 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