summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/acpyacc.y
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated (or remove obsolete) libarchive 2.8 functionsmm2013-03-221-4/+3
| | | | with libarchive 3.0 counterparts
* Fix world after byacc import:bapt2012-05-221-1/+0
| | | | | | | | - old yacc(1) use to magicially append stdlib.h, while new one don't - new yacc(1) do declare yyparse by itself, fix redundant declaration of 'yyparse' Approved by: des (mentor)
* Correct typos in comments, no functional changes.bcr2011-05-201-2/+2
| | | | | | Found by: codespell Reviewed by: kaiw MFC after: 1 week
* Removed ar(1)'s support for compressed archives. This change removeskaiw2010-05-171-1/+1
| | | | | | | | | | | | | | ar(1)'s dependencies on compressor libraries -lz, -lbz2 and -llzma and fixes building HEAD on some versions of FreeBSD[78]. Option -j and -z is now accepted but ignored. Compressed ar(1) archives are not useful without a ld(1) that can read them. Also, the current ar(1) compression scheme prevents random access of archive members and needs to be redesigned anyway. Submitted by: kientzle (original patch) Reviewed by: delphij Discussed on: -current mailing list
* ANSIfy various tools in usr.bin/.ed2010-01-021-6/+6
| | | | | Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well.
* ar only needs to support ar format.kientzle2009-12-291-1/+1
|
* Add support for option "-M", which is used to operate ar(1) in akaiw2008-09-201-0/+662
script mode like the MRI(Microtec Research Inc.) "librarian" program. Originally this option is provided by Binutils ar(1) to ease the transition for developers who are used to writing "librarian" scripts. We added this option to BSD ar(1) because: 1. Further improve the compatibility with Binutils ar(1). 2. There are still a few software using this -M option. (at least one in our ports collection) Suggested by: rink & erwin
OpenPOWER on IntegriCloud