summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
AgeCommit message (Expand)Author
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
2004-03-18* mkconfig.rb: no longer embed srcdir and compile_dir intonobu
2004-02-22* ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]nobu
2004-02-22* ext/extmk.rb: use optparse instead of getopts.nobu
2004-02-21* ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu
2004-02-17* ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu
2004-02-17* ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu
2004-02-09* ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-01-26* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu
2004-01-19* ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa
2004-01-09* ext/extmk.rb (extmake): should not reduce necessary libraries.nobu
2004-01-07* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu
2003-12-28* instruby.rb: fix install directory if destdir and compile_dir areusa
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
2003-04-24* ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-02-10* ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".eban
2003-01-27* instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend aknu
2003-01-26* instruby.rb ($mflags.set?): Check $make instead of $nmake, sinseusa
2003-01-26* instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -nknu
2003-01-25* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu
2003-01-05*** empty log message ***nobu
2003-01-05* ext/extmk.rb (extmake): set $0 temporarily while loadingnobu
2003-01-05* instruby.rb: need paren in regexp(make -n install).eban
2002-12-31* wrong regexp.eban
2002-12-31* Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban
2002-12-30* typofixeban
2002-12-30* ext/extmk.rb: split --make argument contains options, assumenobu
2002-12-26* ext/extmk.rb (create_makefile): check only `-' option.eban
2002-12-11* ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban
2002-11-25* ext/extmk.rb (extmake): return true if not dynamic and not static.eban