summaryrefslogtreecommitdiff
path: root/libc/misc/glob/glob.c
AgeCommit message (Collapse)Author
2005-07-12import fix from glibc to resolve segfault reported by wmq in Bug 335Mike Frysinger
2003-10-12Don't make two copiesEric Andersen
2003-10-12Sigh. It seems that csh wants glob_pattern_p(), we need toEric Andersen
export it,
2003-04-29uClibc 0.9.19 has a bug in globfree(). If the previous call toEric Andersen
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
2002-04-03Doh! I forgot to commit this...Eric Andersen
2002-02-26A few more little cleanupsEric Andersen
2001-05-09Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen
-Erik
2000-10-11New misc tree that actually has misc stuff in it.Eric Andersen