summaryrefslogtreecommitdiff
path: root/include/dirent.h
AgeCommit message (Expand)AuthorLines
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-1/+1
2012-12-03feature test macros: make _GNU_SOURCE enable everythingRich Felker-7/+2
2012-09-07default features: make musl usable without feature test macrosRich Felker-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+7
2012-08-24fix dirent.h with _BSD_SOURCERich Felker-0/+3
2012-08-13publicly expose getdents api under _BSD_SOURCERich Felker-0/+7
2012-06-13add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker-0/+5
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-1/+1
2012-05-22support _BSD_SOURCE feature test macroRich Felker-1/+1
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker-0/+10
2011-06-06fix handling of d_name in struct direntRich Felker-1/+1
2011-04-03d_fileno alias for d_ino in direntRich Felker-0/+2
2011-03-08fix typos in dirent.hRich Felker-2/+2
2011-03-07add macros for use with d_type extension field in direntRich Felker-0/+14
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+41