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