Age | Commit message (Expand) | Author |
2023-07-10 | finish v5.36, UList was a bit more work | Marc Espie |
2023-07-08 | cosmetic clean-up of UList.pm, no signatures yet | Marc Espie |
2023-07-08 | move everyone besides UList to use v5.36 | Marc Espie |
2023-07-06 | start moving a few files to use v5.36; | Marc Espie |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2020-02-27 | Fix an off-by-one when -lestdc++ is passed before -lstdc++ | Jeremie Courreges-Anglas |
2019-09-28 | ensure dependency_libs and libdir are defined after parsing .la file. | Sebastien Marie |
2019-01-03 | Drop two unused settings. | Jeremie Courreges-Anglas |
2019-01-03 | No support for vax any more, simplify setup. | Jeremie Courreges-Anglas |
2018-12-11 | teach libtool to build shared libraries with a soname | Sebastien Marie |
2018-10-28 | lld generates DT_RUNPATH elements instead of the older DT_RPATH. | Christian Weisgerber |
2018-08-26 | Handle fork() errors. The Perl fork() wrapper returns undef rather | Christian Weisgerber |
2018-04-07 | have libtool do libtool work, mainly work around exec limitations by | Marc Espie |
2017-07-23 | Recognize '-weak' in our libtool, helps at least xine-lib to build. | Vadim Zhukov |
2017-07-23 | Fix SPLICE in LT::UList, allowing more ports to build. | Vadim Zhukov |
2017-05-27 | Make libtool handle --tag=... inside command line. | Vadim Zhukov |
2017-04-25 | Have libtool ignore 'static-libtool-libs'. Previously it was unsupported and | Stuart Henderson |
2017-01-02 | tweak previous; | Jason McIntyre |
2017-01-01 | Document (a few) differences from the GNU one. | Vadim Zhukov |
2016-12-25 | Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line. | Vadim Zhukov |
2016-11-03 | Also ignore --no-undefined (we already ignore -no-undefined) which is | Antoine Jacoutot |
2016-08-02 | Ignore the -bindir option, meaningless on OpenBSD. | Jeremie Courreges-Anglas |
2016-04-27 | typo: wil -> will | Antoine Jacoutot |
2015-09-21 | Fix a couple of libtool issues: | Antoine Jacoutot |
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-02-02 | m68k has switched to ELF. | Brad Smith |
2013-02-01 | m88k has switched to ELF and has shared libs. | Brad Smith |
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-11-09 | fix get_symbollist: output completely empty file if no symbol. | Marc Espie |
2012-10-27 | mark elf architectures as well | 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 | tidbit | 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-13 | fix shared library lookup... | Marc Espie |
2012-07-12 | common code for deducing libraries. | Marc Espie |
2012-07-12 | okay, now the parser module is totally part of Mode/Link.pm, no reason | Marc Espie |
2012-07-12 | perlify: $_ is subject | Marc Espie |
2012-07-12 | match what stupid gnu libtool is doing, namely -o is not a short option | Marc Espie |