Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | signal handlers should not call exit() due to possibility of reentering | 2019-08-17 | 1 | -1/+2 | |
| | | | | | libc (stdio etc), instead do the unlink tasks then call _exit() instead ok millert | ||||
* | Remove support for automatically checking files out of RCS. The | 2015-07-26 | 1 | -2/+1 | |
| | | | | | behavior is confusing to users and even GNU patch no longer does it by default. OK krw@ guenther@ | ||||
* | The function savestr allows NULL return values during Plan A patching so in | 2014-12-13 | 1 | -1/+2 | |
| | | | | | | case of out of memory conditions, Plan B can step in. In many cases, NULL value is not properly handled, so use xstrdup here (it's outside Plan A/B patching, which means that even Plan B relies on successful operations). | ||||
* | umask juggling not needed; with Lionel Fourquaux. | 2005-06-20 | 1 | -2/+2 | |
| | | | | ok millert@ espie@ | ||||
* | Do not call out mkdir -p, but reuse the code from mkdir(1). | 2005-05-16 | 1 | -1/+4 | |
| | | | | | | | | | | | Removes the possibility of nasty stuff happening thanks to unquoted arguments in system(1). Also plug a small memory leak. Problems noticed by Lionel Fourquaud. okay millert@, deraadt@ | ||||
* | spacing | 2004-08-05 | 1 | -2/+2 | |
| | |||||
* | o fairly major man page reorganization | 2003-10-31 | 1 | -2/+3 | |
| | | | | | | o add --posix option for strict POSIX conformance o change filename determination to match GNU patch Tested by various people, including a full ports build by naddy@ | ||||
* | Add license from patch.c to original source files missing a license. | 2003-08-15 | 1 | -1/+27 | |
| | | | | ok deraadt@ | ||||
* | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | 2003-07-28 | 1 | -11/+12 | |
| | | | | | | some rewriting of code to make it more readable and more KNF. ok millert@ tedu@ deraadt@ | ||||
* | Add POSIX -b option but don't change the default beahvior wrt backups | 2003-07-25 | 1 | -2/+3 | |
| | | | | yet. The old -b option is now -z (matches GNU patch). | ||||
* | nicer | 2003-07-22 | 1 | -4/+4 | |
| | |||||
* | More cleanup. | 2003-07-22 | 1 | -8/+8 | |
| | | | | ok millert@ tedu@ | ||||
* | fix header | 2003-07-21 | 1 | -1/+1 | |
| | |||||
* | knf and other cleanup; ok otto | 2003-07-21 | 1 | -14/+14 | |
| | |||||
* | remove junk; ok otto tedu | 2003-07-18 | 1 | -76/+13 | |
| | |||||
* | 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 argument | 1999-01-03 | 1 | -2/+1 | |
| | |||||
* | Support the long options that FSF's patch version has. $OpenBSD$ added | 1996-06-10 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+82 | |