summaryrefslogtreecommitdiffstats
path: root/bin/csh/glob.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* blkfree() takes no action for NULL pointer so callers can avoid checking.miko2018-09-081-4/+2
* Replace handrolled xfree() function by directly using free(3)mestre2015-12-261-14/+14
* Remove a needless allocation cast. No binary change.mmcc2015-12-221-2/+2
* miscellaneous cruft:naddy2015-10-261-4/+1
* unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)naddy2015-10-261-7/+1
* remove -DFILEC; code does not compile for the -UFILEC case, and anyways,deraadt2015-06-171-3/+1
* remove ptr_t typedef. void * is good enough for csh.tedu2015-02-081-2/+2
* delete lots of unnecessary ptr_t casts, and drop a little NULL in as welltedu2015-02-081-14/+14
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-9/+10
* Use reallocarray() and remove a few archaic memory allocation practices.deraadt2014-10-161-19/+13
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* protosderaadt2003-06-251-3/+3
* de-register and ansify functionsderaadt2003-06-111-54/+30
* 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-8/+10
* knftodd2002-06-091-6/+6
* 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-11/+11
* GLOB_ABEND -> GLOB_ABORTEDmillert1997-09-011-3/+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/+945