Age | Commit message (Expand) | Author |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-04 | 4 was deleted, should be 3 | Theo de Raadt |
2003-06-03 | three four kills | Michael Shalayeff |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-07 | strlcpy; from Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt |
2003-01-07 | Avoid trashing an existing output file when the input cannot be read. | Todd C. Miller |
2003-01-06 | fix aproblem w/ -oct mix check and compressing /dev/stdin; millert@ ok | Michael Shalayeff |
2002-12-17 | o Implement -r (recursive) option | Todd C. Miller |
2002-12-08 | grop long option names, like gzip. | Michael Shalayeff |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-05-30 | a grammar knit; from Aidan Kehoe <kehoea@parhasard.net> | Michael Shalayeff |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
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 |
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 |
1999-09-26 | remove unneeded changes | Michael Shalayeff |
1999-09-26 | read/write, and compressor->read/write results are signed values. | Marc Espie |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-03-04 | improve i/o handling use 8192 bytes buffer (16384 does not help much) | Michael Shalayeff |
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 |
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 |
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 |
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 |