Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-31 | o fairly major man page reorganization | Todd C. Miller | |
o add --posix option for strict POSIX conformance o change filename determination to match GNU patch Tested by various people, including a full ports build by naddy@ | |||
2003-08-15 | Add license from patch.c to original source files missing a license. | Otto Moerbeek | |
ok deraadt@ | |||
2003-08-10 | Do not add an extra newline at the end if the last line of the input | Otto Moerbeek | |
file contains no newline and the diff does not touch the last line. Contributions from millert@. ok millert@ tedu@ | |||
2003-08-01 | - use stdbool.h instead of roll-your-own booleans | Otto Moerbeek | |
- fix some -Wall warnings - fix asserts: in some cases remove them, in other cases they have become Internal errors or detection of malformed patch files. - fix some free() related code ok millert@ tedu@ | |||
2003-07-31 | Print a maximum of one invalid line number warning per patch in a patch file. | Otto Moerbeek | |
Thanks to espie@ for spotting the problem. ok millert@ henning@ espie@ | |||
2003-07-28 | minor knf and cleanups; otto ok | Theo de Raadt | |
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | Otto Moerbeek | |
some rewriting of code to make it more readable and more KNF. ok millert@ tedu@ deraadt@ | |||
2003-07-22 | Missed this in the rejname commit. | Todd C. Miller | |
2003-07-22 | More cleanup. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-21 | fix header | Theo de Raadt | |
2003-07-21 | remove a bit more junk | Theo de Raadt | |
2003-07-21 | knf and other cleanup; ok otto | Theo de Raadt | |
2003-07-18 | remove junk; ok otto tedu | Theo de Raadt | |
2003-04-08 | oh, and the false protos can go | Theo de Raadt | |
2003-04-08 | Strcat and Strcpy are no longer used | Theo de Raadt | |
1999-01-03 | Use libc basename(3) and dirname(3) instead of defining our own. Also clean ↵ | Todd C. Miller | |
up some nasty assumptions that basename() returns a pointer that lies within its argument | |||
1997-09-22 | Start of -Wall and cleaning up icky bits. | Todd C. Miller | |
1997-09-06 | I hate static buffer sizes! Prolongue the max length of a line to 8K | Niklas Hallqvist | |
(from 1K which a patch in ports/print/ghostscript5 had a line longer than). | |||
1997-06-24 | *** empty log message *** | dgregor | |
1997-01-17 | rindex -> strrchr | Todd C. Miller | |
1996-09-24 | sprintf -> snprintf except where guaranteed safe. | Todd C. Miller | |
1996-09-24 | Use mkstemp(). Since temp files get re-used we use mkstemp() to make | Todd C. Miller | |
us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that. | |||
1996-06-25 | mktemp w/ open & fdopen | Theo de Raadt | |
1996-06-10 | Support the long options that FSF's patch version has. $OpenBSD$ added | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |