aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/minigzip
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Various whitespace, gammar, and spelling fixes.Tom Rhodes2003-02-241-1/+1
| | | | | | | Approved by: re (blanket) Notes: svn path=/stable/4/; revision=111444
* MFCJohan Karlsson2002-10-271-2/+9
| | | | | | | | | | | | | Actually implement gzip's -c option. minigzip now also doubles as zcat properly. 1.13 of src/lib/libz/minigzip.c 1.8 of src/usr.bin/minigzip/minigzip.1 Approved by: sheldonh (mentor) Notes: svn path=/stable/4/; revision=106062
* The .Nm utilityPhilippe Charnier2002-06-211-4/+6
| | | | Notes: svn path=/stable/4/; revision=98564
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-3/+3
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-1/+1
| | | | Notes: svn path=/stable/4/; revision=73879
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=69768
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add SEE ALSO section including ref to gzip. Add .An.Philippe Charnier1998-01-051-5/+10
| | | | Notes: svn path=/head/; revision=32272
* Fixed .PATH statement so that minigzip.c can be found whenBruce Evans1997-12-131-2/+2
| | | | | | | ${.OBJDIR} != ${.CURDIR}. Notes: svn path=/head/; revision=31702
* This framework builds the 'minigzip' sample program supplied withMike Smith1997-12-132-0/+74
libz. It is a non-GPL-polluted minimal implementation of the 'gzip' command, yielding a 12k executable (vs ~100k for gzip). Notes: svn path=/cvs2svn/branches/MSMITH/; revision=31695