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