28 Commits (badc5bb211ee5caa2cfaafb5fdb716cbb8d1f2e6)

Author SHA1 Message Date
Rich Felker 1febd21d3f add time64 symbol name redirects to public headers, under arch control 7 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 ab8f6a6e42 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 12 years ago
Rich Felker 6eb19505bc add C11 timespec_get function, with associated time.h changes for C11 12 years ago
Rich Felker 1d23b3c913 fix const-correctness of argument to stime 12 years ago
Rich Felker c8a9c22173 restore type of NULL to void * except when used in C++ programs 13 years ago
Szabolcs Nagy 551da2c191 fix clockid macro names in time.h, reported by Paul Schutte 13 years ago
Szabolcs Nagy d74e462a76 add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h 13 years ago
Rich Felker 4191d24476 add clock id macros for a number of new(ish) Linux-specific clocks 13 years ago
Rich Felker 0173990284 fix the type of CLOCKS_PER_SEC to match new clock_t type 13 years ago
Rich Felker f7244d205f improve handling of nonstandard fields in struct tm 13 years ago
rofl0r da144eec54 make tm_zone etc visible under _GNU_SOURCE 13 years ago
Rich Felker 41d7c77d6a use a common definition of NULL as 0L for C and C++ 13 years ago
rofl0r 87781ac64c time.h: add BSD aliases for otherwise internal struct tm members 13 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 de05a2ac22 revert one change in time.h; no evidence BSD_SOURCE should expose these.. 14 years ago
Rich Felker cf254c32ec fix feature test macros in time.h 14 years ago
Rich Felker 23be72ae45 add timegm function (inverse of gmtime), nonstandard 14 years ago
Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro 14 years ago
Rich Felker ba6a9e7734 legacy junk compatibility grab-bag 14 years ago
Rich Felker 36bf56940a more locale_t interfaces (string stuff) and header updates 14 years ago
Rich Felker fd142e5ec4 cleanup various minor issues reported by nsz 15 years ago
Rich Felker 13cd969552 fix various errors in function signatures/prototypes found by nsz 15 years ago
Rich Felker 4e30249643 fix another error from header cleanup, missing size_t in time.h 15 years ago
Rich Felker 131b5be2f4 more header cleanup and conformance fixes - locale.h, time.h 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago