summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress
Commit message (Collapse)AuthorAgeFilesLines
* From PR submitter:hoek2000-05-161-2/+2
| | | | | | | | | | | | compress uses setfile() to make flags, ownership and mode of the output the same as those of the original. However, if the filesystem holding the output file doesn't support these operations, compress prints a warning. This bites a bit with NFS directories, which always fail the chflags() operation. If the file system doesn't support the operation, then the flags data wasn't valid on the original file anyway, so the warning is spurious. Submitted by: bin/16981 (Peter Edwards <peter.edwards@ireland.com>)
* Add DIAGNOSTICS section name. Spellingcharnier2000-03-263-10/+13
|
* Tidy up $Log$ debrispeter1999-09-061-3/+0
|
* $Header$ -> $FreeBSD$peter1999-08-281-3/+6
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-122-0/+2
| | | | | | | | | | | | | | | | | 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
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-063-4/+6
|
* Fixed previous commit to actually work. The wrong variable was initializedbde1998-10-211-3/+4
| | | | | earlier (with style bugs of course), so zcat was an alias for uncompress instead of `uncompress -c'.
* Behave like zcat if invoked as zcat. We don't install as zcat; this justmsmith1998-10-201-2/+5
| | | | | | makes us more useful in a tight environment. Submitted by: Wilfredo Sanchez <wsanchez@apple.com>
* Uncompress is under .Nm not .Ar.charnier1997-06-301-1/+1
|
* 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-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Finished adjustments for cleaning up declaration of zopen(). Moving thebde1996-09-051-0/+2
| | | | declaration from <stdio.h> to "zopen.h" left it undeclared here.
* Use the .Bx macro where appropriate.mpp1996-08-231-1/+2
|
* a header file for zopen.3wosch1996-08-203-1/+36
| | | | Pointed out by: Philippe Charnier <charnier@lirmm.fr>
* remove zopen, zopen is not part of libc.wosch1996-07-021-0/+3
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-37/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Correct the usage of the maxmaxcode so that compress -b 12 works again.ats1995-01-021-2/+2
| | | | Thanks to Dave Rivers for reporting that problem.
* Add David River's patch fix to use the passed in number of bits (-b <n>)jkh1994-12-311-1/+1
| | | | | properly. Submitted by: rivers
* Don't use Berkeley zcat, use more powerful gzip zcat.wollman1994-08-051-5/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-279-0/+2082
OpenPOWER on IntegriCloud