summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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