summaryrefslogtreecommitdiff
path: root/usr.bin/compress/gzopen.c
AgeCommit message (Expand)Author
2003-07-17two calls is less than a loop for two; millert@ okMichael Shalayeff
2003-07-17o implement -l, -n and -N (including setting outfile + mtime)Todd C. Miller
2003-07-11Move magic number checking into main.c and make it work whenTodd C. Miller
2003-07-10add missing includesDavid Krause
2003-07-08fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ okMichael Shalayeff
2003-06-29Return EINVAL on crc failure for gzip and make the driver programTodd C. Miller
2003-06-27Fix bug in put_int32() on big endian cpus; deraadt@ OKTodd C. Miller
2003-06-22knf and ansiTheo de Raadt
2003-06-03three four killsMichael Shalayeff
2002-12-08grop long option names, like gzip.Michael Shalayeff
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
1997-07-06do gzipMichael Shalayeff