Age | Commit message (Expand) | Author | Files | Lines |
2014-01-07 | fix const-correctness of argument to stime | Rich Felker | 1 | -1/+1 |
2013-11-24 | restore type of NULL to void * except when used in C++ programs | Rich Felker | 1 | -0/+5 |
2013-10-07 | fix clockid macro names in time.h, reported by Paul Schutte | Szabolcs Nagy | 1 | -2/+2 |
2013-07-24 | add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h | Szabolcs Nagy | 1 | -0/+2 |
2013-06-08 | add clock id macros for a number of new(ish) Linux-specific clocks | Rich Felker | 1 | -0/+6 |
2013-06-08 | fix the type of CLOCKS_PER_SEC to match new clock_t type | Rich Felker | 1 | -1/+1 |
2013-06-07 | improve handling of nonstandard fields in struct tm | Rich Felker | 1 | -4/+5 |
2013-04-02 | make tm_zone etc visible under _GNU_SOURCE | rofl0r | 1 | -1/+1 |
2013-01-18 | use a common definition of NULL as 0L for C and C++ | Rich Felker | 1 | -7/+1 |
2013-01-04 | time.h: add BSD aliases for otherwise internal struct tm members | rofl0r | 1 | -0/+4 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | 1 | -5/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -8/+14 |
2012-06-13 | revert one change in time.h; no evidence BSD_SOURCE should expose these.. | Rich Felker | 1 | -1/+1 |
2012-06-13 | fix feature test macros in time.h | Rich Felker | 1 | -5/+2 |
2012-06-13 | add timegm function (inverse of gmtime), nonstandard | Rich Felker | 1 | -0/+3 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 1 | -2/+4 |
2012-04-18 | legacy junk compatibility grab-bag | Rich Felker | 1 | -0/+5 |
2012-02-06 | more locale_t interfaces (string stuff) and header updates | Rich Felker | 1 | -0/+3 |
2011-09-26 | cleanup various minor issues reported by nsz | Rich Felker | 1 | -1/+0 |
2011-09-13 | fix various errors in function signatures/prototypes found by nsz | Rich Felker | 1 | -1/+1 |
2011-02-15 | fix another error from header cleanup, missing size_t in time.h | Rich Felker | 1 | -1/+1 |
2011-02-14 | more header cleanup and conformance fixes - locale.h, time.h | Rich Felker | 1 | -34/+35 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+113 |