| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify allocation logic based on free and realloc's behavior on NULL. |  mmcc | 2015-12-25 | 1 | -4/+3 |
* | Remove calloc cast, give sizeof parens. No functional change. |  mmcc | 2015-12-12 | 1 | -2/+2 |
* | Document tzsetwall(). OK schwarze@ jmc@ |  millert | 2015-11-10 | 1 | -5/+26 |
* | delete old lint ARGSUSED comments |  guenther | 2015-11-01 | 1 | -2/+1 |
* | Move #includes from private.h to the .c files that need them, getting rid of |  guenther | 2015-10-24 | 4 | -18/+15 |
* | Do not insert whitespace into syntax displays, it's just confusing, |  schwarze | 2015-10-11 | 1 | -49/+23 |
* | Don't wrap initialized variables: binutils appears to be mishandling them |  guenther | 2015-09-19 | 1 | -1/+3 |
* | use .Va for global variables, and .Vt where the type is included |  schwarze | 2015-09-14 | 1 | -7/+6 |
* | Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak |  guenther | 2015-09-12 | 4 | -4/+24 |
* | Add support for setting tm_zone now that we have the timezone symbol. |  millert | 2015-04-07 | 1 | -4/+5 |
* | Remove obsolete timezone() function. |  millert | 2015-04-07 | 2 | -3/+4 |
* | Do not reference tzfile.h since that is an internal header. |  millert | 2015-03-14 | 1 | -12/+12 |
* | delete useless comment about Open Group |  deraadt | 2015-03-13 | 1 | -5/+1 |
* | Convert a table unsupported by mandoc to a columnated list. |  bentley | 2015-02-23 | 1 | -34/+34 |
* | sprinkle braces around multi line statements |  tedu | 2015-02-16 | 1 | -11/+19 |
* | pull scopes without conditionals up into enclosing block |  tedu | 2015-02-16 | 1 | -38/+29 |
* | knf indents to give me a fighting chance at differentiating new blocks |  tedu | 2015-02-16 | 2 | -179/+190 |
* | drop an ansi bomb on the function definitions |  tedu | 2015-02-16 | 3 | -165/+56 |
* | move scheck.c into zic.c |  tedu | 2015-02-10 | 1 | -7/+1 |
* | now we're cooking with gas... |  tedu | 2015-02-10 | 1 | -4/+7 |
* | matthew suggests a double cast so sf mortgages work right. :) |  tedu | 2015-02-10 | 1 | -2/+2 |
* | remove CMU gtime |  tedu | 2015-02-10 | 1 | -21/+1 |
* | it is not strictly necessary to cast the "return value" of free() to void. |  tedu | 2015-02-09 | 1 | -16/+15 |
* | - register int idays; /* unsigned would be so 2003 */ |  tedu | 2015-02-09 | 4 | -118/+118 |
* | always define ALL_STATE (which, contrary to the name is not about all |  tedu | 2015-02-09 | 1 | -42/+1 |
* | the one true type of time_t is a signed integer |  tedu | 2015-02-09 | 4 | -60/+19 |
* | remove INITIALIZE macro and do it the hard way. |  tedu | 2015-02-09 | 2 | -36/+4 |
* | unifdef the rest of the HAVEs and HAVE nots |  tedu | 2015-02-09 | 1 | -30/+1 |
* | unifdef have gettext. don't have it, won't have it. |  tedu | 2015-02-09 | 1 | -10/+1 |
* | move include lines around a bit |  tedu | 2015-02-09 | 5 | -19/+17 |
* | trim down some of the ifndef redefine madness |  tedu | 2015-02-09 | 1 | -90/+10 |
* | replace homegrown is_digit with correct calls to isdigit() |  tedu | 2015-02-09 | 2 | -10/+7 |
* | move zic and zdump source to appropriate directories |  tedu | 2015-02-09 | 5 | -3991/+0 |
* | stop trying to workaround malloc bugs that have not existed for 20 years. |  tedu | 2015-02-09 | 4 | -120/+37 |
* | search engines replaced these files a long TIME ago |  deraadt | 2015-02-09 | 2 | -1195/+0 |
* | if isascii isn't defined, don't define a retarded version |  tedu | 2015-02-09 | 1 | -4/+1 |
* | greatly simplfy and correct difftime for large time_t. ok guenther |  tedu | 2015-02-09 | 1 | -55/+5 |
* | this removes just a few ifdef checks for things that should always be enabled, |  tedu | 2015-02-09 | 5 | -65/+8 |
* | Use .Rv where appropriate, and move it to RETURN VALUES; |  schwarze | 2015-01-29 | 1 | -11/+11 |
* | simplify wording; triggered by a shorter diff from Kaspars Bankovskis; |  schwarze | 2014-12-04 | 1 | -7/+7 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 1 | -3/+4 |
* | Add UTC support to %Z conversion in strptime(). |  doug | 2014-10-11 | 1 | -3/+10 |
* | Fix a crash when there is text after a failed %Z conversion in strptime. |  doug | 2014-10-02 | 1 | -6/+7 |
* | obvious cases of missing .An; |  schwarze | 2014-09-08 | 1 | -3/+4 |
* | enh@google reported a warning in crufty y2k code. just delete it. |  tedu | 2014-05-06 | 3 | -44/+3 |
* | Fix logic bug; we can only infer tm_yday if both tm_mday and tm_mon |  millert | 2014-02-13 | 1 | -2/+2 |
* | Update C standard reference to C99 and document HISTORY and AUTHORS; |  schwarze | 2014-01-24 | 1 | -5/+24 |
* | also document that ctime* and asctime* can return NULL; ok deraadt@, millert@ |  otto | 2014-01-23 | 1 | -2/+6 |
* | document return values; ok deraadt@, jmc@ |  otto | 2014-01-21 | 1 | -1/+12 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -3/+3 |