aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compress
Commit message (Expand)AuthorAgeFilesLines
* -mdoc sweep.Ruslan Ermilov2005-11-181-11/+10
* Several changes: Added a BUGS section with several bugs. AndGary W. Swearingen2005-09-071-26/+94
* Unbreak r1.11 by delhij. Blind change from unsigned to signed charAlexander Kabaev2005-05-181-2/+2
* Consistently use signed char so gcc4 won't complainXin LI2005-05-021-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Bump WARNS level to 6.Tom Rhodes2004-09-101-0/+1
* Fix the NAME section making whatis(1) happy in particular.Ruslan Ermilov2004-07-051-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Don't truncate the output file before making sure that we canTom Rhodes2003-06-141-6/+17
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Spelling.Philippe Charnier2002-10-162-28/+32
* ANSIify function definitions to avoid a warning.David Malone2002-07-282-39/+14
* mdoc(7) police: lint.Ruslan Ermilov2002-05-291-1/+1
* Add a Standards section, and note that compress(1) and uncompress(1) nowTim J. Robbins2002-05-171-1/+8
* As required by SUSv3, a file argument of "-" causes standard inputTim J. Robbins2002-05-172-3/+13
* Compression ratio statistics should be written to stderr instead of stdout.Tim J. Robbins2002-05-171-4/+5
* Use exit status 2 to indicate that the file was not compressed becauseTim J. Robbins2002-05-172-0/+8
* Use `The .Nm utility'Philippe Charnier2002-04-191-6/+9
* compress(1) has an erroneous description of zcat, fixed.Tom Rhodes2002-04-091-8/+7
* unifdef -D__STDC__Warner Losh2002-03-231-28/+3
* remove __PWarner Losh2002-03-223-15/+15
* 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-102-9/+9
* Use __FBSDID().Mark Murray2001-12-022-12/+14
* WARNS=2 fix and 'register' removal.Mark Murray2001-12-023-28/+31
* mdoc(7) police: make double quotes in #include statement visible.Ruslan Ermilov2001-10-011-1/+1
* mdoc(7) police: Fixed the .Ex calls in manpages that describe moreRuslan Ermilov2001-09-111-1/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-3/+5
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Mark some functions as __printflike()Kris Kennaway2001-07-051-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
* From PR submitter:Tim Vanderhoek2000-05-161-2/+2
* Add DIAGNOSTICS section name. SpellingPhilippe Charnier2000-03-263-10/+13
* Tidy up $Log$ debrisPeter Wemm1999-09-061-3/+0
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-0/+2
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-063-4/+6
* Fixed previous commit to actually work. The wrong variable was initializedBruce Evans1998-10-211-3/+4
* Behave like zcat if invoked as zcat. We don't install as zcat; this justMike Smith1998-10-201-2/+5
* Uncompress is under .Nm not .Ar.Philippe Charnier1997-06-301-1/+1
* 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-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Finished adjustments for cleaning up declaration of zopen(). Moving theBruce Evans1996-09-051-0/+2