OpenBSD CVS

src/usr.bin/compress/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / compress

Current tag: OPENBSD_5_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] doc/        
[TXT] Makefile  1.21   17 years  jsg   Add support for zmore being called as zless, same behaviour but pager defaults t...
[TXT] compress.1  1.48   10 years  jmc   use Ex;
[TXT] compress.h  1.12   12 years  deraadt   Remove the rcsid which were intentionally skipped in the "purge of 2009" because...
[TXT] gzexe  1.4   18 years  otto   Ensure we do not compress files we need for decompressing by also checking hard ...
[TXT] gzexe.1  1.6   10 years  jmc   some minor fixes; From: Jan Stary
[TXT] gzip.1  1.14   9 years  deraadt   no more Xr to gzsig
[TXT] gzopen.c  1.28   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] main.c  1.83   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] nullopen.c  1.4   12 years  deraadt   Remove the rcsid which were intentionally skipped in the "purge of 2009" because...
[TXT] zdiff  1.2   20 years  otto   Add $OpenBSD$ ok millert@
[TXT] zdiff.1  1.6   16 years  jmc   convert to new .Dd format;
[TXT] zforce  1.2   20 years  deraadt   spacing
[TXT] zforce.1  1.3   16 years  jmc   convert to new .Dd format;
[TXT] zmore  1.7   10 years  zhuk   When you want more, you say "more". When you want less, you say "less". When yo...
[TXT] zmore.1  1.12   10 years  jmc   +.Xr less 1 ,
[TXT] znew  1.3   18 years  jmc   - sort options and sync usage() - reword CAVEATS whilst here
[TXT] znew.1  1.4   16 years  jmc   convert to new .Dd format;
[TXT] zopen.c  1.20   9 years  tobias   KNF whitespace fix and handle funopen error case. ok millert