aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]nobu2008-05-121-1/+1
* * configure.in (MINIRUBY): should not include extension library path.nobu2008-05-111-1/+1
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-081-1/+1
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-081-1/+1
* * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu2008-05-081-1/+5
* * common.mk (prelude.c): depends on enc/prelude.rb.nobu2008-04-081-3/+5
* * encoding.c (enc_init_db): moved to enc/encdb.c.nobu2008-04-071-6/+5
* * common.mk (INSNS): add insns_info.inc.usa2008-04-031-2/+2
* * common.mk (golf_prelude.c): needs .new.nobu2008-04-031-1/+1
* * common.mk (endb.h, transdb.h, prelude.c): depend on $(PREP) andnobu2008-04-031-15/+12
* * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.subnobu2008-04-031-2/+5
* * re.c (rb_memsearch_ss): simple shift search.naruse2008-03-171-0/+2
* * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).naruse2008-03-161-1/+1
* both complex and rational are now builtin classes.tadf2008-03-161-0/+8
* * eval_intern.h (rb_thread_raised_set): use generic flags.nobu2008-03-121-1/+1
* * common.mk (clean-local): WINMAINOBJ is Windows specific.nobu2008-03-111-1/+1
* * common.mk, {bcc,win}32/Makefile.sub (clean-local): removenobu2008-02-241-2/+2
* * common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu2008-02-131-2/+6
* * common.mk (encdb, transdb): depend on $(PREP).naruse2008-02-101-2/+2
* * common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that cannobu2008-01-301-26/+26
* * configure.in, common.mk: fix rule for dmytranscode.o.naruse2008-01-291-1/+1
* * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'.naruse2008-01-291-7/+12
* * dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H):naruse2008-01-291-6/+11
* * tool/ifchange: remove $temp when unchanged.naruse2008-01-291-3/+2
* * common.mk, ext/extmkf.rb: always make encdb.h.naruse2008-01-291-3/+7
* * common.mk ($(srcdir)/revision.h): no need to show ifchange executionusa2008-01-281-1/+1
* * common.mk (up): force to update revision.h.nobu2008-01-281-2/+2
* * common.mk (up): pass MFLAGS.nobu2008-01-281-1/+1
* * common.mk (up): use last changed revision.nobu2008-01-281-2/+2
* * common.mk (help): use double quotes for nmake.usa2008-01-281-11/+11
* *common.mk: add description about "make clean".naruse2008-01-271-1/+2
* *common.mk: add description about "make golf".naruse2008-01-271-0/+1
* * common.mk (help): show major targets.naruse2008-01-271-0/+11
* * common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h.nobu2008-01-251-1/+1
* * common.mk (revision.h): extracts revision number with ``svn info''.nobu2008-01-251-3/+12
* * common.mk: use -Ks when read insns.def. [ruby-dev#33185]naruse2008-01-201-1/+1
* * common.mk (encdb.h): give output file name to make_encdb.rb.nobu2008-01-171-1/+1
* * enc/utf_8.c: renamed as IANA name.nobu2008-01-151-1/+1
* * common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]usa2008-01-151-0/+2
* * common.mk: simplified dummy objects dependencies.nobu2008-01-141-7/+2
* * common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu2008-01-141-1/+5
* * 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