Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accommodate POSIX basename(3) that takes a non-const parameter and | 2020-10-12 | 1 | -4/+15 | |
| | | | | | may modify the string buffer. From Joerg Sonnenberger for DragonFly BSD. ok millert@ | ||||
* | unsigned char casts for ctype | 2013-11-26 | 1 | -3/+4 | |
| | | | | ok krw | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | type police and assorted cleanup. From Lionel Fourquaux; ok ray@ | 2006-03-11 | 1 | -5/+6 | |
| | |||||
* | spacing | 2004-08-05 | 1 | -10/+10 | |
| | |||||
* | - use stdbool.h instead of roll-your-own booleans | 2003-08-01 | 1 | -3/+3 | |
| | | | | | | | | | - fix some -Wall warnings - fix asserts: in some cases remove them, in other cases they have become Internal errors or detection of malformed patch files. - fix some free() related code ok millert@ tedu@ | ||||
* | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | 2003-07-28 | 1 | -54/+28 | |
| | | | | | | some rewriting of code to make it more readable and more KNF. ok millert@ tedu@ deraadt@ | ||||
* | Make patch(1) exit value match POSIX and be consistent with diff. | 2003-07-28 | 1 | -3/+3 | |
| | | | | Comments and OK from otto@ | ||||
* | just about nothing | 2003-07-22 | 1 | -3/+3 | |
| | |||||
* | More cleanup. | 2003-07-22 | 1 | -13/+17 | |
| | | | | ok millert@ tedu@ | ||||
* | fix header | 2003-07-21 | 1 | -2/+2 | |
| | |||||
* | knf and other cleanup; ok otto | 2003-07-21 | 1 | -216/+189 | |
| | |||||
* | remove junk; ok otto tedu | 2003-07-18 | 1 | -15/+15 | |
| | |||||
* | another asprintf() simplifies things further | 2003-04-06 | 1 | -7/+3 | |
| | |||||
* | string fixes; ok miod henning | 2003-04-05 | 1 | -9/+7 | |
| | |||||
* | a few more overflows gone | 1999-12-04 | 1 | -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 argument | 1999-01-03 | 1 | -53/+3 | |
| | |||||
* | back out last change, other parts of patch rely on basename() returning a ptr to a part of name, not a new string | 1999-01-03 | 1 | -3/+53 | |
| | |||||
* | we have basename(3) and dirname(3) in libc (albeit with slightly different semantics | 1999-01-03 | 1 | -53/+3 | |
| | |||||
* | more r?index -> strr?chr | 1997-01-17 | 1 | -4/+4 | |
| | |||||
* | Support the long options that FSF's patch version has. $OpenBSD$ added | 1996-06-10 | 1 | -1/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+341 | |