about summary refs log tree commit diff
path: root/include/dirent.h
Commit message (Expand)AuthorAgeFilesLines
* move struct dirent to bits header, allow NAME_MAX to varyRich Felker2020-01-251-12/+2
* add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov2018-01-121-0/+4
* fix various header namespace issues under feature-test-macro controlRich Felker2016-10-201-2/+5
* make brace placement in public header struct definitions consistentRich Felker2016-07-031-2/+1
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-1/+1
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-031-7/+2
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+7
* fix dirent.h with _BSD_SOURCERich Felker2012-08-241-0/+3
* publicly expose getdents api under _BSD_SOURCERich Felker2012-08-131-0/+7
* add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker2012-06-131-0/+5
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-041-1/+1
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-1/+1
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-041-0/+10
* fix handling of d_name in struct direntRich Felker2011-06-061-1/+1
* d_fileno alias for d_ino in direntRich Felker2011-04-031-0/+2
* fix typos in dirent.hRich Felker2011-03-081-2/+2
* add macros for use with d_type extension field in direntRich Felker2011-03-071-0/+14
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+41