Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | o add pathnames.h | Todd C. Miller | |
o ignore empty TMPDIR environment variable o strip any trailing slashes from TMPDIR otto@ OK | |||
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-25 | Add POSIX -b option but don't change the default beahvior wrt backups | Todd C. Miller | |
yet. The old -b option is now -z (matches GNU patch). | |||
2003-07-22 | just about nothing | Theo de Raadt | |
2003-07-22 | POSIX defines allowed commands as {a,c,d,i,s} but patch was only | Todd C. Miller | |
recognizing {a,c,d}. We need to recognize 's' (substitute) for the "dot alone on a line" bug fix in diff(1). | |||
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 | 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-07-17 | Fix merge error. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-16 | Teach patch how to deal with \ No newline at end of file. | Otto Moerbeek | |
From NetBSD. ok deraadt@ | |||
2003-04-08 | strcpy trashing, help from tedu; ok tedu | Theo de Raadt | |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt | |
2000-12-14 | make patch -f and -b actually skip patches for which the file can't be | Bob Beck | |
found, instead of claiming it will and erroring out anyway. | |||
1999-12-04 | avoid overflows | Niels Provos | |
1998-11-25 | add -C | Marc Espie | |
1997-04-03 | From FreeBSD 1.7 by markm. The log message: | imp | |
Priorities were broken. If there was an Index: line and ***/--- lines with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS <blah> Retrieving <blah> diff <blah> *** Makefile <blah> --- Makefile <blah> By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory. | |||
1996-09-24 | sprintf -> snprintf except where guaranteed safe. | Todd C. Miller | |
1996-09-23 | undo last; mkstemp is *hard* to do in here | Theo de Raadt | |
1996-09-15 | Be slightly safer opening temp files. | Todd C. Miller | |
1996-07-01 | undo mktemp cleanup until i get it right | Theo de Raadt | |
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 | |