summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/scandir.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a segfault in scandir for empty directories. After looking overEric Andersen2002-03-121-65/+77
| | | | | our version, I'm adopting the scandir from glibc (with minor changes) instead as it seems simpler and already correct.
* Scrub malloc handlingEric Andersen2002-01-081-8/+12
|
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-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 scandirEric Andersen2001-05-081-4/+5
| | | | sort things as it is supposed to do.
* Add in alphasort (working fine) and scandir (just a stub for now).Eric Andersen2001-03-191-0/+79
-Erik