summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar
Commit message (Collapse)AuthorAgeFilesLines
* 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