| Commit message (Expand) | Author | Age | Files | Lines |
* | suppress warnings. | naruse | 2012-02-25 | 1 | -9/+8 |
* | * ext/extmk.rb (extract_makefile): should sort after map, not before | usa | 2011-12-08 | 1 | -1/+1 |
* | * ext/extmk.rb (extract_makefile): need to sort the array of current | usa | 2011-12-08 | 1 | -1/+1 |
* | * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake or | drbrain | 2011-11-30 | 1 | -2/+2 |
* | Don't break tests. | naruse | 2011-11-29 | 1 | -2/+2 |
* | * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Object | drbrain | 2011-11-28 | 1 | -2/+2 |
* | * ext/extmk.rb (extract_makefile, extmake): regenerate makefiels | nobu | 2011-11-20 | 1 | -1/+6 |
* | * ext/extmk.rb (extmake): suppresses outputs from extconf.rb. | yugui | 2011-07-03 | 1 | -2/+16 |
* | * ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake. | usa | 2011-03-28 | 1 | -0/+1 |
* | * ext/extmk.rb: nmake substitutes all occurences in macro. | nobu | 2011-03-08 | 1 | -4/+4 |
* | * ext/extmk.rb: workaround for nmake. | nobu | 2011-03-08 | 1 | -4/+4 |
* | * common.mk (configure-ext, build-ext), ext/extmk.rb (extmake): | nobu | 2011-03-08 | 1 | -12/+63 |
* | * ext/extmk.rb: strip current directory prefix. | nobu | 2010-12-29 | 1 | -0/+1 |
* | * ext/extmk.rb: remove $makeflags.defined?, it should be $mflags. | naruse | 2010-12-02 | 1 | -6/+2 |
* | * ext/extmk.rb: define $makeflags.defined? like $mflags. | naruse | 2010-12-02 | 1 | -0/+4 |
* | * lib/mkmf.rb (create_makefile): make extension libraries messages | nobu | 2010-11-17 | 1 | -1/+2 |
* | * ext/extmk.rb (extract_makefile): follow the change of | nobu | 2010-08-07 | 1 | -1/+1 |
* | * ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441. | naruse | 2010-08-03 | 1 | -1/+0 |
* | * ext/purelib.rb: no longer used since the default load path of | nobu | 2010-08-02 | 1 | -1/+0 |
* | * ext/socket/extconf.rb: suppress a warning. | akr | 2010-01-26 | 1 | -8/+8 |
* | * Makefile.in (clean-ext): allow glob patterns. | nobu | 2010-01-19 | 1 | -21/+19 |
* | * ext/extmk.rb: fix for extstatic. | nobu | 2009-12-30 | 1 | -5/+7 |
* | * ext/extmk.rb (command_output): $makeflags are already quoted. | nobu | 2009-11-30 | 1 | -1/+1 |
* | * ext/extmk.rb: use RbConfig instead of Config. | akr | 2009-04-30 | 1 | -1/+1 |
* | * ext/extmk.rb: quotes arguments with spaces always. | nobu | 2009-04-03 | 1 | -1/+1 |
* | * ext/extmk.rb (extmake): removes object files no longer used and | nobu | 2009-03-03 | 1 | -1/+4 |
* | * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs and | nobu | 2009-03-03 | 1 | -5/+4 |
* | * ext/extmk.rb (extmake): initialize $objs before extrace_makefile. | nobu | 2009-03-03 | 1 | -0/+1 |
* | * ext/extmk.rb (extmake): removes object files no longer used. | nobu | 2009-03-03 | 1 | -0/+2 |
* | * common.mk (main): passes $(MAKE) to mkmain_cmd | nobu | 2009-03-03 | 1 | -3/+3 |
* | * common.mk (main): split from exts and makes main program after | nobu | 2009-02-24 | 1 | -3/+31 |
* | * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcoded | nobu | 2009-02-01 | 1 | -2/+2 |
* | * ext/extmk.rb (extmake): does not use both of makefile.rb and | nobu | 2009-01-04 | 1 | -5/+4 |
* | * lib/mkmf.rb ($config_h): now always defines for old libraries. | nobu | 2008-10-05 | 1 | -1/+0 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 1 | -1/+1 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -2/+2 |
* | * ext/extmk.rb (extmake): check if compile before showing message. | nobu | 2008-06-19 | 1 | -10/+5 |
* | * ext/extmk.rb: negate default of --without-ext if --with-ext is | nobu | 2008-06-10 | 1 | -2/+6 |
* | * ext/extmk.rb: negate default of --without-ext. | nobu | 2008-06-10 | 1 | -1/+3 |
* | * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT. | nobu | 2008-05-08 | 1 | -1/+2 |
* | * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT. | nobu | 2008-05-08 | 1 | -2/+1 |
* | * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb. | nobu | 2008-05-08 | 1 | -1/+1 |
* | * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if | nobu | 2008-02-26 | 1 | -19/+24 |
* | * common.mk, ext/extmkf.rb: always make encdb.h. | naruse | 2008-01-29 | 1 | -0/+1 |
* | * common.mk (encs): new target to compile external encodings. | nobu | 2007-12-17 | 1 | -9/+0 |
* | * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS to | nobu | 2007-11-28 | 1 | -1/+1 |
* | * ext/extmk.rb (extmake): save all CONFIG values. | nobu | 2007-08-03 | 1 | -16/+43 |
* | * common.mk (realclean): separate local and ext. | nobu | 2007-06-15 | 1 | -3/+11 |
* | * ext/extmk.rb: prepend also topdir to mflags at last. | nobu | 2007-06-10 | 1 | -1/+2 |
* | * Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc. | nobu | 2007-06-10 | 1 | -1/+1 |