index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
gzip
Age
Commit message (
Expand
)
Author
2004-01-05
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
jmmv
2004-01-03
prepend_gzip: avoid searching beyond this string
mrg
2004-01-02
Fix off-by-one error in the malloc of the new argv in prepend_gzip().
simonb
2004-01-02
Fix typo in comment.
wiz
2004-01-02
Sort sections. New sentence, new line. Bump date.
wiz
2004-01-02
implement $GZIP handling.
mrg
2004-01-02
note that $GZIP support is missing still
mrg
2004-01-02
allow HAVE_ZLIB_GZOPENFULL to be overriden externally
mrg
2004-01-01
don't dump core in the face of unknown long options. from cjep@
mrg
2004-01-01
.P -> .Pp (typo fix).
wiz
2004-01-01
add some simple -DSMALL support. reduces the size of gzip(1) itself a by
mrg
2004-01-01
port simonb's bzip2 support.
mrg
2003-12-28
Add RCS Id.
wiz
2003-12-28
Add a BSD licensed zgrep written by me.
wiz
2003-12-28
GNU gzip compatibility: don't let "gzip -dc" (zcat) operate on non-gzip
mrg
2003-12-28
fix an error in the previous
mrg
2003-12-28
zdiff is also zcmp (from wiz)
mrg
2003-12-28
No argument necessary after .Nm; add missing comma to enumeration.
wiz
2003-12-28
Use more macros.
wiz
2003-12-28
Uppercase CRT.
wiz
2003-12-28
Add RCS Id.
wiz
2003-12-28
install gzexe, zdiff, zforce, zmore and znew scripts and manual pages.
mrg
2003-12-28
import openbsd z* scripts and manuals.
mrg
2003-12-26
.Pp\n.Pp -> .Pp.
wiz
2003-12-26
--long-options are supported
mrg
2003-12-26
New sentence, new line; avoid &; uppercase CRC.
wiz
2003-12-26
bump .Dd
mrg
2003-12-26
- document --list
mrg
2003-12-26
support gzip -l -v.
mrg
2003-12-26
- print totals for --list.
mrg
2003-12-26
begin to start to support --list.
mrg
2003-12-23
Sort options; no spaces at EOL; limit line lengths.
wiz
2003-12-23
- make this WARNS=3 happy
mrg
2003-12-23
fix markup of --suffix option
jdolecek
2003-12-23
some const-poisoing, depend on bss to set gzipflags[]
jdolecek
2003-12-23
remove one extra backslash from MLINKS
jdolecek
2003-12-23
install gunzip, zcat & gzcat links.
mrg
2003-12-23
delete unused variables
mrg
2003-12-23
import distrib/utils/x_gzip into usr.bin/gzip, with these enhancements:
mrg