| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (search_required, rb_require_safe): expand path in | nobu | 2005-04-18 | 1 | -3/+3 |
* | * ext/extmk.rb (relative_from): treat mere drive letter as an absolute | nobu | 2005-04-17 | 1 | -1/+2 |
* | * ext/extmk.rb (extmake, parse_args): do not expand destdir. | nobu | 2005-04-17 | 1 | -4/+6 |
* | * ext/extmk.rb (extmake): hdrdir needs to be defined also in | nobu | 2005-04-08 | 1 | -0/+1 |
* | * ext/extmk.rb (extmake): top_srcdir is based from ext directory. | nobu | 2005-04-07 | 1 | -1/+1 |
* | * ext/extmk.rb (extmake): keep directory names in Makefile as macros. | nobu | 2005-04-07 | 1 | -3/+10 |
* | * ext/extmk.rb (extract_makefile): nothing to be removed when no file | nobu | 2005-03-28 | 1 | -3/+6 |
* | * ext/extmk.rb (parse_args): return false if nothing matched. | nobu | 2005-03-02 | 1 | -0/+1 |
* | * ext/extmk.rb (extract_makefile): remove no longer existing installed | nobu | 2005-02-19 | 1 | -2/+8 |
* | * ext/extmk.rb (extract_makefile): default to true if not compiled | nobu | 2005-02-10 | 1 | -6/+6 |
* | * ext/extmk.rb (extract_makefile): extract previously collected | nobu | 2005-02-06 | 1 | -52/+72 |
* | * Makefile.in, configure.in: made EXTOUT configurable. | nobu | 2005-01-31 | 1 | -1/+2 |
* | * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead. | eban | 2004-11-01 | 1 | -3/+2 |
* | * ext/extmk.rb (extmake): extact target prefix from Makefiles. | nobu | 2004-09-02 | 1 | -2/+8 |
* | * ext/extmk.rb: get rid of side effect of Config.expand, patched by | nobu | 2004-05-06 | 1 | -1/+1 |
* | * common.mk, ext/extmk.rb: make ext and .ext get removed by distclean. | nobu | 2004-04-22 | 1 | -4/+5 |
* | * ext/extmk.rb: skip linking when libraries to be preloaded not | nobu | 2004-04-15 | 1 | -1/+1 |
* | * ext/extmk.rb (extmake): skip uncompiled extensions. | nobu | 2004-04-08 | 1 | -0/+2 |
* | * ext/extmk.rb (extmake): extract necessary variables for static link | nobu | 2004-04-02 | 1 | -8/+28 |
* | * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local): | nobu | 2004-03-23 | 1 | -2/+5 |
* | * ext/extmk.rb: rm -rf $extout, not extout. | eban | 2004-03-20 | 1 | -1/+1 |
* | * mkconfig.rb: no longer embed srcdir and compile_dir into | nobu | 2004-03-18 | 1 | -14/+16 |
* | * ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383] | nobu | 2004-02-22 | 1 | -1/+1 |
* | * ext/extmk.rb: use optparse instead of getopts. | nobu | 2004-02-22 | 1 | -35/+37 |
* | * ext/extmk.rb: prefer relative path. [ruby-talk:93037] | nobu | 2004-02-21 | 1 | -9/+27 |
* | * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries. | nobu | 2004-02-17 | 1 | -8/+16 |
* | * ext/extmk.rb (parse_args): delay expanding $(extout) until invoking | nobu | 2004-02-17 | 1 | -6/+10 |
* | * ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout. | nobu | 2004-02-09 | 1 | -7/+7 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, | nobu | 2004-02-09 | 1 | -26/+81 |
* | * ext/extmk.rb: Makefiles should depend on also rbconfig.rb. | nobu | 2004-01-26 | 1 | -1/+1 |
* | * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat, | usa | 2004-01-19 | 1 | -2/+4 |
* | * ext/extmk.rb (extmake): should not reduce necessary libraries. | nobu | 2004-01-09 | 1 | -1/+1 |
* | * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503] | nobu | 2004-01-07 | 1 | -7/+15 |
* | * instruby.rb: fix install directory if destdir and compile_dir are | usa | 2003-12-28 | 1 | -1/+1 |
* | * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb. | nobu | 2003-12-03 | 1 | -1/+1 |
* | * ext/extmk.rb (extmake): should not force to remake Makefile when | nobu | 2003-08-17 | 1 | -4/+4 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -12/+16 |
* | commit miss | nobu | 2003-08-12 | 1 | -1/+1 |
* | * ext/extmk.rb (extmake): compact $extlibs. | nobu | 2003-08-12 | 1 | -6/+5 |
* | * Makefile.in: static link libraries to LIBRUBY_SO with static linked | nobu | 2003-08-12 | 1 | -3/+10 |
* | * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137] | nobu | 2003-08-06 | 1 | -7/+15 |
* | * ext/extmk.rb (--no-undefined): annoying option removed. | eban | 2003-08-02 | 1 | -11/+0 |
* | * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages. | eban | 2003-07-29 | 1 | -2/+2 |
* | * lib/mkmf.rb (rm_f): use FileUtils. | nobu | 2003-07-18 | 1 | -2/+7 |
* | * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED only | eban | 2003-04-24 | 1 | -1/+8 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 1 | -1/+1 |
* | * regex.c (re_compile_pattern): fix previous change. | akr | 2003-03-21 | 1 | -1/+1 |
* | * ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--". | eban | 2003-02-10 | 1 | -3/+2 |
* | * instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend a | knu | 2003-01-27 | 1 | -16/+8 |
* | * instruby.rb ($mflags.set?): Check $make instead of $nmake, sinse | usa | 2003-01-26 | 1 | -0/+1 |