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