aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compress/compress.c
Commit message (Expand)AuthorAgeFilesLines
* compress,gzip,xz: Preserve timestamps with nanosecond precision.Jilles Tjoelker2015-02-171-5/+6
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-3/+3
* Mark global functions and/or variables in compress(1) static where possible.Ed Schouten2011-11-061-15/+15
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-2/+2
* Don't truncate the output file before making sure that we canTom Rhodes2003-06-141-6/+17
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-16/+6
* As required by SUSv3, a file argument of "-" causes standard inputTim J. Robbins2002-05-171-1/+8
* 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-171-0/+1
* unifdef -D__STDC__Warner Losh2002-03-231-28/+3
* remove __PWarner Losh2002-03-221-7/+7
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Use __FBSDID().Mark Murray2001-12-021-6/+6
* WARNS=2 fix and 'register' removal.Mark Murray2001-12-021-11/+11
* Mark some functions as __printflike()Kris Kennaway2001-07-051-2/+2
* 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-261-3/+6
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* 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
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Finished adjustments for cleaning up declaration of zopen(). Moving theBruce Evans1996-09-051-0/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+444