aboutsummaryrefslogtreecommitdiff
path: root/include/dirent.h
AgeCommit message (Expand)Author
2024-05-08implement posix_getdents adopted for next issue of POSIXRich Felker
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker
2020-01-25move struct dirent to bits header, allow NAME_MAX to varyRich Felker
2018-01-12add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov
2016-10-20fix various header namespace issues under feature-test-macro controlRich Felker
2016-07-03make brace placement in public header struct definitions consistentRich Felker
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker
2012-12-03feature test macros: make _GNU_SOURCE enable everythingRich Felker
2012-09-07default features: make musl usable without feature test macrosRich Felker
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-08-24fix dirent.h with _BSD_SOURCERich Felker
2012-08-13publicly expose getdents api under _BSD_SOURCERich Felker
2012-06-13add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker
2012-05-22support _BSD_SOURCE feature test macroRich Felker
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker
2011-06-06fix handling of d_name in struct direntRich Felker
2011-04-03d_fileno alias for d_ino in direntRich Felker
2011-03-08fix typos in dirent.hRich Felker
2011-03-07add macros for use with d_type extension field in direntRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker