musl/src/dirent
Rich Felker fbffcee63d add (currently stubbed due to stubbed strverscmp) versionsort function
based on patch by Emil Renner Berthing, with minor changes to dirent.h
for LFS64 and organization of declarations

this code should work unmodified once a real strverscmp is added, but
I've been hesitant to add it because the GNU strverscmp behavior is
harmful in a lot of cases (for instance if you have numeric filenames
in hex). at some point I plan on trying to design a variant of the
algorithm that behaves better on a mix of filename styles.
2012-06-13 11:14:38 -04:00
..
__dirent.h ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
__getdents.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
alphasort.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
closedir.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
dirfd.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fdopendir.c fix errno value when fdopendir is given an invalid file descriptor 2011-07-21 21:15:14 -04:00
opendir.c optimize opendir using O_CLOEXEC 2011-06-25 01:38:25 -04:00
readdir.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
readdir_r.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
rewinddir.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
scandir.c fix handling of d_name in struct dirent 2011-06-06 18:04:28 -04:00
seekdir.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
telldir.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
versionsort.c add (currently stubbed due to stubbed strverscmp) versionsort function 2012-06-13 11:14:38 -04:00