summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
AgeCommit message (Expand)Author
2010-01-19* Makefile.in (clean-ext): allow glob patterns.nobu
2009-12-30* ext/extmk.rb: fix for extstatic.nobu
2009-11-30* ext/extmk.rb (command_output): $makeflags are already quoted.nobu
2009-04-03* ext/extmk.rb: quotes arguments with spaces always.nobu
2009-04-03* common.mk (main): passes $(MAKE) to mkmain_cmdnobu
2009-03-27* ext/extmk.rb: MINIRUBY is given via make-flag.nobu
2009-03-03* ext/extmk.rb (extmake): removes object files no longer used andnobu
2009-03-03* ext/extmk.rb (extmake): removes object files no longer used.nobu
2009-03-03* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu
2009-02-24* common.mk (main): split from exts and makes main program afternobu
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2008-06-19* ext/extmk.rb (extmake): check if compile before showing message.nobu
2008-06-10* ext/extmk.rb: negate default of --without-ext if --with-ext isnobu
2008-06-10* ext/extmk.rb: negate default of --without-ext.nobu
2008-05-23* configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-09-26* ext/extmk.rb (extmake), lib/mkmf.rb (configuration): top_srcdirnobu
2007-08-03* ext/extmk.rb (extmake): save all CONFIG values.nobu
2007-06-15* common.mk (realclean): separate local and ext.nobu
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-04-23* ext/extmk.rb ($ruby): add extout directory to include path.nobu
2007-02-19* configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu
2006-10-19* ext/extmk.rb: Borland make needs also -D flags to override variablesnobu
2006-10-19* bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu
2006-10-01* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu
2006-09-29* ext/extmk.rb: extout is needed for also clean.nobu
2006-09-21* common.mk (no-install): not install rdoc actually.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-08* ext/extmk.rb: Proc#call does not pass the block in 1.8.nobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-07-21* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu
2006-07-17* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu
2006-05-27* ext/extmk.rb (extmake): remove extinit files if no statically linkednobu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24* ext/extmk.rb: deal with $static set in extconf.rb.nobu
2006-05-17* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu
2005-11-16* common.mk (static-ruby): overridable.nobu
2005-10-25* configure.in (RUBY_EXTERN): macro to export symbols in sharednobu
2005-10-22* ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu
2005-10-16* ext/extmk.rb: omit non-existing directories.nobu
2005-08-04* extmk.rb (extmake): needs to be wrapped in an Array.nobu
2005-08-03* ext/extmk.rb (extmake): should not modify $mflags for eachnobu
2005-05-13* ext/extmk.rb: keep srcdir unexpanded.nobu
2005-04-18* ext/extmk.rb: expand path for ext/**/extconf.rb.nobu
2005-04-17* ext/extmk.rb (relative_from): treat mere drive letter as an absolutenobu
2005-04-17* ext/extmk.rb (extmake, parse_args): do not expand destdir.nobu
2005-04-08* ext/extmk.rb (extmake): hdrdir needs to be defined also innobu
2005-04-07* ext/extmk.rb (extmake): top_srcdir is based from ext directory.nobu
2005-04-07* ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu
2005-03-30* Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu