summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
AgeCommit message (Expand)Author
2005-09-06* lib/mkmf.rb (what_type?): guesstimate type.nobu
2005-08-30* lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu
2005-08-05* lib/mkmf.rb (create_makefile): need to convert path separetorusa
2005-07-12* lib/mkmf.rb: keep curdir unexpanded.nobu
2005-06-07* lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.nobu
2005-05-27* lib/mkmf.rb: use the semicolon as the path separatoreban
2005-05-13* ext/extmk.rb: keep srcdir unexpanded.nobu
2005-05-07* lib/mkmf.rb (have_var): no libs argument is given.nobu
2005-04-20* configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improvenobu
2005-04-20* lib/mkmf.rb (create_makefile): support platforms have file separatornobu
2005-04-11* lib/mkmf.rb (configuration): shouldn't output hdrdir twice.usa
2005-04-08* ext/extmk.rb (extmake): hdrdir needs to be defined also innobu
2005-04-07* ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu
2005-04-02* lib/mkmf.rb (create_makefile): ensure library directories get madenobu
2005-04-02* configure.in (CP, INSTALL): get rid of less portable options.nobu
2005-03-31* lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on casenobu
2005-03-24* lib/mkmf.rb (macro_defined?): try to compile for an old compilernobu
2005-03-20* lib/mkmf.rb (mkmf_failed): check if Makefile is created withoutnobu
2005-03-05* lib/mkmf.rb (create_makefile): allow putting spaces between targetnobu
2005-02-22* lib/mkmf.rb (mkmf_failed): fixed typo.kou
2005-02-22* configure.in, lib/mkmf.rb: use simple commands if available.nobu
2005-02-19* lib/mkmf.rb (create_makefile): reverted wrongly removed lines.nobu
2005-02-19* ext/extmk.rb (extract_makefile): remove no longer existing installednobu
2005-02-10* lib/mkmf.rb (create_makefile): fix typo.usa
2005-02-10* bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu
2005-02-06* lib/mkmf.rb (with_cppflags, with_cflags, with_ldflags): keep flagsnobu
2005-02-06* ext/extmk.rb (extract_makefile): extract previously collectednobu
2005-01-31* Makefile.in, configure.in: made EXTOUT configurable.nobu
2004-12-16* lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extensionnobu
2004-12-08* process.c (rb_spawn): support for DJGPP.eban
2004-10-16* lib/mkmf.rb (create_makefile): install-rb is needed for staticallynobu
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-08-20* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu
2004-07-13* lib/mkmf.rb (init_mkmf): Do not add $(libdir) to $LIBPATH inknu
2004-06-28* configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu
2004-06-26* lib/mkmf.rb (libpathflag): should not quote here.nobu
2004-06-26* lib/mkmf.rb (libpathflag, find_header, dir_config): quote directorynobu
2004-05-20* lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-20* lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu
2004-05-12* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu
2004-04-23* lib/mkmf.rb: $hdrdir should not contain macros, for backwardnobu
2004-04-08* ext/extmk.rb (extmake): skip uncompiled extensions.nobu
2004-04-02* ext/extmk.rb (extmake): extract necessary variables for static linknobu
2004-03-24* lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu
2004-03-23* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu
2004-03-19* lib/mkmf.rb ($beos, $solaris): add OS flags.usa
2004-03-18* mkconfig.rb: no longer embed srcdir and compile_dir intonobu
2004-03-12* configure.in (rb_cv_noreturn): default for platforms not supportnobu
2004-03-03* lib/mkmf.rb ($topdir): use compile_dir only when not installed yet.nobu