21 Commits (5122f9f3c99fee366167c5de98b31546312921ab)

Author SHA1 Message Date
Rich Felker 1b0d48517f implement posix_getdents adopted for next issue of POSIX 2 years ago
Rich Felker 25e6fee27f remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE 4 years ago
Rich Felker 614c9e7b1e move struct dirent to bits header, allow NAME_MAX to vary 6 years ago
Rostislav Skudnov 1bc10ffeaa add _DIRENT_HAVE_D_* macros to dirent.h 8 years ago
Rich Felker 7597fc25a2 fix various header namespace issues under feature-test-macro control 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker 769fd4ce20 feature test macros: make _GNU_SOURCE enable everything 14 years ago
Rich Felker c1a9658bd1 default features: make musl usable without feature test macros 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 9a470b0a6e fix dirent.h with _BSD_SOURCE 14 years ago
Rich Felker 0c42beb5f9 publicly expose getdents api under _BSD_SOURCE 14 years ago
Rich Felker fbffcee63d add (currently stubbed due to stubbed strverscmp) versionsort function 14 years ago
Rich Felker 3b94daba71 _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE 14 years ago
Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro 14 years ago
Rich Felker 2dd8d5e1b8 add support for ugly *64 functions with _LARGEFILE64_SOURCE 14 years ago
Rich Felker da88b16a22 fix handling of d_name in struct dirent 15 years ago
Rich Felker 06baa2b56c d_fileno alias for d_ino in dirent 15 years ago
Rich Felker 91f7db2621 fix typos in dirent.h 15 years ago
Rich Felker 5d0d6d9836 add macros for use with d_type extension field in dirent 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago