Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | another asprintf() simplifies things further | 2003-04-06 | 1 | -7/+3 | ||
| | ||||||
* | string fixes; ok miod henning | 2003-04-05 | 4 | -41/+27 | ||
| | ||||||
* | copyrights added; | 2003-02-18 | 1 | -1/+21 | ||
| | | | | | | ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano | |||||
* | typo; jmc@prioris.mini.pw.edu.pl | 2003-01-06 | 1 | -3/+3 | ||
| | ||||||
* | 4 unchecked mallocs; cloder@acm.org | 2002-07-04 | 2 | -4/+14 | ||
| | ||||||
* | patch(1) is now free, thanks Larry! | 2002-03-05 | 2 | -6/+36 | ||
| | ||||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -6/+1 | ||
| | ||||||
* | kill more registers | 2001-11-19 | 1 | -32/+32 | ||
| | | | | millert@ ok | |||||
* | make patch -f and -b actually skip patches for which the file can't be | 2000-12-14 | 1 | -2/+3 | ||
| | | | | found, instead of claiming it will and erroring out anyway. | |||||
* | a few more overflows gone | 1999-12-04 | 2 | -43/+22 | ||
| | ||||||
* | revert strlcpy to strcpy for one case. | 1999-12-04 | 1 | -3/+3 | ||
| | ||||||
* | avoid overflows | 1999-12-04 | 3 | -21/+28 | ||
| | ||||||
* | patch file should hold at least one patch, otherwise we're entitled to | 1999-08-31 | 1 | -2/+6 | ||
| | | | | a diagnostic. | |||||
* | - remove trailing white space | 1999-06-05 | 1 | -3/+3 | ||
| | | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||||
* | fix seg fault on sparc | 1999-01-11 | 1 | -3/+3 | ||
| | ||||||
* | Use libc basename(3) and dirname(3) instead of defining our own. Also clean up some nasty assumptions that basename() returns a pointer that lies within its argument | 1999-01-03 | 5 | -84/+31 | ||
| | ||||||
* | back out last change, other parts of patch rely on basename() returning a ptr to a part of name, not a new string | 1999-01-03 | 1 | -3/+53 | ||
| | ||||||
* | we have basename(3) and dirname(3) in libc (albeit with slightly different semantics | 1999-01-03 | 1 | -53/+3 | ||
| | ||||||
* | add -C | 1998-11-25 | 4 | -27/+62 | ||
| | ||||||
* | Start of -Wall and cleaning up icky bits. | 1997-09-22 | 6 | -38/+44 | ||
| | ||||||
* | I hate static buffer sizes! Prolongue the max length of a line to 8K | 1997-09-06 | 1 | -2/+2 | ||
| | | | | (from 1K which a patch in ports/print/ghostscript5 had a line longer than). | |||||
* | *** empty log message *** | 1997-06-24 | 1 | -1/+2 | ||
| | ||||||
* | From FreeBSD 1.7 by markm. The log message: | 1997-04-03 | 1 | -5/+5 | ||
| | | | | | | | | | | | | | | | | 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. | |||||
* | rindex -> strrchr | 1997-01-17 | 1 | -2/+2 | ||
| | ||||||
* | more r?index -> strr?chr | 1997-01-17 | 1 | -4/+4 | ||
| | ||||||
* | r?index -> strr?chr | 1997-01-17 | 1 | -3/+3 | ||
| | ||||||
* | sprintf -> snprintf except where guaranteed safe. | 1996-09-24 | 5 | -34/+35 | ||
| | ||||||
* | Use mkstemp(). Since temp files get re-used we use mkstemp() to make | 1996-09-24 | 2 | -9/+18 | ||
| | | | | | us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that. | |||||
* | undo last; mkstemp is *hard* to do in here | 1996-09-23 | 2 | -16/+10 | ||
| | ||||||
* | Be slightly safer opening temp files. | 1996-09-15 | 2 | -10/+16 | ||
| | ||||||
* | undo mktemp cleanup until i get it right | 1996-07-01 | 3 | -27/+13 | ||
| | ||||||
* | mktemp w/ open & fdopen | 1996-06-25 | 4 | -14/+30 | ||
| | ||||||
* | Support the long options that FSF's patch version has. $OpenBSD$ added | 1996-06-10 | 19 | -46/+130 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 21 | -0/+5160 | ||