summaryrefslogtreecommitdiffstats
path: root/lib/libc/time
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Remove obsolete LOCALE_HOME code we have never used (and never will).millert1-146/+1
2020-04-30drop duplicate word;schwarze1-3/+3
2020-04-24Remove the deprecation notice for timegm().schwarze1-4/+57
2019-07-19Update POSIX reference to the 2008 version and correct the list ofschwarze1-6/+11
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.deraadt1-2/+2
2019-06-29two more syscall == -1 checksderaadt1-4/+4
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2019-05-16More consistently put remarks about the less useful LC_* categoties,schwarze2-14/+27
2019-05-12Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable.schwarze5-121/+30
2019-05-10trim trailing whitespace (reported by Hiltjo Posthuma)schwarze1-7/+7
2019-05-10repair %z: store seconds into tm_gmtoff, not centihours;schwarze1-26/+11
2019-05-10repair %Z: write seconds into tm_gmtoff, not hours;schwarze1-3/+3
2019-05-10Delete support for military timezones in %z (A-I and K-Y).schwarze2-34/+4
2019-02-21Consume one leading space with %e iff givenkn2-7/+10
2019-01-22strptime(3): Disallow double leap second.cheloha1-2/+2
2019-01-21strftime can print epoch seconds with %s, so allow strptime to parse it.tedu2-4/+42
2018-03-16improve markup quality in the cases found by the new "--" style messageschwarze1-9/+6
2017-09-05New POSIX xlocale implementation written from scratch.schwarze3-10/+59
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsguenther1-2/+2
2016-09-19gmtime_r() should return NULL on failure, not the struct tm * resultmillert1-3/+2
2016-05-23Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther1-2/+2
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-9/+1
2016-03-14Remove doaccess variable and access(2) call since this interfers withmestre1-11/+2
2016-02-08new sentence, new line;jmc1-2/+3
2016-02-08mention mktime, since that is where struct tm is described. ok schwarzetedu2-5/+9
2015-12-25Simplify allocation logic based on free and realloc's behavior on NULL.mmcc1-4/+3
2015-12-12Remove calloc cast, give sizeof parens. No functional change.mmcc1-2/+2
2015-11-10Document tzsetwall(). OK schwarze@ jmc@millert1-5/+26
2015-11-01delete old lint ARGSUSED commentsguenther1-2/+1
2015-10-24Move #includes from private.h to the .c files that need them, getting rid ofguenther4-18/+15
2015-10-11Do not insert whitespace into syntax displays, it's just confusing,schwarze1-49/+23
2015-09-19Don't wrap initialized variables: binutils appears to be mishandling themguenther1-1/+3
2015-09-14use .Va for global variables, and .Vt where the type is includedschwarze1-7/+6
2015-09-12Wrap <time.h> so that internal calls go direct and symbols not in C99 are weakguenther4-4/+24
2015-04-07Add support for setting tm_zone now that we have the timezone symbol.millert1-4/+5
2015-04-07Remove obsolete timezone() function.millert2-3/+4
2015-03-14Do not reference tzfile.h since that is an internal header.millert1-12/+12
2015-03-13delete useless comment about Open Groupderaadt1-5/+1
2015-02-23Convert a table unsupported by mandoc to a columnated list.bentley1-34/+34
2015-02-16sprinkle braces around multi line statementstedu1-11/+19
2015-02-16pull scopes without conditionals up into enclosing blocktedu1-38/+29
2015-02-16knf indents to give me a fighting chance at differentiating new blockstedu2-177/+188
2015-02-16drop an ansi bomb on the function definitionstedu3-165/+56
2015-02-10move scheck.c into zic.ctedu1-7/+1
2015-02-10now we're cooking with gas...tedu1-4/+7
2015-02-10matthew suggests a double cast so sf mortgages work right. :)tedu1-2/+2
2015-02-10remove CMU gtimetedu1-21/+1
2015-02-09it is not strictly necessary to cast the "return value" of free() to void.tedu1-16/+15
2015-02-09- register int idays; /* unsigned would be so 2003 */tedu4-118/+118
2015-02-09always define ALL_STATE (which, contrary to the name is not about alltedu1-42/+1