aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (create_makefile): prevent substitution of macronobu2006-07-091-1/+1
* * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu2006-07-091-29/+26
* * math.c (log2): may be a macro.nobu2006-06-091-0/+4
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-10/+15
* * lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu2006-06-021-1/+1
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-1/+1
* * lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu2006-05-261-1/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-24/+32
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-241-4/+4
* * lib/mkmf.rb (pkg_config): particular config commands support.nobu2006-05-241-10/+20
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-171-1/+1
* * lib/mkmf.rb (create_makefile): support libraries without *.so.usa2006-03-151-1/+1
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-16/+16
* * lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD.ocean2006-02-051-1/+1
* * lib/mkmf.rb (create_makefile): should not change sodir withocean2005-11-281-1/+1
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-4/+18
* * lib/mkmf.rb (create_makefile): Borland make seems not to allowocean2005-10-201-2/+2
* * lib/mkmf.rb (create_makefile): get rid of a restrictionnobu2005-10-191-1/+2
* * lib/mkmf.rb (create_makefile): do not create unnecessary emptynobu2005-10-191-3/+2
* * lib/mkmf.rb (find_executable0): default path if environment is notnobu2005-09-221-1/+10
* * lib/mkmf.rb (configuration): generalized nmake dependent code.nobu2005-09-211-1/+7
* * lib/mkmf.rb (what_type?): guesstimate type.nobu2005-09-061-0/+55
* * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu2005-08-301-18/+18
* * lib/mkmf.rb (create_makefile): need to convert path separetorusa2005-08-051-1/+11
* * lib/mkmf.rb: keep curdir unexpanded.nobu2005-07-121-2/+5
* * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu2005-06-071-2/+9
* * lib/mkmf.rb: use the semicolon as the path separatoreban2005-05-271-5/+9
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-4/+4
* * lib/mkmf.rb (have_var): no libs argument is given.nobu2005-05-071-2/+0
* * configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improvenobu2005-04-201-1/+7
* * lib/mkmf.rb (create_makefile): support platforms have file separatornobu2005-04-201-1/+11
* * lib/mkmf.rb (configuration): shouldn't output hdrdir twice.usa2005-04-111-1/+1
* * ext/extmk.rb (extmake): hdrdir needs to be defined also innobu2005-04-081-2/+2
* * ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu2005-04-071-7/+8
* * lib/mkmf.rb (create_makefile): ensure library directories get madenobu2005-04-021-3/+4
* * configure.in (CP, INSTALL): get rid of less portable options.nobu2005-04-021-6/+6
* * lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on casenobu2005-03-311-1/+5
* * lib/mkmf.rb (macro_defined?): try to compile for an old compilernobu2005-03-241-6/+13
* * lib/mkmf.rb (mkmf_failed): check if Makefile is created withoutnobu2005-03-201-1/+1
* * lib/mkmf.rb (create_makefile): allow putting spaces between targetnobu2005-03-051-3/+3
* * lib/mkmf.rb (mkmf_failed): fixed typo.kou2005-02-221-2/+2
* * configure.in, lib/mkmf.rb: use simple commands if available.nobu2005-02-221-16/+46
* * lib/mkmf.rb (create_makefile): reverted wrongly removed lines.nobu2005-02-191-0/+3
* * ext/extmk.rb (extract_makefile): remove no longer existing installednobu2005-02-191-22/+28
* * lib/mkmf.rb (create_makefile): fix typo.usa2005-02-101-1/+1
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-101-1/+11
* * lib/mkmf.rb (with_cppflags, with_cflags, with_ldflags): keep flagsnobu2005-02-061-6/+6
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-061-50/+149
* * Makefile.in, configure.in: made EXTOUT configurable.nobu2005-01-311-2/+6
* * lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extensionnobu2004-12-161-1/+2