summaryrefslogtreecommitdiffstats
path: root/libc/misc/glob/glob.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't make two copiesEric Andersen2003-10-121-34/+38
|
* Sigh. It seems that csh wants glob_pattern_p(), we need toEric Andersen2003-10-121-5/+3
| | | | export it,
* uClibc 0.9.19 has a bug in globfree(). If the previous call toEric Andersen2003-04-291-2/+2
| | | | | | | | | | | glob(...,pglob) used the GLOB_DOOFFS flag to reserve the first pglob->gl_offs slots of pglob->gl_pathv, globfree(pglob) would attempt to free the objects pointed to by those slots. If those objects were not on the heap, the system would crash. The attached patch fixes this. Norm
* Doh! I forgot to commit this...Eric Andersen2002-04-031-3/+3
|
* A few more little cleanupsEric Andersen2002-02-261-2/+2
|
* Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen2001-05-091-963/+451
| | | | -Erik
* New misc tree that actually has misc stuff in it.Eric Andersen2000-10-111-0/+1028