aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compress
Commit message (Collapse)AuthorAgeFilesLines
...
* Spelling.Philippe Charnier2002-10-162-28/+32
| | | | Notes: svn path=/head/; revision=105236
* ANSIify function definitions to avoid a warning.David Malone2002-07-282-39/+14
| | | | Notes: svn path=/head/; revision=100820
* mdoc(7) police: lint.Ruslan Ermilov2002-05-291-1/+1
| | | | Notes: svn path=/head/; revision=97494
* Add a Standards section, and note that compress(1) and uncompress(1) nowTim J. Robbins2002-05-171-1/+8
| | | | | | | conform to P1003.1-2001. Notes: svn path=/head/; revision=96774
* As required by SUSv3, a file argument of "-" causes standard inputTim J. Robbins2002-05-172-3/+13
| | | | | | | to be compressed/decompressed to standard output. Notes: svn path=/head/; revision=96772
* Compression ratio statistics should be written to stderr instead of stdout.Tim J. Robbins2002-05-171-4/+5
| | | | Notes: svn path=/head/; revision=96770
* Use exit status 2 to indicate that the file was not compressed becauseTim J. Robbins2002-05-172-0/+8
| | | | | | | its size would not be reduced (SUSv3). Notes: svn path=/head/; revision=96769
* Use `The .Nm utility'Philippe Charnier2002-04-191-6/+9
| | | | Notes: svn path=/head/; revision=95083
* compress(1) has an erroneous description of zcat, fixed.Tom Rhodes2002-04-091-8/+7
| | | | | | | | PR: 36453 No objections from: ru Notes: svn path=/head/; revision=94311
* unifdef -D__STDC__Warner Losh2002-03-231-28/+3
| | | | Notes: svn path=/head/; revision=93055
* remove __PWarner Losh2002-03-223-15/+15
| | | | Notes: svn path=/head/; revision=92920
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-102-9/+9
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=87628
* Use __FBSDID().Mark Murray2001-12-022-12/+14
| | | | | | | | Use a better choice than size_t for vertain variables. Fix some comment alignment. Notes: svn path=/head/; revision=87247
* WARNS=2 fix and 'register' removal.Mark Murray2001-12-023-28/+31
| | | | Notes: svn path=/head/; revision=87214
* mdoc(7) police: make double quotes in #include statement visible.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84303
* mdoc(7) police: Fixed the .Ex calls in manpages that describe moreRuslan Ermilov2001-09-111-1/+1
| | | | | | | | | | than one utility. PR: docs/30437 Submitted by: SUZUKI Koichi <koich@cac.co.jp> Notes: svn path=/head/; revision=83342
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-3/+5
| | | | Notes: svn path=/head/; revision=81586
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Mark some functions as __printflike()Kris Kennaway2001-07-051-2/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=79305
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
| | | | Notes: svn path=/head/; revision=74848
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-2/+2
| | | | Notes: svn path=/head/; revision=68963
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
| | | | Notes: svn path=/head/; revision=68575
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
| | | | | | | <time.h>). Notes: svn path=/head/; revision=66907
* From PR submitter:Tim Vanderhoek2000-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>) Notes: svn path=/head/; revision=60622
* Add DIAGNOSTICS section name. SpellingPhilippe Charnier2000-03-263-10/+13
| | | | Notes: svn path=/head/; revision=58630
* Tidy up $Log$ debrisPeter Wemm1999-09-061-3/+0
| | | | Notes: svn path=/head/; revision=50995
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-3/+6
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48792
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-063-4/+6
| | | | Notes: svn path=/head/; revision=41568
* Fixed previous commit to actually work. The wrong variable was initializedBruce Evans1998-10-211-3/+4
| | | | | | | | earlier (with style bugs of course), so zcat was an alias for uncompress instead of `uncompress -c'. Notes: svn path=/head/; revision=40547
* Behave like zcat if invoked as zcat. We don't install as zcat; this justMike Smith1998-10-201-2/+5
| | | | | | | | | makes us more useful in a tight environment. Submitted by: Wilfredo Sanchez <wsanchez@apple.com> Notes: svn path=/head/; revision=40534
* Uncompress is under .Nm not .Ar.Philippe Charnier1997-06-301-1/+1
| | | | Notes: svn path=/head/; revision=27096
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Finished adjustments for cleaning up declaration of zopen(). Moving theBruce Evans1996-09-051-0/+2
| | | | | | | declaration from <stdio.h> to "zopen.h" left it undeclared here. Notes: svn path=/head/; revision=18053
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17797
* a header file for zopen.3Wolfram Schneider1996-08-203-1/+36
| | | | | | | Pointed out by: Philippe Charnier <charnier@lirmm.fr> Notes: svn path=/head/; revision=17717
* remove zopen, zopen is not part of libc.Wolfram Schneider1996-07-021-0/+3
| | | | Notes: svn path=/head/; revision=16920
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-37/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* Correct the usage of the maxmaxcode so that compress -b 12 works again.Andreas Schulz1995-01-021-2/+2
| | | | | | | Thanks to Dave Rivers for reporting that problem. Notes: svn path=/head/; revision=5342
* Add David River's patch fix to use the passed in number of bits (-b <n>)Jordan K. Hubbard1994-12-311-1/+1
| | | | | | | | properly. Submitted by: rivers Notes: svn path=/head/; revision=5302
* Don't use Berkeley zcat, use more powerful gzip zcat.Garrett Wollman1994-08-051-5/+1
| | | | Notes: svn path=/head/; revision=1873
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-279-0/+2082
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590