aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compress
Commit message (Expand)AuthorAgeFilesLines
* Fix descriptor/memory leak in compress(1) codeOleksandr Tymoshenko2019-01-181-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* compress: Allow uncompress -c with multiple pathnames, as required by POSIX.Jilles Tjoelker2017-05-212-1/+23
* compress: Add basic tests.Jilles Tjoelker2017-05-213-0/+187
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-5/+6
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | 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
* - add a missing "be" and "in"Eitan Adler2011-11-111-1/+1
* Mark global functions and/or variables in compress(1) static where possible.Ed Schouten2011-11-061-15/+15
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Fix handling of corrupt compress(1)ed data. [11:04]Bjoern A. Zeeb2011-09-281-6/+17
* Remove $Log$ keyword, which can cause annoyance in diffs in some cases.Ed Maste2011-03-311-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-114-16/+0
* Correct some typos in comments, no functional changes.Benedict Reuschling2010-10-161-1/+1
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-2/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* -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