Age | Commit message (Expand) | Author |
2014-09-05 | recognize install-wrapper as a valid install program | Marc Espie |
2014-04-27 | Fix library search order in our libtool. | Vadim Zhukov |
2014-04-20 | Style improvement based on espie@'s feedback: provide and use | Vadim Zhukov |
2014-04-16 | Whitespace tweaks before further tweaks; no objections from ajacoutot@. | Vadim Zhukov |
2014-04-16 | Make directory ordering in our libtool stable. Fixes quiet a few issues | Vadim Zhukov |
2014-03-31 | Match GNU libtool and properly add -rpath to the linker when linking | Antoine Jacoutot |
2014-03-19 | Remove lexical $_ from libtool in preparation for perl 5.18 | afresh1 |
2014-03-06 | Also accept "install-check" as an install script. This part will | Antoine Jacoutot |
2013-01-10 | Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@ | Todd C. Miller |
2012-11-09 | *really* filter symbols on elf systems: introduce a new "export_symbols" | Marc Espie |
2012-08-27 | a few libtool users are bogus, they confuse --export-symbols with the | Marc Espie |
2012-08-27 | vax does not get -rpath-link, but it also does not really need it. | Marc Espie |
2012-08-04 | zap nonsense code | Marc Espie |
2012-07-18 | style | Marc Espie |
2012-07-13 | minor cleanup | Marc Espie |
2012-07-13 | move stuff around some more, do not load link parts unless we are actually | Marc Espie |
2012-07-12 | okay, now the parser module is totally part of Mode/Link.pm, no reason | Marc Espie |
2012-07-12 | match what stupid gnu libtool is doing, namely -o is not a short option | Marc Espie |
2012-07-12 | allow "long options" to be one letter, enforce with ! | Marc Espie |
2012-07-12 | later | Marc Espie |
2012-07-12 | match gnu-libtool: error out if -L dir is used instead of -Ldir | Marc Espie |
2012-07-11 | duh, idiot | Marc Espie |
2012-07-11 | must check release is defined, it CAN be 0. | Marc Espie |
2012-07-11 | try to make code vaguely sane | Marc Espie |
2012-07-11 | do the ldconfig search dir properly | Marc Espie |
2012-07-10 | ouch, Rresolved and libsearchdirs no longer live in main, so make them | Marc Espie |
2012-07-10 | bye-bye Getopt::Long | Marc Espie |
2012-07-10 | clean-up shit, pull some of LT::Util into ltconfig object | Marc Espie |
2012-07-10 | full support for -static -shared -prefer-pic -prefer-non-pic -fpie* | Marc Espie |
2012-07-09 | longarg: | Marc Espie |
2012-07-09 | extend option parser a bit more: if we pass it a regexp, then we match | Marc Espie |
2012-07-09 | use short accessor | Marc Espie |
2012-07-09 | avoid duplicate -o | Marc Espie |
2012-07-09 | implement help-all | Marc Espie |
2012-07-09 | framework for handling help better | Marc Espie |
2012-07-08 | first use of permuted options | Marc Espie |
2012-07-04 | - start cleaning up options handling: put things into a separate package | Marc Espie |
2012-06-28 | a few minor cleanup and performance tweaks (is_wrapper doesn't need to | Marc Espie |
2012-06-24 | clean-up the mess: move modes into separate files, | Marc Espie |