aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-10/+16
* * 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
* * 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
* * ext/extmk.rb: expand path for ext/**/extconf.rb.nobu2005-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
* * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu2005-03-301-65/+193
* * ext/extmk.rb (parse_args): add DESTDIR only when not directednobu2005-03-021-1/+8
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2005-02-061-8/+11
* * ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.usa2005-01-201-2/+3
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-011-2/+2
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-10-281-2/+18
* * ext/extmk.rb: already built-in libraries satisfy dependencies.nobu2004-09-021-1/+3
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-4/+7
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-261-1/+1
* *** empty log message ***nobu2004-01-121-1/+1
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-031-1/+1
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-171-4/+4
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-12/+16
* commit missnobu2003-08-121-1/+1
* * ext/extmk.rb (extmake): compact $extlibs.nobu2003-08-121-6/+5
* * Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu2003-08-121-3/+10
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-7/+15
* * ext/extmk.rb (--no-undefined): annoying option removed.eban2003-08-021-11/+0
* * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban2003-07-291-2/+2
* * lib/mkmf.rb (rm_f): use FileUtils.nobu2003-07-181-2/+7
* * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban2003-04-241-1/+8
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-1/+1
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-1/+1
* * ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".eban2003-02-101-3/+2
* * instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend aknu2003-01-271-16/+8
* * instruby.rb ($mflags.set?): Check $make instead of $nmake, sinseusa2003-01-261-0/+1
* * instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -nknu2003-01-261-7/+16
* * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu2003-01-251-14/+31
* *** empty log message ***nobu2003-01-051-1/+5
* * ext/extmk.rb (extmake): set $0 temporarily while loadingnobu2003-01-051-10/+14
* * instruby.rb: need paren in regexp(make -n install).eban2003-01-051-11/+9
* * wrong regexp.eban2002-12-311-1/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-8/+21