Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes. | 2018-09-18 | 1 | -2/+2 | |
| | | | | OK deraadt@ | ||||
* | backout last week of csh diffs. They are disasterously broken, on i386 | 2018-09-18 | 1 | -2/+2 | |
| | | | | it becomes entirely unusable. | ||||
* | strsave() is hard-fail strdup() so simplify and rename to xstrdup(). | 2018-09-15 | 1 | -2/+2 | |
| | | | | | | with help from martijn@. ok millert@ martijn@ | ||||
* | Remove the #define Strfoo() s_strfoo() redirection and move everything | 2015-10-26 | 1 | -13/+13 | |
| | | | | directly to Strfoo(). Purely mechanical. ok deraadt@ | ||||
* | Clean up cruft made visible by the NLS unifdefing: | 2015-10-26 | 1 | -5/+1 | |
| | | | | | | | | | * remove setlocale() calls * remove write-only variable AsciiOnly * remove now unused string constants STRLANG, STRLC_CTYPE * remove hardcoded support for ISO8859-1 ok millert@ | ||||
* | unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) | 2015-10-26 | 1 | -4/+1 | |
| | | | | and remove a few unused defines; no binary changes; ok tedu@ zhuk@ | ||||
* | Use reallocarray() and remove a few archaic memory allocation practices. | 2014-10-16 | 1 | -20/+13 | |
| | | | | ok deraadt | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -9/+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 | ||||
* | NUL not NULL | 2008-10-03 | 1 | -3/+3 | |
| | |||||
* | de-register and ansify functions | 2003-06-11 | 1 | -60/+36 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED. | 2003-05-12 | 1 | -53/+2 | |
| | | | | ok tedu@ | ||||
* | strvis -> strnvis | 2003-04-30 | 1 | -3/+3 | |
| | | | | ok millert@ | ||||
* | remove final call to Strcpy/s_strcpy; some help from tedu | 2003-04-15 | 1 | -14/+2 | |
| | |||||
* | Strcat/s_strcat is unused | 2003-04-08 | 1 | -17/+2 | |
| | |||||
* | bring in strlcpy and strlcat-like things for dealing with Char types, | 2003-01-08 | 1 | -5/+68 | |
| | | | | | | this fixes at least 15 buffer overflows; some help from dhartmei. Anyone want to go do the same in ksh, and help with some of the while (*s++ = *p++) loops in here? | ||||
* | knf | 2002-06-09 | 1 | -6/+6 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -7/+3 | |
| | |||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -3/+3 | |
| | |||||
* | tabify | 1997-07-23 | 1 | -3/+3 | |
| | |||||
* | update rcsid | 1996-06-23 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+473 | |