summaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 21750:shyouhei2009-03-311-1/+1
* merge revision(s) 21749:shyouhei2009-03-271-3/+26
* merge revision(s) 21297:shyouhei2009-02-211-1/+3
* merge revision(s) 14222:14225:shyouhei2008-06-071-1/+1
* merge revision(s) 13695:shyouhei2008-06-071-0/+1
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hshyouhei2007-08-221-0/+1
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.shyouhei2007-08-221-0/+1
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandshyouhei2007-08-221-5/+7
* merge -r 12332:12336shyouhei2007-05-221-0/+3
* merge -c 12206shyouhei2007-05-221-3/+9
* Merge changes between r11913 and r11943 from ruby_1_8.knu2007-02-281-5/+6
* * lib/mkmf.rb: fix typo.usa2006-10-201-1/+1
* * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban2006-10-201-2/+1
* * lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu2006-09-291-1/+6
* * lib/mkmf.rb (try_func): check function pointer first and macro next.nobu2006-09-261-13/+4
* * lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michalnobu2006-09-251-1/+1
* * common.mk (pre-install-doc): create data directory before install.nobu2006-09-201-2/+2
* * lib/mkmf.rb (checking_for): improved the messages.nobu2006-09-161-12/+23
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-8/+14
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-0/+1
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-031-5/+6
* * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu2006-08-171-4/+118
* * lib/mkmf.rb (configuration): typo.usa2006-07-251-1/+1
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-5/+6
* * 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
* * 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/+5
* * 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
* * 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
* * lib/mkmf.rb (create_makefile): support platforms have file separatornobu2005-04-201-1/+11