summaryrefslogtreecommitdiff
path: root/include/time.h
AgeCommit message (Expand)Author
2021-11-29define NULL as nullptr when used in C++11 or laterIsmael Luceno
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker
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
2014-09-10fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker
2014-09-06add C11 timespec_get function, with associated time.h changes for C11Rich Felker
2014-01-07fix const-correctness of argument to stimeRich Felker
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker
2013-10-07fix clockid macro names in time.h, reported by Paul SchutteSzabolcs Nagy
2013-07-24add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.hSzabolcs Nagy
2013-06-08add clock id macros for a number of new(ish) Linux-specific clocksRich Felker
2013-06-08fix the type of CLOCKS_PER_SEC to match new clock_t typeRich Felker
2013-06-07improve handling of nonstandard fields in struct tmRich Felker
2013-04-02make tm_zone etc visible under _GNU_SOURCErofl0r
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker
2013-01-04time.h: add BSD aliases for otherwise internal struct tm membersrofl0r
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-06-13revert one change in time.h; no evidence BSD_SOURCE should expose these..Rich Felker
2012-06-13fix feature test macros in time.hRich Felker
2012-06-13add timegm function (inverse of gmtime), nonstandardRich Felker
2012-05-22support _BSD_SOURCE feature test macroRich Felker
2012-04-18legacy junk compatibility grab-bagRich Felker
2012-02-06more locale_t interfaces (string stuff) and header updatesRich Felker
2011-09-26cleanup various minor issues reported by nszRich Felker
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker
2011-02-15fix another error from header cleanup, missing size_t in time.hRich Felker
2011-02-14more header cleanup and conformance fixes - locale.h, time.hRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker