summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-1/+4
* * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu2007-05-031-6/+6
* * ext/extmk.rb ($ruby): add extout directory to include path.nobu2007-04-231-0/+1
* * ext/extmk.rb: Borland make needs also -D flags to override variablesnobu2006-10-191-5/+7
* * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook.nobu2006-10-191-2/+9
* * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu2006-10-091-8/+8
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-3/+1
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-291-1/+1
* * common.mk (no-install): not install rdoc actually.nobu2006-09-211-1/+1
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-9/+1
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-11/+32
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-081-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-1/+1
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-1/+4
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-171-0/+3
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-211-8/+4
* * parse.y (method_call): remove (fn)(args) style lambdamatz2006-06-211-1/+1
* * ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu2006-06-201-2/+6
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+2
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-9/+14
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-1/+7
* * ext/extmk.rb: deal with $static set in extconf.rb.nobu2006-05-241-6/+1
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-171-2/+2
* * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr2006-03-031-1/+1
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-9/+9
* * common.mk (static-ruby): overridable.nobu2005-11-161-4/+6
* * configure.in (RUBY_EXTERN): macro to export symbols in sharednobu2005-10-251-0/+1
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-0/+15
* * ext/extmk.rb: omit non-existing directories.nobu2005-10-161-6/+9
* * extmk.rb (extmake): needs to be wrapped in an Array.nobu2005-08-041-2/+3
* * ext/extmk.rb (extmake): should not modify $mflags for eachnobu2005-08-031-2/+5
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-2/+2
* * eval.c (search_required, rb_require_safe): expand path innobu2005-04-181-3/+3
* * ext/extmk.rb (relative_from): treat mere drive letter as an absolutenobu2005-04-171-1/+2
* * ext/extmk.rb (extmake, parse_args): do not expand destdir.nobu2005-04-171-4/+6
* * ext/extmk.rb (extmake): hdrdir needs to be defined also innobu2005-04-081-0/+1
* * ext/extmk.rb (extmake): top_srcdir is based from ext directory.nobu2005-04-071-1/+1
* * ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu2005-04-071-3/+10
* * ext/extmk.rb (extract_makefile): nothing to be removed when no filenobu2005-03-281-3/+6
* * ext/extmk.rb (parse_args): return false if nothing matched.nobu2005-03-021-0/+1
* * ext/extmk.rb (extract_makefile): remove no longer existing installednobu2005-02-191-2/+8
* * ext/extmk.rb (extract_makefile): default to true if not compilednobu2005-02-101-6/+6
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-061-52/+72
* * Makefile.in, configure.in: made EXTOUT configurable.nobu2005-01-311-1/+2
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-011-3/+2
* * ext/extmk.rb (extmake): extact target prefix from Makefiles.nobu2004-09-021-2/+8
* * ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu2004-05-061-1/+1
* * common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu2004-04-221-4/+5
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-1/+1
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+2