summaryrefslogtreecommitdiffstats
path: root/bin/csh/parse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some minor issues found by coverity.martijn2018-10-241-2/+2
| | | | OK millert@ and miko@
* backout last week of csh diffs. They are disasterously broken, on i386deraadt2018-09-181-6/+6
| | | | it becomes entirely unusable.
* Replace any() with strchr(3).martijn2018-09-171-6/+6
| | | | OK millert@ and miko@
* Replace handrolled xfree() function by directly using free(3)mestre2015-12-261-13/+13
| | | | OK mmcc@
* delete tons more caststedu2015-02-081-9/+9
|
* delete lots of unnecessary ptr_t casts, and drop a little NULL in as welltedu2015-02-081-13/+13
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-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
* de-register and ansify functionsderaadt2003-06-111-59/+37
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* knftodd2002-06-091-9/+9
|
* 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
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
|
* update rcsidderaadt1996-06-231-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+704