aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ar
Commit message (Expand)AuthorAgeFilesLines
* Add .Pp before enumerating optionsPhilippe Charnier2002-04-192-0/+2
* remove __PWarner Losh2002-03-223-22/+22
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-1010-50/+60
* Use __FBSDID().Mark Murray2001-12-0210-18/+50
* WARNS=2 fixup.Mark Murray2001-12-026-12/+15
* - When copying into a fixed buffer, bounds checking should occur.Andrew R. Reiter2001-11-201-2/+3
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-152-8/+4
* Replace the local `rname' with the cannonical `basename'.David E. O'Brien2001-07-244-13/+11
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-5/+14
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-132-18/+19
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-26/+26
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-162-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-4/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-4/+4
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-141-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-23/+23
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Eliminate compiler warnings from -WallArchie Cobbs1998-12-0611-16/+16
* Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} andBruce Evans1998-10-101-3/+3
* Install the legacy man file in section 1aout.John Birrell1998-09-071-0/+1
* Fixed printf format errors.Bruce Evans1998-07-061-8/+9
* ELF preparation step 1:Søren Schmidt1998-05-251-0/+1
* localtime() needs a pointer to time_t which is not necessarily a long.John Birrell1998-02-201-1/+1
* kill the undeadPeter Wemm1997-07-131-146/+0
* This commit was generated by cvs2svn to compensate for changes in r27241,Bruce Evans1997-07-061-0/+146
|\
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,Bruce Evans1997-07-065-0/+1119
* Convert man page to mdoc format. Cosmetic in usage string.Philippe Charnier1997-06-233-241/+352
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* The -q option does not require a list of elements: the command 'ar q foo.a'Jean-Marc Zucconi1996-10-171-2/+2
* More ts_nse -> tv_nsec changes following the kernel changes I made earlier.Nate Williams1996-09-201-3/+3
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-292-0/+14
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-1/+2
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-124-4/+4
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-081-2/+2
* Change ar's internal error routine to call err() instead of errx()Mike Pritchard1996-01-221-1/+1
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-145/+0
* Add setlocale LC_TIMEAndrey A. Chernov1995-10-241-0/+3
* Back out the change in rev.1.4 and fix the formatting of the changeBruce Evans1995-09-181-7/+2
* Replace old strftime format by %c, old format forces "Mon Day",Andrey A. Chernov1995-08-081-2/+4
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-1/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-3010-19/+19
* Old fix from Robert Crowe <bob@speakez.com> that has been sitting inDavid Greenman1995-01-091-1/+3
* Subject: ranlib fix for odd length long final file names (PR #82)Nate Williams1994-12-231-2/+7