summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/backupfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accommodate POSIX basename(3) that takes a non-const parameter andnaddy2020-10-121-4/+15
* unsigned char casts for ctypederaadt2013-11-261-3/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* type police and assorted cleanup. From Lionel Fourquaux; ok ray@otto2006-03-111-5/+6
* spacingderaadt2004-08-051-10/+10
* - use stdbool.h instead of roll-your-own booleansotto2003-08-011-3/+3
* More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h,otto2003-07-281-54/+28
* Make patch(1) exit value match POSIX and be consistent with diff.millert2003-07-281-3/+3
* just about nothingderaadt2003-07-221-3/+3
* More cleanup.otto2003-07-221-13/+17
* fix headerderaadt2003-07-211-2/+2
* knf and other cleanup; ok ottoderaadt2003-07-211-216/+189
* remove junk; ok otto teduderaadt2003-07-181-15/+15
* another asprintf() simplifies things furthermillert2003-04-061-7/+3
* string fixes; ok miod henningderaadt2003-04-051-9/+7
* a few more overflows goneprovos1999-12-041-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-031-53/+3
* 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
* more r?index -> strr?chrmillert1997-01-171-4/+4
* Support the long options that FSF's patch version has. $OpenBSD$ addedniklas1996-06-101-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+341