summaryrefslogtreecommitdiffstats
path: root/bin/csh/str.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes.millert2018-09-181-2/+2
* backout last week of csh diffs. They are disasterously broken, on i386deraadt2018-09-181-2/+2
* strsave() is hard-fail strdup() so simplify and rename to xstrdup().miko2018-09-151-2/+2
* Remove the #define Strfoo() s_strfoo() redirection and move everythingnaddy2015-10-261-13/+13
* Clean up cruft made visible by the NLS unifdefing:naddy2015-10-261-5/+1
* unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)naddy2015-10-261-4/+1
* Use reallocarray() and remove a few archaic memory allocation practices.deraadt2014-10-161-20/+13
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* NUL not NULLderaadt2008-10-031-3/+3
* de-register and ansify functionsderaadt2003-06-111-60/+36
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED.jsyn2003-05-121-53/+2
* strvis -> strnvisvincent2003-04-301-3/+3
* remove final call to Strcpy/s_strcpy; some help from teduderaadt2003-04-151-14/+2
* Strcat/s_strcat is unusedderaadt2003-04-081-17/+2
* bring in strlcpy and strlcat-like things for dealing with Char types,deraadt2003-01-081-5/+68
* knftodd2002-06-091-6/+6
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-7/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* tabifykstailey1997-07-231-3/+3
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+473