aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/signal.h: removed.ko12008-09-031-23/+23
* * common.mk (distclean-golf): moved golf_prelude.c here fromyugui2008-09-021-1/+3
* * common.mk (clean-golf): added.yugui2008-09-011-4/+8
* * common.mk (realclean-local): added newline.c.yugui2008-09-011-1/+1
* * common.mk (docs): removed a useless make target.yugui2008-08-311-3/+0
* * Temporarily uses git://github.com/yugui/rubyspec.gityugui2008-08-311-1/+1
* * common.mk: dependency updated.akr2008-08-281-166/+174
* * common.mk (dist): tool/make-snapshot is executable.yugui2008-08-251-1/+1
* * configure.in (BUILTIN_TRANSSRCS): defined.akr2008-08-241-2/+10
* * common.mk: remove config.h dependency.naruse2008-08-221-1/+0
* * strftime.c: include ruby/config.h instead of ruby/ruby.h.shugo2008-08-211-1/+0
* * strftime.c: new file.shugo2008-08-201-0/+2
* * common.mk: fix error in uncommon.mk.kazu2008-08-171-1/+1
* * common.mk: config.h depends config.status.naruse2008-08-171-0/+1
* * common.mk (parse.{c,h}): creates in the dependency order.nobu2008-08-151-2/+2
* * common.mk ({$(srcdir)}.y.c): escape backslash.naruse2008-08-141-1/+1
* * include/ruby/encoding.h (rb_enc_ispunct): added.nobu2008-08-141-1/+0
* * common.mk (parse.h): workaround for nmake.nobu2008-08-141-2/+2
* * common.mk: parse.h depends on parse.c.naruse2008-08-131-3/+2
* * common.mk (parse.h): fake rule.nobu2008-08-131-24/+28
* * common.mk: regint.h no longer includes vm_core.h.knu2008-08-131-32/+8
* * common.mk (prelude.c, golf_prelude.c): Using $(COMPILE_PRELUDE)knu2008-08-131-2/+2
* * common.mk (realclean-local): Remove parse.h as well.knu2008-08-131-35/+75
* * common.mk (parse.c): generates parse.h together.nobu2008-08-131-2/+4
* * tool/make-snapshot: fix for clean up.nobu2008-08-131-1/+1
* * enc/Makefile.in (.SUFFIXES): renamed to .trans.nobu2008-08-121-1/+1
* * encoding.c: include util.h. [ruby-dev:35715]mame2008-08-101-1/+1
* * common.mk (extconf): use MAKEDIRS.nobu2008-08-101-1/+1
* * common.mk: encs depend on transdb.hnaruse2008-08-091-1/+1
* * common.mk (enk.mk): give not RUBY but MINIRUBY.naruse2008-08-081-1/+1
* * common.mk (enc.mk): mkmf.rb requires rbconfig.rb.nobu2008-08-081-1/+1
* * common.mk (srcs-enc): renamed from transcodes.nobu2008-08-081-5/+3
* * common.mk (encdb.h): see both $(srcdir)/enc and enc.nobu2008-08-081-1/+1
* * common.mk: see both $(srcdir)/enc/trans and enc/trans.naruse2008-08-071-1/+1
* * Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do notnobu2008-08-071-8/+3
* * common.mk: mkdir enc/trans before build tables.naruse2008-08-061-1/+2
* * common.mk (transdb.h): requires transcoders.nobu2008-08-061-3/+3
* * common.mk (transcodes), tool/build-transcode: generates transcodenobu2008-08-051-1/+4
* Merged r16430(akr), r16431(akr), r16433(akr), r16469(nobu), andyugui2008-08-011-0/+4
* * common.mk (process.o): depends on util.h.nobu2008-07-101-1/+1
* * common.mk: folded longer rulesnobu2008-07-011-2/+4
* * common.mk (RUBY_H_INCLUDES): common headers which are included withnobu2008-06-301-136/+74
* * tool/make-snapshot: do not use sha256sum; use BASERUBY insteadshyouhei2008-06-201-2/+2
* * common.mk (miniruby$(EXEEXT)): $(PREP) isn't always same asnobu2008-06-171-13/+13
* Fixed dependencies on minirubyryan2008-06-171-39/+39
* * common.mk (encs): need to pass miniruby path for windows.usa2008-06-111-1/+1
* * common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb.akr2008-06-091-1/+1
* * test_knownbug.rb -> KNOWNBUGS.rb: renamed.ko12008-06-091-1/+1
* * bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved.ko12008-06-091-1/+4
* * common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877]nobu2008-05-301-8/+7