summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-2/+2
* gmtime_r() should return NULL on failure, not the struct tm * resultmillert2016-09-191-3/+2
* Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther2016-05-231-2/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-9/+1
* Remove doaccess variable and access(2) call since this interfers withmestre2016-03-141-11/+2
* new sentence, new line;jmc2016-02-081-2/+3
* mention mktime, since that is where struct tm is described. ok schwarzetedu2016-02-082-5/+9
* Simplify allocation logic based on free and realloc's behavior on NULL.mmcc2015-12-251-4/+3
* Remove calloc cast, give sizeof parens. No functional change.mmcc2015-12-121-2/+2
* Document tzsetwall(). OK schwarze@ jmc@millert2015-11-101-5/+26
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* Move #includes from private.h to the .c files that need them, getting rid ofguenther2015-10-244-18/+15
* Do not insert whitespace into syntax displays, it's just confusing,schwarze2015-10-111-49/+23
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-1/+3
* use .Va for global variables, and .Vt where the type is includedschwarze2015-09-141-7/+6
* Wrap <time.h> so that internal calls go direct and symbols not in C99 are weakguenther2015-09-124-4/+24
* Add support for setting tm_zone now that we have the timezone symbol.millert2015-04-071-4/+5
* Remove obsolete timezone() function.millert2015-04-072-3/+4
* Do not reference tzfile.h since that is an internal header.millert2015-03-141-12/+12
* delete useless comment about Open Groupderaadt2015-03-131-5/+1
* Convert a table unsupported by mandoc to a columnated list.bentley2015-02-231-34/+34
* sprinkle braces around multi line statementstedu2015-02-161-11/+19
* pull scopes without conditionals up into enclosing blocktedu2015-02-161-38/+29
* knf indents to give me a fighting chance at differentiating new blockstedu2015-02-162-179/+190
* drop an ansi bomb on the function definitionstedu2015-02-163-165/+56
* move scheck.c into zic.ctedu2015-02-101-7/+1
* now we're cooking with gas...tedu2015-02-101-4/+7
* matthew suggests a double cast so sf mortgages work right. :)tedu2015-02-101-2/+2
* remove CMU gtimetedu2015-02-101-21/+1
* it is not strictly necessary to cast the "return value" of free() to void.tedu2015-02-091-16/+15
* - register int idays; /* unsigned would be so 2003 */tedu2015-02-094-118/+118
* always define ALL_STATE (which, contrary to the name is not about alltedu2015-02-091-42/+1
* the one true type of time_t is a signed integertedu2015-02-094-60/+19
* remove INITIALIZE macro and do it the hard way.tedu2015-02-092-36/+4
* unifdef the rest of the HAVEs and HAVE notstedu2015-02-091-30/+1
* unifdef have gettext. don't have it, won't have it.tedu2015-02-091-10/+1
* move include lines around a bittedu2015-02-095-19/+17
* trim down some of the ifndef redefine madnesstedu2015-02-091-90/+10
* replace homegrown is_digit with correct calls to isdigit()tedu2015-02-092-10/+7
* move zic and zdump source to appropriate directoriestedu2015-02-095-3991/+0
* stop trying to workaround malloc bugs that have not existed for 20 years.tedu2015-02-094-120/+37
* search engines replaced these files a long TIME agoderaadt2015-02-092-1195/+0
* if isascii isn't defined, don't define a retarded versiontedu2015-02-091-4/+1
* greatly simplfy and correct difftime for large time_t. ok guenthertedu2015-02-091-55/+5
* this removes just a few ifdef checks for things that should always be enabled,tedu2015-02-095-65/+8
* Use .Rv where appropriate, and move it to RETURN VALUES;schwarze2015-01-291-11/+11
* simplify wording; triggered by a shorter diff from Kaspars Bankovskis;schwarze2014-12-041-7/+7
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+4
* Add UTC support to %Z conversion in strptime().doug2014-10-111-3/+10
* Fix a crash when there is text after a failed %Z conversion in strptime.doug2014-10-021-6/+7