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