Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-17 | mention zcat | Michael Shalayeff | |
2000-12-12 | Fix call to getopt(3) -- -S takes an argument; mpech@prosoft.org.lv | Todd C. Miller | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-10 | plug leak | David Leonard | |
2000-03-05 | Various improvements, including a few HISTORY sections added from FreeBSD. | Aaron Campbell | |
1999-11-18 | we don't install zopen.3 | Todd C. Miller | |
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-10-05 | - Put -d in SYNOPSIS. | Aaron Campbell | |
- Fix typo: specifed -> specified. - Some other miscellaneous fixes. | |||
1999-09-26 | remove unneeded changes | Michael Shalayeff | |
1999-09-26 | read/write, and compressor->read/write results are signed values. | Marc Espie | |
Adjust types and error checks, so that error checking actually occurs. [This lets cat garbage|zcat correctly detect bad headers instead of dumping core] | |||
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron 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-04 | improve 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-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-09-10 | proper strncpy | Theo de Raadt | |
1998-03-10 | fix coredump on pipe to uncompress | Michael Shalayeff | |
1998-02-13 | Don't do chflags() if st_flags is zero. Fixes bogus error when | Todd C. Miller | |
uncompressing on an NFS filesystem. Noted by hubertf@channel.regensburg.org | |||
1997-08-19 | Note POSIX 1003.2. | denny | |
1997-08-19 | Check length of filename.Z against PATH_MAX and NAME_MAX (POSIX 1003.2 spec) | denny | |
1997-07-19 | initialization overwrites program name parsing | Michael Shalayeff | |
1997-07-08 | one tiny change | Michael Shalayeff | |
1997-07-08 | restore compress to terminal | Michael Shalayeff | |
fix faild outfile unlink | |||
1997-07-07 | do not install a man page that noone can find the code for | Theo de Raadt | |
1997-07-06 | fix error handling | Michael Shalayeff | |
1997-07-06 | correct program name decoding | Michael Shalayeff | |
1997-07-06 | don't overwrite the gzip for now | Michael Shalayeff | |
1997-07-06 | remove -g | Michael Shalayeff | |
1997-07-06 | do gzip | Michael Shalayeff | |
1997-06-30 | bug fix; charnier | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-10 | install zopen.3 too | Michael Shalayeff | |
1997-01-19 | Minor cleanups to make gcc -Wall happier. | Todd C. Miller | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-09-22 | Add zdopen(); open a file descriptor | Thorsten Lockert | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |