summaryrefslogtreecommitdiff
path: root/usr.bin/compress
AgeCommit message (Collapse)Author
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-03-04improve i/o handling use 8192 bytes buffer (16384 does not help much)Michael Shalayeff
this makes it faster than gzip in uncompress mode.
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-09-10proper strncpyTheo de Raadt
1998-03-10fix coredump on pipe to uncompressMichael Shalayeff
1998-02-13Don't do chflags() if st_flags is zero. Fixes bogus error whenTodd C. Miller
uncompressing on an NFS filesystem. Noted by hubertf@channel.regensburg.org
1997-08-19Note POSIX 1003.2.denny
1997-08-19Check length of filename.Z against PATH_MAX and NAME_MAX (POSIX 1003.2 spec)denny
1997-07-19initialization overwrites program name parsingMichael Shalayeff
1997-07-08one tiny changeMichael Shalayeff
1997-07-08restore compress to terminalMichael Shalayeff
fix faild outfile unlink
1997-07-07do not install a man page that noone can find the code forTheo de Raadt
1997-07-06fix error handlingMichael Shalayeff
1997-07-06correct program name decodingMichael Shalayeff
1997-07-06don't overwrite the gzip for nowMichael Shalayeff
1997-07-06remove -gMichael Shalayeff
1997-07-06do gzipMichael Shalayeff
1997-06-30bug fix; charnierTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-02-10install zopen.3 tooMichael Shalayeff
1997-01-19Minor cleanups to make gcc -Wall happier.Todd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-09-22Add zdopen(); open a file descriptorThorsten Lockert
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt