Age | Commit message (Expand) | Author |
2003-07-31 | Print a maximum of one invalid line number warning per patch in a patch file. | Otto Moerbeek |
2003-07-30 | Add POSIX -i option; tedu@ OK | Todd C. Miller |
2003-07-30 | Make prompting POSIX-compliant. POSIX states "The patch utility | Todd C. Miller |
2003-07-29 | o add pathnames.h | Todd C. Miller |
2003-07-28 | minor knf and cleanups; otto ok | Theo de Raadt |
2003-07-28 | Don't treat consecutive slashes as path components; matches POSIX | Todd C. Miller |
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | Otto Moerbeek |
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek |
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek |
2003-07-28 | Make patch(1) exit value match POSIX and be consistent with diff. | Todd C. Miller |
2003-07-25 | Add POSIX -b option but don't change the default beahvior wrt backups | Todd C. Miller |
2003-07-24 | "options" not "switches"; jmc@ OK | Todd C. Miller |
2003-07-24 | Don't talk about ~ and # suffixes for orig and reject files since we | Todd C. Miller |
2003-07-24 | mdoc version; | Jason McIntyre |
2003-07-23 | New version of invalid line number fix. Passes patch(1) regressions. | Otto Moerbeek |
2003-07-22 | Missed this in the rejname commit. | Todd C. Miller |
2003-07-22 | Make rejname[] static to patch.c and crank its size to NAME_MAX+1 | Todd C. Miller |
2003-07-22 | Use getopt_long() to parse options instead of rolling our own. | Todd C. Miller |
2003-07-22 | just about nothing | Theo de Raadt |
2003-07-22 | nicer | Theo de Raadt |
2003-07-22 | POSIX defines allowed commands as {a,c,d,i,s} but patch was only | Todd C. Miller |
2003-07-22 | More cleanup. | Otto Moerbeek |
2003-07-21 | Back out invalid line number fix. It core dumps in some cases. Problem found by | Otto Moerbeek |
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 |
2003-07-16 | Teach patch how to deal with \ No newline at end of file. | Otto Moerbeek |
2003-07-16 | Do not produce garbage if the patch file contains invalid line numbers. | Otto Moerbeek |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy |
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 |
2003-04-08 | strcpy trashing, help from tedu; ok tedu | Theo de Raadt |
2003-04-06 | another asprintf() simplifies things further | Todd C. Miller |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-01-06 | typo; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-07-04 | 4 unchecked mallocs; cloder@acm.org | Theo de Raadt |
2002-03-05 | patch(1) is now free, thanks Larry! | Niklas Hallqvist |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2000-12-14 | make patch -f and -b actually skip patches for which the file can't be | Bob Beck |
1999-12-04 | a few more overflows gone | Niels Provos |
1999-12-04 | revert strlcpy to strcpy for one case. | Niels Provos |
1999-12-04 | avoid overflows | Niels Provos |
1999-08-31 | patch file should hold at least one patch, otherwise we're entitled to | Marc Espie |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-01-11 | fix seg fault on sparc | Marco S Hyman |