summaryrefslogtreecommitdiff
path: root/usr.bin/ar/ar.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-01-27ar: Avoid overwriting the stdout file stream pointerMark Johnston
2022-01-03ar: accept but ignore 'T' optionEd Maste
2021-12-29ar: deprecate -T optionEd Maste
2021-08-13ar: diff reduction against ELF Tool ChainEd Maste
2021-08-13ar: diff reduction against ELF Tool ChainEd Maste
2021-08-12Revert "ar: diff reduction against ELF Tool Chain"Ed Maste
2021-08-11ar: diff reduction against ELF Tool ChainEd Maste
2021-08-10ar: provide error exit status upon failureEd Maste
2018-06-20usr.bin/ar: use standard 2-Clause FreeBSD licenseEd Maste
2018-06-19usr.bin/ar: remove incorrect SPDX tagsEd Maste
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-06-16ar: enable reproducible output by default when invoked as 'ar -s'Ed Maste
2016-05-19Make code compile when basename() is POSIX compliant.Ed Schouten
2015-08-31ar: Deobfuscate a while loopEd Maste
2015-08-31ar: fix deterministic mode when running as ranlibEd Maste
2015-07-29ar: Fix deterministic mode default with options other than -q or -rEd Maste
2015-07-29ar: enable deterministic mode by defaultEd Maste
2015-07-24ar: add -U (unique) option to disable -D (deterministic) modeEd Maste
2012-02-25Update libarchive to 3.0.3Martin Matuska
2011-05-20Correct typos in comments, no functional changes.Benedict Reuschling
2010-11-28Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generateKai Wang
2010-10-09Add -D (deterministic) option to ar.Tim Kientzle
2010-05-17Removed ar(1)'s support for compressed archives. This change removesKai Wang
2010-01-02ANSIfy various tools in usr.bin/.Ed Schouten
2009-03-20Act like ranlib if our name ends in ranlib. In particular,Tim Kientzle
2008-09-20Add support for option "-M", which is used to operate ar(1) in aKai Wang
2008-03-11GNU ar did NOT implment option -q as a synonym of -r as the manualKai Wang
2008-02-24Since the program is installed as 'bsdranlib', we need toKai Wang
2008-02-21Import ar(1) front-end. (aka 'BSD' ar)Kai Wang
2003-06-27Finish the deorbital burn of the i386-only a.out toolchain.David E. O'Brien
2002-07-14WARNS=4Alfred Perlstein
2002-03-22remove __PWarner Losh
2001-12-10Style improvements recommended by Bruce as a follow up to someDavid Malone
2001-12-02Use __FBSDID().Mark Murray
2001-12-02WARNS=2 fixup.Mark Murray
2001-07-24Replace the local `rname' with the cannonical `basename'.David E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-12-06Eliminate compiler warnings from -WallArchie Cobbs
1997-06-23Convert man page to mdoc format. Cosmetic in usage string.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1996-10-17The -q option does not require a list of elements: the command 'ar q foo.a'Jean-Marc Zucconi
1995-10-24Add setlocale LC_TIMEAndrey A. Chernov
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes