summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar
Commit message (Collapse)AuthorAgeFilesLines
* $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
| |
* | Old fix from Robert Crowe <bob@speakez.com> that has been sitting indg1995-01-091-1/+3
| | | | | | | | | | | | | | | | my mailbox since early last year. Fixes a problem with running out of fds (by hitting the limit or whatever) when ar is given a long list of objects. The fix was to add a missing close(). Submitted by: Robert Crowe <bob@speakez.com>
* | Subject: ranlib fix for odd length long final file names (PR #82)nate1994-12-231-2/+7
| | | | | | | | Submitted by: Peter Dufault <dufault@hda.com>
* | Fix odd length long namesache1994-12-172-5/+4
| | | | | | | | | | Submitted by: dufault@hda.com also Obtained from: 1.1.5.1
* | Since Rod insists on having this idiotic error message, at least callwollman1994-10-061-1/+1
| | | | | | | | warnx() correctly so we don't get the double newline.
* | More merry makefile munging for man page compatability.wollman1994-08-052-9/+147
| |
* | Cleanup so that make install can run, many install: maninstall changedrgrimes1994-05-301-1/+2
| | | | | | | | to just install:, sperious targets and CLEANFILES removed.
* | This commit was generated by cvs2svn to compensate for changes in r1590,rgrimes1994-05-2716-0/+2142
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2716-0/+2142
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+257
OpenPOWER on IntegriCloud