Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't make two copies | Eric Andersen | 2003-10-12 | 1 | -34/+38 |
| | |||||
* | Sigh. It seems that csh wants glob_pattern_p(), we need to | Eric Andersen | 2003-10-12 | 1 | -5/+3 |
| | | | | export it, | ||||
* | uClibc 0.9.19 has a bug in globfree(). If the previous call to | Eric Andersen | 2003-04-29 | 1 | -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 Andersen | 2002-04-03 | 1 | -3/+3 |
| | |||||
* | A few more little cleanups | Eric Andersen | 2002-02-26 | 1 | -2/+2 |
| | |||||
* | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen | 2001-05-09 | 1 | -963/+451 |
| | | | | -Erik | ||||
* | New misc tree that actually has misc stuff in it. | Eric Andersen | 2000-10-11 | 1 | -0/+1028 |