summaryrefslogtreecommitdiffstats
path: root/bin/csh/set.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* Fix some minor issues found by coverity.martijn2018-10-241-2/+2
* backout last week of csh diffs. They are disasterously broken, on i386deraadt2018-09-181-4/+3
* Replace any() with strchr(3).martijn2018-09-171-3/+4
* Replace handrolled xfree() function by directly using free(3)mestre2015-12-261-8/+8
* miscellaneous cruft:naddy2015-10-261-24/+2
* unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)naddy2015-10-261-4/+1
* Score a hat trick in code cleanup: #ifdef pdp11, /* confuse lint */,guenther2015-09-291-38/+7
* remove -DFILEC; code does not compile for the -UFILEC case, and anyways,deraadt2015-06-171-5/+1
* delete lots of unnecessary ptr_t casts, and drop a little NULL in as welltedu2015-02-081-8/+8
* Use reallocarray() and remove a few archaic memory allocation practices.deraadt2014-10-161-2/+2
* some includes got lost in the previous commit;schwarze2009-10-281-1/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-16/+1
* de-register and ansify functionsderaadt2003-06-111-102/+59
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* bring in strlcpy and strlcat-like things for dealing with Char types,deraadt2003-01-081-4/+4
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-7/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-12/+12
* KNFderaadt2001-12-011-7/+7
* spellingtodd1997-11-151-5/+5
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+851