| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-27 | Fix an off-by-one when -lestdc++ is passed before -lstdc++ |  jca | 1 | -2/+2 |
| 2019-09-28 | ensure dependency_libs and libdir are defined after parsing .la file. |  semarie | 1 | -1/+13 |
| 2019-01-03 | Drop two unused settings. |  jca | 1 | -4/+2 |
| 2019-01-03 | No support for vax any more, simplify setup. |  jca | 1 | -14/+4 |
| 2018-12-11 | teach libtool to build shared libraries with a soname |  semarie | 1 | -1/+2 |
| 2018-10-28 | lld generates DT_RUNPATH elements instead of the older DT_RPATH. |  naddy | 1 | -5/+5 |
| 2018-08-26 | Handle fork() errors. The Perl fork() wrapper returns undef rather |  naddy | 1 | -2/+2 |
| 2018-04-07 | have libtool do libtool work, mainly work around exec limitations by |  espie | 1 | -1/+13 |
| 2017-07-23 | Recognize '-weak' in our libtool, helps at least xine-lib to build. |  zhuk | 1 | -2/+4 |
| 2017-07-23 | Fix SPLICE in LT::UList, allowing more ports to build. |  zhuk | 1 | -57/+83 |
| 2017-05-27 | Make libtool handle --tag=... inside command line. |  zhuk | 1 | -1/+2 |
| 2017-04-25 | Have libtool ignore 'static-libtool-libs'. Previously it was unsupported and |  sthen | 1 | -3/+5 |
| 2017-01-02 | tweak previous; |  jmc | 1 | -14/+14 |
| 2017-01-01 | Document (a few) differences from the GNU one. |  zhuk | 1 | -2/+27 |
| 2016-12-25 | Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line. |  zhuk | 2 | -4/+43 |
| 2016-11-03 | Also ignore --no-undefined (we already ignore -no-undefined) which is |  ajacoutot | 1 | -1/+2 |
| 2016-08-02 | Ignore the -bindir option, meaningless on OpenBSD. |  jca | 1 | -2/+3 |
| 2016-04-27 | typo: wil -> will |  ajacoutot | 1 | -2/+2 |
| 2015-09-21 | Fix a couple of libtool issues: |  ajacoutot | 2 | -2/+42 |
| 2014-09-05 | recognize install-wrapper as a valid install program |  espie | 2 | -4/+4 |
| 2014-04-27 | Fix library search order in our libtool. |  zhuk | 2 | -22/+54 |
| 2014-04-20 | Style improvement based on espie@'s feedback: provide and use |  zhuk | 4 | -29/+32 |
| 2014-04-16 | Whitespace tweaks before further tweaks; no objections from ajacoutot@. |  zhuk | 5 | -22/+22 |
| 2014-04-16 | Make directory ordering in our libtool stable. Fixes quiet a few issues |  zhuk | 9 | -95/+261 |
| 2014-03-31 | Match GNU libtool and properly add -rpath to the linker when linking |  ajacoutot | 1 | -1/+20 |
| 2014-03-19 | Remove lexical $_ from libtool in preparation for perl 5.18 |  afresh1 | 6 | -113/+112 |
| 2014-03-06 | Also accept "install-check" as an install script. This part will |  ajacoutot | 3 | -7/+7 |
| 2013-02-02 | m68k has switched to ELF. |  brad | 1 | -2/+2 |
| 2013-02-01 | m88k has switched to ELF and has shared libs. |  brad | 1 | -3/+3 |
| 2013-01-10 | Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@ |  millert | 1 | -1/+5 |
| 2012-11-09 | *really* filter symbols on elf systems: introduce a new "export_symbols" |  espie | 3 | -23/+52 |
| 2012-11-09 | fix get_symbollist: output completely empty file if no symbol. |  espie | 1 | -2/+3 |
| 2012-10-27 | mark elf architectures as well |  espie | 1 | -1/+6 |
| 2012-08-27 | a few libtool users are bogus, they confuse --export-symbols with the |  espie | 1 | -6/+8 |
| 2012-08-27 | vax does not get -rpath-link, but it also does not really need it. |  espie | 1 | -1/+2 |
| 2012-08-04 | zap nonsense code |  espie | 1 | -4/+1 |
| 2012-07-18 | style |  espie | 1 | -10/+10 |
| 2012-07-13 | tidbit |  espie | 1 | -10/+8 |
| 2012-07-13 | minor cleanup |  espie | 2 | -9/+8 |
| 2012-07-13 | move stuff around some more, do not load link parts unless we are actually |  espie | 8 | -385/+412 |
| 2012-07-13 | fix shared library lookup... |  espie | 1 | -27/+44 |
| 2012-07-12 | common code for deducing libraries. |  espie | 3 | -19/+22 |
| 2012-07-12 | okay, now the parser module is totally part of Mode/Link.pm, no reason |  espie | 3 | -322/+298 |
| 2012-07-12 | perlify: $_ is subject |  espie | 1 | -50/+50 |
| 2012-07-12 | match what stupid gnu libtool is doing, namely -o is not a short option |  espie | 2 | -4/+4 |
| 2012-07-12 | allow "long options" to be one letter, enforce with ! |  espie | 2 | -3/+8 |
| 2012-07-12 | later |  espie | 1 | -2/+2 |
| 2012-07-12 | match gnu-libtool: error out if -L dir is used instead of -Ldir |  espie | 1 | -1/+2 |
| 2012-07-12 | deal with -pthread as a "once on" option. |  espie | 3 | -11/+9 |
| 2012-07-12 | unwanted duplicate |  espie | 1 | -2/+1 |