| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obsolete LOCALE_HOME code we have never used (and never will). |  millert | 2020-07-16 | 1 | -146/+1 |
* | drop duplicate word; |  schwarze | 2020-04-30 | 1 | -3/+3 |
* | Remove the deprecation notice for timegm(). |  schwarze | 2020-04-24 | 1 | -4/+57 |
* | Update POSIX reference to the 2008 version and correct the list of |  schwarze | 2019-07-19 | 1 | -6/+11 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -2/+2 |
* | two more syscall == -1 checks |  deraadt | 2019-06-29 | 1 | -4/+4 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | More consistently put remarks about the less useful LC_* categoties, |  schwarze | 2019-05-16 | 2 | -14/+27 |
* | Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable. |  schwarze | 2019-05-12 | 5 | -121/+30 |
* | trim trailing whitespace (reported by Hiltjo Posthuma) |  schwarze | 2019-05-10 | 1 | -7/+7 |
* | repair %z: store seconds into tm_gmtoff, not centihours; |  schwarze | 2019-05-10 | 1 | -26/+11 |
* | repair %Z: write seconds into tm_gmtoff, not hours; |  schwarze | 2019-05-10 | 1 | -3/+3 |
* | Delete support for military timezones in %z (A-I and K-Y). |  schwarze | 2019-05-10 | 2 | -34/+4 |
* | Consume one leading space with %e iff given |  kn | 2019-02-21 | 2 | -7/+10 |
* | strptime(3): Disallow double leap second. |  cheloha | 2019-01-22 | 1 | -2/+2 |
* | strftime can print epoch seconds with %s, so allow strptime to parse it. |  tedu | 2019-01-21 | 2 | -4/+42 |
* | improve markup quality in the cases found by the new "--" style message |  schwarze | 2018-03-16 | 1 | -9/+6 |
* | New POSIX xlocale implementation written from scratch. |  schwarze | 2017-09-05 | 3 | -10/+59 |
* | Delete casts to off_t and size_t that are implied by assignments |  guenther | 2016-09-21 | 1 | -2/+2 |
* | gmtime_r() should return NULL on failure, not the struct tm * result |  millert | 2016-09-19 | 1 | -3/+2 |
* | Stop exposing <sys/localedef.h> and various symbols internal to the libc |  guenther | 2016-05-23 | 1 | -2/+2 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -9/+1 |
* | Remove doaccess variable and access(2) call since this interfers with |  mestre | 2016-03-14 | 1 | -11/+2 |
* | new sentence, new line; |  jmc | 2016-02-08 | 1 | -2/+3 |
* | mention mktime, since that is where struct tm is described. ok schwarze |  tedu | 2016-02-08 | 2 | -5/+9 |
* | 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 |