summaryrefslogtreecommitdiffstats
path: root/usr.bin/minigzip
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
|
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* mdoc(7) police: markup polishing.ru2002-11-261-1/+1
| | | | Approved by: re
* Actually implement gzip's -c option. minigzip now also doublesjohan2002-10-031-2/+9
| | | | | | | | | | | as zcat properly. PR: 13043 Submitted by: Toshihiko ARAI <toshi@jp.freebsd.org> Jonathan Towne <jontow@twcny.rr.com> Approved by: peter, sheldonh (mentor) MFC After: 2 weeks
* Use `The .Nm utility'charnier2002-04-201-4/+6
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add SEE ALSO section including ref to gzip. Add .An.charnier1998-01-051-5/+10
|
* Fixed .PATH statement so that minigzip.c can be found whenbde1997-12-131-2/+2
| | | | ${.OBJDIR} != ${.CURDIR}.
* This framework builds the 'minigzip' sample program supplied withmsmith1997-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).
OpenPOWER on IntegriCloud