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