Age | Commit message (Expand) | Author |
2003-08-02 | Better description of how uncompressed file name is generated. | Todd C. Miller |
2003-08-01 | cleanup; | Jason McIntyre |
2003-07-31 | Wrap a long line | Otto Moerbeek |
2003-07-31 | Welcome BSD gzexe(1). | Otto Moerbeek |
2003-07-31 | A new, BSD licensed gzexe(1). | Otto Moerbeek |
2003-07-31 | The manual page for the new, BSD licensed gzexe(1). | Otto Moerbeek |
2003-07-29 | Instead of checking for "stdout" in decompress(), just do the check | Todd C. Miller |
2003-07-29 | Bye bye GNU zforce(1), welcome BSD zforce(1). | Otto Moerbeek |
2003-07-29 | BSD licensed manual page for zforce(1). Some suggestions by jmc@. | Otto Moerbeek |
2003-07-29 | Add $OpenBSD$ | Otto Moerbeek |
2003-07-29 | A new, BSD licensed version of the zforce(1) script. | Otto Moerbeek |
2003-07-29 | Check cat, not pipin when deciding whether or not to make use | Todd C. Miller |
2003-07-27 | Return FAILURE for "file would grow" case so the .gz file gets removed. | Todd C. Miller |
2003-07-25 | o deal with the case where -N was specified but no saved mtime in the gz file | Todd C. Miller |
2003-07-20 | document exit values | Todd C. Miller |
2003-07-18 | Previously, "cat" mode (ie: zcat) was set if no input file was specified, | Todd C. Miller |
2003-07-18 | Change "nosave" back into a boolean for improved grokability. | Todd C. Miller |
2003-07-17 | two calls is less than a loop for two; millert@ ok | Michael Shalayeff |
2003-07-17 | o implement -l, -n and -N (including setting outfile + mtime) | Todd C. Miller |
2003-07-15 | Don't compress a file that already has a known compression prefix. | Todd C. Miller |
2003-07-14 | Improved (and cleaner) suffix handling code. Now "gunzip foo.tgz" | Todd C. Miller |
2003-07-14 | -t and implied -c due to piped in input is a legal combination of flags | Michael Shalayeff |
2003-07-13 | Small tweaks from jmc@ | Todd C. Miller |
2003-07-13 | Install zdiff.1; noted by marc@ | Todd C. Miller |
2003-07-12 | Add zdiff | Todd C. Miller |
2003-07-11 | No longer need to assume -g when reading from stdin. | Todd C. Miller |
2003-07-11 | Move magic number checking into main.c and make it work when | Todd C. Miller |
2003-07-10 | add missing includes | David Krause |
2003-07-08 | fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok | Michael Shalayeff |
2003-06-30 | Make usage() take the exit val are an argument and have the -h flag | Todd C. Miller |
2003-06-29 | Return EINVAL on crc failure for gzip and make the driver program | Todd C. Miller |
2003-06-27 | Fix bug in put_int32() on big endian cpus; deraadt@ OK | Todd C. Miller |
2003-06-27 | Fix -t mode; it needs to set decomp=1 too | Todd C. Miller |
2003-06-23 | some cleanups | Theo de Raadt |
2003-06-23 | - further document differences between compress and gzip | Jason McIntyre |
2003-06-23 | sort .Xr's in SEE ALSO; | Jason McIntyre |
2003-06-23 | Fix a typo in my last commit and convert file "-" to /dev/stdin like | Todd C. Miller |
2003-06-23 | install zmore | Todd C. Miller |
2003-06-23 | Make zmore read from stdin when no files are specified and try to | Todd C. Miller |
2003-06-23 | When trying to cat a non-file, say "foo not a regular file" instead of | Todd C. Miller |
2003-06-23 | Add a simple zmore; man page and Makefile changes to be added later | Todd C. Miller |
2003-06-22 | man page changes from jmc: use this as gzip too | Theo de Raadt |
2003-06-22 | knf and ansi | Theo de Raadt |
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 |