summaryrefslogtreecommitdiffstats
path: root/bin/csh/error.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
* blkfree() takes no action for NULL pointer so callers can avoid checking.miko2018-09-081-6/+5
* Passing NULL to free() is fine; from Michael W. Bombardieri.anton2017-12-161-5/+3
* Replace handrolled xfree() function by directly using free(3)mestre2015-12-261-2/+2
* delete many more ptr_t caststedu2015-02-081-2/+2
* incorrect range check, > vs >=, on the error list, spotted by parfaitderaadt2009-11-111-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* documentation tweaks.sobrado2008-05-171-5/+5
* off-by-one; inspired by a netbsd coverity fix; ok deraadt@otto2006-03-171-3/+3
* de-register and ansify functionsderaadt2003-06-111-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-27/+3
* prevent core dumps when stderror() is called before reslab is initializedmickey2000-08-301-3/+3
* spellingtodd1997-11-151-3/+3
* err.[ch] -> error.[ch] and fix err/warn usage.millert1997-09-221-0/+414