summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
AgeCommit message (Expand)Author
2007-08-22 * ext/extmk.rb (extmake): save all CONFIG values.shyouhei
2007-05-22merge -r 12332:12336shyouhei
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
2005-03-02* ext/extmk.rb (parse_args): add DESTDIR only when not directednobu
2005-02-06* mkconfig.rb: no longer embed srcdir and compile_dir intonobu
2005-01-20* ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.usa
2004-11-01* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban
2004-10-28* ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu
2004-09-02* ext/extmk.rb: already built-in libraries satisfy dependencies.nobu
2004-04-15* ext/extmk.rb: skip linking when libraries to be preloaded notnobu
2004-01-26* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu
2004-01-12*** empty log message ***nobu
2003-12-03* ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu
2003-08-17* ext/extmk.rb (extmake): should not force to remake Makefile whennobu
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-12commit missnobu
2003-08-12* ext/extmk.rb (extmake): compact $extlibs.nobu
2003-08-12* Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu
2003-08-06* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu
2003-08-02* ext/extmk.rb (--no-undefined): annoying option removed.eban
2003-07-29* ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban
2003-07-18* lib/mkmf.rb (rm_f): use FileUtils.nobu