Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a segfault in scandir for empty directories. After looking over | Eric Andersen | 2002-03-12 | 1 | -65/+77 |
| | | | | | our version, I'm adopting the scandir from glibc (with minor changes) instead as it seems simpler and already correct. | ||||
* | Scrub malloc handling | Eric Andersen | 2002-01-08 | 1 | -8/+12 |
| | |||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 1 | -0/+1 |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | ||||
* | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen | 2001-05-08 | 1 | -4/+5 |
| | | | | sort things as it is supposed to do. | ||||
* | Add in alphasort (working fine) and scandir (just a stub for now). | Eric Andersen | 2001-03-19 | 1 | -0/+79 |
-Erik |