summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
AgeCommit message (Expand)Author
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-09* ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,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* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* ext/extmk.rb (extmake): follow Array#to_s.usa
2006-08-31* ruby.h (struct RString): embed small strings.matz
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-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-21* parse.y (method_call): remove (fn)(args) style lambdamatz
2006-06-20* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
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
2006-03-03* lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
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* eval.c (search_required, rb_require_safe): expand path innobu
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-28* ext/extmk.rb (extract_makefile): nothing to be removed when no filenobu
2005-03-02* ext/extmk.rb (parse_args): return false if nothing matched.nobu
2005-02-19* ext/extmk.rb (extract_makefile): remove no longer existing installednobu
2005-02-10* ext/extmk.rb (extract_makefile): default to true if not compilednobu
2005-02-06* ext/extmk.rb (extract_makefile): extract previously collectednobu
2005-01-31* Makefile.in, configure.in: made EXTOUT configurable.nobu
2004-11-01* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban
2004-09-02* ext/extmk.rb (extmake): extact target prefix from Makefiles.nobu
2004-05-06* ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu
2004-04-22* common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu
2004-04-15* ext/extmk.rb: skip linking when libraries to be preloaded notnobu
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-23* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu
2004-03-20* ext/extmk.rb: rm -rf $extout, not extout.eban