summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=4alfred2002-07-142-3/+2
|
* Add .Pp before enumerating optionscharnier2002-04-192-0/+2
|
* remove __Pimp2002-03-223-22/+22
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-1010-50/+60
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Use __FBSDID().markm2001-12-0210-18/+50
|
* WARNS=2 fixup.markm2001-12-026-12/+15
|
* - When copying into a fixed buffer, bounds checking should occur.arr2001-11-201-2/+3
| | | | PR: bin/31673
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-152-8/+4
|
* Replace the local `rname' with the cannonical `basename'.obrien2001-07-244-13/+11
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-2/+1
|
* Don't attempt to parse %cache2001-03-211-5/+14
|
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-132-18/+19
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-26/+26
|
* Prepare for mdoc(7)NG.ru2001-01-162-2/+2
|
* Prepare for mdoc(7)NG.ru2000-12-271-4/+4
|
* Prepare for mdoc(7)NG.ru2000-12-191-4/+4
|
* mdoc(7) police: added missing .Os call.ru2000-12-141-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-23/+23
|
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Eliminate compiler warnings from -Wallarchie1998-12-0611-16/+16
|
* Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} andbde1998-10-101-3/+3
| | | | | | | installing it clobbers the elf ${MAN1}. The MAN1 -> MAN1aout changes actually work now. Fixed order of MAN* and BINDIR.
* Install the legacy man file in section 1aout.jb1998-09-071-0/+1
|
* Fixed printf format errors.bde1998-07-061-8/+9
|
* ELF preparation step 1:sos1998-05-251-0/+1
| | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow...
* localtime() needs a pointer to time_t which is not necessarily a long.jb1998-02-201-1/+1
| | | | So use a time_t in the chdr structure so that no casts are required.
* kill the undeadpeter1997-07-131-146/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27241,bde1997-07-061-0/+146
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-065-117/+330
| | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| * recording cvs-1.6 file deathpeter1995-12-301-145/+0
| |
* | Convert man page to mdoc format. Cosmetic in usage string.charnier1997-06-233-241/+352
| |
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | | | | | posix standard on the topic.
* | Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | The -q option does not require a list of elements: the command 'ar q foo.a'jmz1996-10-171-2/+2
| | | | | | | | | | is perfectly valid and eventually creates an empty archive. This is consistent with OSF1 V3.x, SunOS 4.x, ULTRIX 4.x and probably others.
* | More ts_nse -> tv_nsec changes following the kernel changes I made earlier.nate1996-09-201-3/+3
| | | | | | | | Submitted by: Chuck Robey <chuckr@glue.umd.edu>
* | [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-292-0/+14
| | | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* | Use the .Bx macro where appropriate.mpp1996-08-231-1/+2
| |
* | General -Wall warning cleanup, part I.jkh1996-07-124-4/+4
| | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* | Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-2/+2
| | | | | | | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
* | Change ar's internal error routine to call err() instead of errx()mpp1996-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that when ar has a problem (like trying to update a read-only archive), you get a message like: ar: xyzzy.a: Permission denined instead of: ar: xyzzy.a Which doesn't really give the user any indication that the operation really did fail. This closes PR# 170.
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-145/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Add setlocale LC_TIMEache1995-10-241-0/+3
| |
* | Back out the change in rev.1.4 and fix the formatting of the changebde1995-09-181-7/+2
| | | | | | | | | | | | in rev.1.3. 1.4 just broke 1.3 for the -x case. This fixes PR 721 and merges archive.c with 4.4Lite2.
* | Replace old strftime format by %c, old format forces "Mon Day",ache1995-08-081-2/+4
| | | | | | | | sequence which can be false for several languages.
* | Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-1/+0
| | | | | | | | which is no longer bogusly installed in /usr/include.
* | Remove trailing whitespace.rgrimes1995-05-3010-19/+19
| |
OpenPOWER on IntegriCloud