about summary refs log tree commit diff
path: root/include/time.h
Commit message (Expand)AuthorAgeFilesLines
* add time64 symbol name redirects to public headers, under arch controlRich Felker2019-10-281-0/+28
* fix various header namespace issues under feature-test-macro controlRich Felker2016-10-201-1/+2
* make brace placement in public header struct definitions consistentRich Felker2016-07-031-4/+2
* fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker2014-09-101-1/+1
* add C11 timespec_get function, with associated time.h changes for C11Rich Felker2014-09-061-1/+3
* fix const-correctness of argument to stimeRich Felker2014-01-071-1/+1
* restore type of NULL to void * except when used in C++ programsRich Felker2013-11-241-0/+5
* fix clockid macro names in time.h, reported by Paul SchutteSzabolcs Nagy2013-10-071-2/+2
* add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.hSzabolcs Nagy2013-07-241-0/+2
* add clock id macros for a number of new(ish) Linux-specific clocksRich Felker2013-06-081-0/+6
* fix the type of CLOCKS_PER_SEC to match new clock_t typeRich Felker2013-06-081-1/+1
* improve handling of nonstandard fields in struct tmRich Felker2013-06-071-4/+5
* make tm_zone etc visible under _GNU_SOURCErofl0r2013-04-021-1/+1
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-181-7/+1
* time.h: add BSD aliases for otherwise internal struct tm membersrofl0r2013-01-041-0/+4
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-8/+14
* revert one change in time.h; no evidence BSD_SOURCE should expose these..Rich Felker2012-06-131-1/+1
* fix feature test macros in time.hRich Felker2012-06-131-5/+2
* add timegm function (inverse of gmtime), nonstandardRich Felker2012-06-131-0/+3
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-2/+4
* legacy junk compatibility grab-bagRich Felker2012-04-181-0/+5
* more locale_t interfaces (string stuff) and header updatesRich Felker2012-02-061-0/+3
* cleanup various minor issues reported by nszRich Felker2011-09-261-1/+0
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-131-1/+1
* fix another error from header cleanup, missing size_t in time.hRich Felker2011-02-151-1/+1
* more header cleanup and conformance fixes - locale.h, time.hRich Felker2011-02-141-34/+35
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+113