summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2016-09-19gmtime_r() should return NULL on failure, not the struct tm * resultTodd C. Miller
2016-05-23Stop exposing <sys/localedef.h> and various symbols internal to the libcPhilip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-14Remove doaccess variable and access(2) call since this interfers withmestre
2016-02-08new sentence, new line;Jason McIntyre
2016-02-08mention mktime, since that is where struct tm is described. ok schwarzeTed Unangst
2015-12-25Simplify allocation logic based on free and realloc's behavior on NULL.mmcc
2015-12-12Remove calloc cast, give sizeof parens. No functional change.mmcc
2015-11-10Document tzsetwall(). OK schwarze@ jmc@Todd C. Miller
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-10-24Move #includes from private.h to the .c files that need them, getting rid ofPhilip Guenther
2015-10-11Do not insert whitespace into syntax displays, it's just confusing,Ingo Schwarze
2015-09-19Don't wrap initialized variables: binutils appears to be mishandling themPhilip Guenther
2015-09-14use .Va for global variables, and .Vt where the type is includedIngo Schwarze
2015-09-12Wrap <time.h> so that internal calls go direct and symbols not in C99 are weakPhilip Guenther
2015-04-07Add support for setting tm_zone now that we have the timezone symbol.Todd C. Miller
2015-04-07Remove obsolete timezone() function.Todd C. Miller
2015-03-14Do not reference tzfile.h since that is an internal header.Todd C. Miller
2015-03-13delete useless comment about Open GroupTheo de Raadt
2015-02-23Convert a table unsupported by mandoc to a columnated list.Anthony J. Bentley
2015-02-16sprinkle braces around multi line statementsTed Unangst
2015-02-16pull scopes without conditionals up into enclosing blockTed Unangst
2015-02-16knf indents to give me a fighting chance at differentiating new blocksTed Unangst
2015-02-16drop an ansi bomb on the function definitionsTed Unangst
2015-02-10move scheck.c into zic.cTed Unangst
2015-02-10now we're cooking with gas...Ted Unangst
2015-02-10matthew suggests a double cast so sf mortgages work right. :)Ted Unangst
2015-02-10remove CMU gtimeTed Unangst
2015-02-09it is not strictly necessary to cast the "return value" of free() to void.Ted Unangst
2015-02-09- register int idays; /* unsigned would be so 2003 */Ted Unangst
2015-02-09always define ALL_STATE (which, contrary to the name is not about allTed Unangst
2015-02-09the one true type of time_t is a signed integerTed Unangst
2015-02-09remove INITIALIZE macro and do it the hard way.Ted Unangst
2015-02-09unifdef the rest of the HAVEs and HAVE notsTed Unangst
2015-02-09unifdef have gettext. don't have it, won't have it.Ted Unangst
2015-02-09move include lines around a bitTed Unangst
2015-02-09trim down some of the ifndef redefine madnessTed Unangst
2015-02-09replace homegrown is_digit with correct calls to isdigit()Ted Unangst
2015-02-09move zic and zdump source to appropriate directoriesTed Unangst
2015-02-09stop trying to workaround malloc bugs that have not existed for 20 years.Ted Unangst
2015-02-09search engines replaced these files a long TIME agoTheo de Raadt
2015-02-09if isascii isn't defined, don't define a retarded versionTed Unangst
2015-02-09greatly simplfy and correct difftime for large time_t. ok guentherTed Unangst
2015-02-09this removes just a few ifdef checks for things that should always be enabled,Ted Unangst
2015-01-29Use .Rv where appropriate, and move it to RETURN VALUES;Ingo Schwarze
2014-12-04simplify wording; triggered by a shorter diff from Kaspars Bankovskis;Ingo Schwarze
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-10-11Add UTC support to %Z conversion in strptime().Doug Hogan
2014-10-02Fix a crash when there is text after a failed %Z conversion in strptime.Doug Hogan