summaryrefslogtreecommitdiff
path: root/usr.bin/compress
AgeCommit message (Expand)Author
2009-04-11Fix -Wcast-qual and -Wsign-compare issueslukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-02-21Fix logic error: memset arguments needs the whole size.joerg
2008-02-20Remove an unused assignment and convert the remaining for (; cond; )joerg
2008-02-20Shrink by using "SysV" or ANSI C memset to init hash table.joerg
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-02-07Remove unused ctype.h header.hubertf
2006-04-09Coverity CID 2536: Clarify the error path further.christos
2006-04-05Rework the way that files are closed and unlinked on error.dsl
2004-07-09Sync usage with man page. From Kouichirou Hiratsuka in PR 26197.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-16Usewiz
2003-01-23And finally, bump date (for -d description).wiz
2003-01-23also add -d to SYNOPSISjdolecek
2003-01-23Add description of -d.grant
2002-05-26ANSIfy.wiz
2002-05-26__STDC__ is always defined on NetBSD. ANSIfy while I'm here.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-01Whitespace cleanup.wiz
2000-10-11More format string cleanup by sommerfeld.is
2000-03-13Fix doubled 'the's.soren
1999-03-24Remove spurious .ne's.mycroft
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1998-10-08Init style to quiet compiler.wsanchez
1998-03-10Attempt to restore a file's flags using chflags() only if the original filekleink
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1997-11-08remove WARNS?=1lukem
1997-10-19Use double, not float.mycroft
1997-10-18getopt returns -1 not EOFlukem
1997-09-15* cleanup for WARNS=1lukem
1997-03-24- Makefile cleanupschristos
1997-01-16stdin and stdout are not regular files; fixes PR bin/3112mikel
1996-10-18Use ${INSTALL}.thorpej
1996-08-20Add missing braces to for-loop to make compress work again after changesabrown
1996-06-30fix lossage caused by compress' usage of /dev/stdout and /dev/stdinmrg
1995-03-26rcsidglass
1995-03-26new rcsid format. what is the format for shell scriptsglass
1994-12-24add zopen declaration.cgd
1994-10-17don't install zcat (as it's now done by gzip), and excise the zcat sectionscgd
1994-10-06Fix RCS id format.mycroft
1994-09-19Don't ignore compress -b information.andrew
1994-06-13clean up import, add rcsid's.cgd
1994-06-13new compress from Litecgd
1993-10-23Both compress and gzip installed themselves as "zcat". I've changed thejtc
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-31Add RCS indentifiers.mycroft
1993-06-24Whose inane idea was it to copy this list?mycroft
1993-06-23Fix fencepost error.mycroft
1993-05-25patch00144 by Julian Stacey <stacey@guug.de>: compress.c had aderaadt