summaryrefslogtreecommitdiff
path: root/usr.bin/patch
AgeCommit message (Expand)Author
2003-07-24"options" not "switches"; jmc@ OKTodd C. Miller
2003-07-24Don't talk about ~ and # suffixes for orig and reject files since weTodd C. Miller
2003-07-24mdoc version;Jason McIntyre
2003-07-23New version of invalid line number fix. Passes patch(1) regressions.Otto Moerbeek
2003-07-22Missed this in the rejname commit.Todd C. Miller
2003-07-22Make rejname[] static to patch.c and crank its size to NAME_MAX+1Todd C. Miller
2003-07-22Use getopt_long() to parse options instead of rolling our own.Todd C. Miller
2003-07-22just about nothingTheo de Raadt
2003-07-22nicerTheo de Raadt
2003-07-22POSIX defines allowed commands as {a,c,d,i,s} but patch was onlyTodd C. Miller
2003-07-22More cleanup.Otto Moerbeek
2003-07-21Back out invalid line number fix. It core dumps in some cases. Problem found byOtto Moerbeek
2003-07-21fix headerTheo de Raadt
2003-07-21remove a bit more junkTheo de Raadt
2003-07-21knfTheo de Raadt
2003-07-21knf and other cleanup; ok ottoTheo de Raadt
2003-07-18remove junk; ok otto teduTheo de Raadt
2003-07-17Fix merge error.Otto Moerbeek
2003-07-16Teach patch how to deal with \ No newline at end of file.Otto Moerbeek
2003-07-16Do not produce garbage if the patch file contains invalid line numbers.Otto Moerbeek
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-04-08oh, and the false protos can goTheo de Raadt
2003-04-08Strcat and Strcpy are no longer usedTheo de Raadt
2003-04-08strcpy trashing, help from tedu; ok teduTheo de Raadt
2003-04-06another asprintf() simplifies things furtherTodd C. Miller
2003-04-05string fixes; ok miod henningTheo de Raadt
2003-02-18copyrights added;Jason McIntyre
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-07-044 unchecked mallocs; cloder@acm.orgTheo de Raadt
2002-03-05patch(1) is now free, thanks Larry!Niklas Hallqvist
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-11-19kill more registersMike Pechkin
2000-12-14make patch -f and -b actually skip patches for which the file can't beBob Beck
1999-12-04a few more overflows goneNiels Provos
1999-12-04revert strlcpy to strcpy for one case.Niels Provos
1999-12-04avoid overflowsNiels Provos
1999-08-31patch file should hold at least one patch, otherwise we're entitled toMarc Espie
1999-06-05- remove trailing white spaceAaron Campbell
1999-01-11fix seg fault on sparcMarco S Hyman
1999-01-03Use libc basename(3) and dirname(3) instead of defining our own. Also clean ...Todd C. Miller
1999-01-03back out last change, other parts of patch rely on basename() returning a ptr...Todd C. Miller
1999-01-03we have basename(3) and dirname(3) in libc (albeit with slightly different se...Todd C. Miller
1998-11-25add -CMarc Espie
1997-09-22Start of -Wall and cleaning up icky bits.Todd C. Miller
1997-09-06I hate static buffer sizes! Prolongue the max length of a line to 8KNiklas Hallqvist
1997-06-24*** empty log message ***dgregor
1997-04-03From FreeBSD 1.7 by markm. The log message:imp
1997-01-17rindex -> strrchrTodd C. Miller
1997-01-17more r?index -> strr?chrTodd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller