tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
compress
/
at
jcs
19 files
Makefile
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
3 years ago
compress.1
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
3 years ago
compress.h
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
3 years ago
gzexe
Ensure we do not compress files we need for decompressing by also checking hard links. From Andrew Dalgleish. ok deraadt@
20 years ago
gzexe.1
some minor fixes; From: Jan Stary
12 years ago
gzip.1
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
3 years ago
gzopen.c
Fix gzip byte counts with 32-bit integers
3 years ago
main.c
Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz"
2 years ago
nullopen.c
start pulling apart some function pointers that take too many parameters because of excessive code sharing. compression and decompression are not entirely similar, they should share less. ok joerg millert
9 years ago
zdiff
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
zdiff.1
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
zforce
spacing
23 years ago
zforce.1
convert to new .Dd format;
19 years ago
zipopen.c
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
3 years ago
zmore
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
zmore.1
I am retiring my old email address; replace it with my OpenBSD one.
7 years ago
znew
- sort options and sync usage() - reword CAVEATS whilst here
21 years ago
znew.1
convert to new .Dd format;
19 years ago
zopen.c
Remove unused zclose function.
8 years ago