summaryrefslogtreecommitdiff
path: root/include/time.h
AgeCommit message (Expand)AuthorLines
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