summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/patch.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove junk; ok otto teduderaadt2003-07-181-144/+126
|
* Do not produce garbage if the patch file contains invalid line numbers.otto2003-07-161-3/+8
| | | | ok millert@ tedu@
* bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)avsm2003-07-021-6/+6
|
* string fixes; ok miod henningderaadt2003-04-051-20/+6
|
* 4 unchecked mallocs; cloder@acm.orgderaadt2002-07-041-2/+10
|
* patch(1) is now free, thanks Larry!niklas2002-03-051-4/+19
|
* avoid overflowsprovos1999-12-041-5/+9
|
* patch file should hold at least one patch, otherwise we're entitled toespie1999-08-311-2/+6
| | | | a diagnostic.
* add -Cespie1998-11-251-17/+28
|
* Start of -Wall and cleaning up icky bits.millert1997-09-221-2/+7
|
* r?index -> strr?chrmillert1997-01-171-3/+3
|
* sprintf -> snprintf except where guaranteed safe.millert1996-09-241-9/+9
|
* Use mkstemp(). Since temp files get re-used we use mkstemp() to makemillert1996-09-241-6/+14
| | | | | 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-231-10/+6
|
* Be slightly safer opening temp files.millert1996-09-151-6/+10
|
* undo mktemp cleanup until i get it rightderaadt1996-07-011-16/+6
|
* mktemp w/ open & fdopenderaadt1996-06-251-6/+16
|
* Support the long options that FSF's patch version has. $OpenBSD$ addedniklas1996-06-101-5/+79
|
* initial import of NetBSD treederaadt1995-10-181-0/+843