summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* another asprintf() simplifies things furthermillert2003-04-061-7/+3
|
* string fixes; ok miod henningderaadt2003-04-054-41/+27
|
* copyrights added;jmc2003-02-181-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.plderaadt2003-01-061-3/+3
|
* 4 unchecked mallocs; cloder@acm.orgderaadt2002-07-042-4/+14
|
* patch(1) is now free, thanks Larry!niklas2002-03-052-6/+36
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+1
|
* kill more registersmpech2001-11-191-32/+32
| | | | millert@ ok
* make patch -f and -b actually skip patches for which the file can't bebeck2000-12-141-2/+3
| | | | found, instead of claiming it will and erroring out anyway.
* a few more overflows goneprovos1999-12-042-43/+22
|
* revert strlcpy to strcpy for one case.provos1999-12-041-3/+3
|
* avoid overflowsprovos1999-12-043-21/+28
|
* patch file should hold at least one patch, otherwise we're entitled toespie1999-08-311-2/+6
| | | | a diagnostic.
* - remove trailing white spaceaaron1999-06-051-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 sparcmarc1999-01-111-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 argumentmillert1999-01-035-84/+31
|
* back out last change, other parts of patch rely on basename() returning a ptr to a part of name, not a new stringmillert1999-01-031-3/+53
|
* we have basename(3) and dirname(3) in libc (albeit with slightly different semanticsmillert1999-01-031-53/+3
|
* add -Cespie1998-11-254-27/+62
|
* Start of -Wall and cleaning up icky bits.millert1997-09-226-38/+44
|
* I hate static buffer sizes! Prolongue the max length of a line to 8Kniklas1997-09-061-2/+2
| | | | (from 1K which a patch in ports/print/ghostscript5 had a line longer than).
* *** empty log message ***dgregor1997-06-241-1/+2
|
* From FreeBSD 1.7 by markm. The log message:imp1997-04-031-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 -> strrchrmillert1997-01-171-2/+2
|
* more r?index -> strr?chrmillert1997-01-171-4/+4
|
* r?index -> strr?chrmillert1997-01-171-3/+3
|
* sprintf -> snprintf except where guaranteed safe.millert1996-09-245-34/+35
|
* Use mkstemp(). Since temp files get re-used we use mkstemp() to makemillert1996-09-242-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 herederaadt1996-09-232-16/+10
|
* Be slightly safer opening temp files.millert1996-09-152-10/+16
|
* undo mktemp cleanup until i get it rightderaadt1996-07-013-27/+13
|
* mktemp w/ open & fdopenderaadt1996-06-254-14/+30
|
* Support the long options that FSF's patch version has. $OpenBSD$ addedniklas1996-06-1019-46/+130
|
* initial import of NetBSD treederaadt1995-10-1821-0/+5160