| Commit message (Expand) | Author | Age | Files | Lines |
* | recognize install-wrapper as a valid install program |  espie | 2014-09-05 | 2 | -4/+4 |
* | Fix library search order in our libtool. |  zhuk | 2014-04-27 | 2 | -23/+55 |
* | Style improvement based on espie@'s feedback: provide and use |  zhuk | 2014-04-20 | 4 | -29/+32 |
* | Whitespace tweaks before further tweaks; no objections from ajacoutot@. |  zhuk | 2014-04-16 | 5 | -22/+22 |
* | Make directory ordering in our libtool stable. Fixes quiet a few issues |  zhuk | 2014-04-16 | 8 | -94/+259 |
* | Match GNU libtool and properly add -rpath to the linker when linking |  ajacoutot | 2014-03-31 | 1 | -1/+20 |
* | Remove lexical $_ from libtool in preparation for perl 5.18 |  afresh1 | 2014-03-19 | 5 | -109/+108 |
* | Also accept "install-check" as an install script. This part will |  ajacoutot | 2014-03-06 | 2 | -4/+4 |
* | Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@ |  millert | 2013-01-10 | 1 | -1/+5 |
* | *really* filter symbols on elf systems: introduce a new "export_symbols" |  espie | 2012-11-09 | 3 | -23/+52 |
* | fix get_symbollist: output completely empty file if no symbol. |  espie | 2012-11-09 | 1 | -2/+3 |
* | a few libtool users are bogus, they confuse --export-symbols with the |  espie | 2012-08-27 | 1 | -6/+8 |
* | vax does not get -rpath-link, but it also does not really need it. |  espie | 2012-08-27 | 1 | -1/+2 |
* | zap nonsense code |  espie | 2012-08-04 | 1 | -4/+1 |
* | style |  espie | 2012-07-18 | 1 | -10/+10 |
* | tidbit |  espie | 2012-07-13 | 1 | -10/+8 |
* | minor cleanup |  espie | 2012-07-13 | 2 | -9/+8 |
* | move stuff around some more, do not load link parts unless we are actually |  espie | 2012-07-13 | 7 | -380/+406 |
* | fix shared library lookup... |  espie | 2012-07-13 | 1 | -27/+44 |
* | common code for deducing libraries. |  espie | 2012-07-12 | 3 | -19/+22 |
* | okay, now the parser module is totally part of Mode/Link.pm, no reason |  espie | 2012-07-12 | 2 | -320/+297 |
* | perlify: $_ is subject |  espie | 2012-07-12 | 1 | -50/+50 |
* | match what stupid gnu libtool is doing, namely -o is not a short option |  espie | 2012-07-12 | 2 | -4/+4 |
* | allow "long options" to be one letter, enforce with ! |  espie | 2012-07-12 | 2 | -3/+8 |
* | later |  espie | 2012-07-12 | 1 | -2/+2 |
* | match gnu-libtool: error out if -L dir is used instead of -Ldir |  espie | 2012-07-12 | 1 | -1/+2 |
* | deal with -pthread as a "once on" option. |  espie | 2012-07-12 | 3 | -11/+9 |
* | unwanted duplicate |  espie | 2012-07-12 | 1 | -2/+1 |
* | simplify yet a bit more |  espie | 2012-07-12 | 4 | -36/+34 |
* | move a bit of stuff around |  espie | 2012-07-12 | 1 | -9/+8 |
* | duh, idiot |  espie | 2012-07-11 | 1 | -4/+4 |
* | must check release is defined, it CAN be 0. |  espie | 2012-07-11 | 1 | -2/+2 |
* | try to make code vaguely sane |  espie | 2012-07-11 | 2 | -16/+16 |
* | simplify cache code a bit |  espie | 2012-07-11 | 1 | -38/+40 |
* | no need to trace libtool when executing an external command fails. |  espie | 2012-07-11 | 1 | -2/+3 |
* | thinko |  espie | 2012-07-11 | 1 | -2/+1 |
* | fix bug for real. Turns out some libraries (xcb...) have NEEDED that go |  espie | 2012-07-11 | 1 | -5/+19 |
* | do the ldconfig search dir properly |  espie | 2012-07-11 | 1 | -23/+42 |
* | quick fix ? |  espie | 2012-07-10 | 1 | -10/+6 |
* | unconfuse myself. |  espie | 2012-07-10 | 4 | -15/+12 |
* | ouch, Rresolved and libsearchdirs no longer live in main, so make them |  espie | 2012-07-10 | 5 | -34/+59 |
* | move some shit around to (more or less) where it belongs |  espie | 2012-07-10 | 3 | -8/+12 |
* | bye-bye Getopt::Long |  espie | 2012-07-10 | 3 | -69/+74 |
* | clean-up shit, pull some of LT::Util into ltconfig object |  espie | 2012-07-10 | 5 | -22/+20 |
* | full support for -static -shared -prefer-pic -prefer-non-pic -fpie* |  espie | 2012-07-10 | 2 | -15/+42 |
* | pass the option string along as a 4th parameter, in cases canonical is |  espie | 2012-07-10 | 1 | -12/+12 |
* | nit |  espie | 2012-07-10 | 1 | -2/+2 |
* | more config, sort stuff for easier spotting |  espie | 2012-07-10 | 1 | -1/+2 |
* | longarg: |  espie | 2012-07-09 | 2 | -8/+19 |
* | extend option parser a bit more: if we pass it a regexp, then we match |  espie | 2012-07-09 | 2 | -7/+51 |