summaryrefslogtreecommitdiffstats
path: root/usr.bin/libtool/LT/Archive.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style improvement based on espie@'s feedback: provide and usezhuk2014-04-201-3/+2
| | | | | | | LT::UList->new() instead of calling tie() manually. As a bonus, few extra lines in actual code go away. okay espie@ who still thinks that I test things _before_ commit
* Make directory ordering in our libtool stable. Fixes quiet a few issueszhuk2014-04-161-4/+4
| | | | | | | | ajacoutot@, me and probably others were seeing. No fallout in bulk build. Input from espie@ and ajacoutot@. Prodding by ajacoutot@ Bulk test by jasper@
* fix get_symbollist: output completely empty file if no symbol.espie2012-11-091-2/+3
| | | | output slightly more debug info
* more config, sort stuff for easier spottingespie2012-07-101-1/+2
|
* add my copyright, since I'm going to do yet MORE changes...espie2012-07-061-1/+2
|
* - start cleaning up options handling: put things into a separate packageespie2012-07-041-6/+7
| | | | | | | | | | | | that encapsulates accesses to Getopt::Long (which is badly suited for us actually) - simplify LT::Trace syntax - implement --tag checks that mimic actual libtool - add libtool comp support, as per libtool2 (but keep implicit modes as per libtool1) - prevent shell code in nm execution okay jasper@, steven@
* add libtool to base, okay deraadt@, jasper@, millert@...espie2012-06-191-0/+78
(as requested by matthieu@ so we can work on xenocara).