summaryrefslogtreecommitdiffstats
path: root/bin/csh/func.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* blkfree() takes no action for NULL pointer so callers can avoid checking.miko2018-09-081-7/+6
* No need to declare variable name as static in dounsetenv(). Also, drop aanton2017-12-181-5/+2
* Passing NULL to free() is fine; from Michael W. Bombardieri.anton2017-12-161-5/+3
* Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminatinganton2017-08-301-2/+3
* Postpone printing of prompt if filec is enabled in csh. Any I/O should beanton2017-07-261-2/+2
* Don't reinvent rlim_t; when printing it use %llu and cast toguenther2016-08-141-16/+14
* Replace handrolled xfree() function by directly using free(3)mestre2015-12-261-16/+16
* Clean up cruft made visible by the NLS unifdefing:naddy2015-10-261-17/+1
* unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)naddy2015-10-261-10/+1
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-2/+1
* delete tons more caststedu2015-02-081-4/+3
* delete lots of unnecessary ptr_t casts, and drop a little NULL in as welltedu2015-02-081-16/+16
* Use reallocarray() and remove a few archaic memory allocation practices.deraadt2014-10-161-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* print vmemoryuse immediately after vmemoryuse in limit outputmillert2004-08-081-5/+5
* vmemsize -> vmemoryuse for consistency with tcsh and document. mickey@ OKmillert2004-08-071-3/+3
* conditional use of RLIMIT_VMEM (like ksh)mickey2004-08-061-2/+5
* print the whole hint for bad limit modifiers. ok otto pedrotedu2004-05-151-3/+5
* protosderaadt2003-06-251-4/+3
* kill printf builtin. no reason to be a builtin, but furthermore, thederaadt2003-06-231-32/+2
* de-register and ansify functionsderaadt2003-06-111-55/+55
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* ansify functions, eliminating prototype declaration warnings; ok deraadt@jsyn2003-05-121-132/+49
* knftodd2002-06-091-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-18/+18
* KNFderaadt2001-12-011-4/+4
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-3/+3
* fix obvious warnings.art2001-06-251-3/+4
* indentderaadt1998-12-161-9/+9
* fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`);deraadt1998-12-161-2/+15
* spellingtodd1997-11-151-3/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* tabifykstailey1997-07-231-3/+3
* (foo *)NULL -> NULLkstailey1997-06-181-3/+3
* update rcsidderaadt1996-06-231-1/+2
* From netbsd:niklas1996-02-171-3/+5
* initial import of NetBSD treederaadt1995-10-181-0/+1523