Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - remove trailing white space | 1999-06-05 | 1 | -3/+3 | ||
| | | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||||
* | fix seg fault on sparc | 1999-01-11 | 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 | 5 | -84/+31 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | add -C | 1998-11-25 | 4 | -27/+62 | ||
| | ||||||
* | Start of -Wall and cleaning up icky bits. | 1997-09-22 | 6 | -38/+44 | ||
| | ||||||
* | I hate static buffer sizes! Prolongue the max length of a line to 8K | 1997-09-06 | 1 | -2/+2 | ||
| | | | | (from 1K which a patch in ports/print/ghostscript5 had a line longer than). | |||||
* | *** empty log message *** | 1997-06-24 | 1 | -1/+2 | ||
| | ||||||
* | From FreeBSD 1.7 by markm. The log message: | 1997-04-03 | 1 | -5/+5 | ||
| | | | | | | | | | | | | | | | | Priorities were broken. If there was an Index: line and ***/--- lines with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS <blah> Retrieving <blah> diff <blah> *** Makefile <blah> --- Makefile <blah> By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory. | |||||
* | rindex -> strrchr | 1997-01-17 | 1 | -2/+2 | ||
| | ||||||
* | more r?index -> strr?chr | 1997-01-17 | 1 | -4/+4 | ||
| | ||||||
* | r?index -> strr?chr | 1997-01-17 | 1 | -3/+3 | ||
| | ||||||
* | sprintf -> snprintf except where guaranteed safe. | 1996-09-24 | 5 | -34/+35 | ||
| | ||||||
* | Use mkstemp(). Since temp files get re-used we use mkstemp() to make | 1996-09-24 | 2 | -9/+18 | ||
| | | | | | 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 here | 1996-09-23 | 2 | -16/+10 | ||
| | ||||||
* | Be slightly safer opening temp files. | 1996-09-15 | 2 | -10/+16 | ||
| | ||||||
* | undo mktemp cleanup until i get it right | 1996-07-01 | 3 | -27/+13 | ||
| | ||||||
* | mktemp w/ open & fdopen | 1996-06-25 | 4 | -14/+30 | ||
| | ||||||
* | Support the long options that FSF's patch version has. $OpenBSD$ added | 1996-06-10 | 19 | -46/+130 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 21 | -0/+5160 | ||