Age | Commit message (Expand) | Author |
2024-08-18 | Pull in <stdio.h> (for snprintf()) directly instead of | Philip Guenther |
2024-04-29 | strftime.3: clarify %G and %g description | Christian Weisgerber |
2024-04-04 | tzset_basic: only call issetugid(2) if TZ has changed | Todd C. Miller |
2023-03-02 | When parsing %s, the result should be in the local time zone. | Todd C. Miller |
2022-10-04 | Better path handling description, also document tzname, timezone daylight. | Todd C. Miller |
2022-10-03 | Allow TZ to contain absolutes paths starting with /usr/share/zoneinfo/ | Todd C. Miller |
2022-09-23 | POSIX timzone specs may contain '.' so only reject names containing '../'. | Todd C. Miller |
2022-09-21 | tzset: ignore TZ if it contains an absolute path or issetugid(). | Todd C. Miller |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-08-25 | No need to include float.h anymore. | Todd C. Miller |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber |
2020-07-16 | Remove obsolete LOCALE_HOME code we have never used (and never will). | Todd C. Miller |
2020-04-30 | drop duplicate word; | Ingo Schwarze |
2020-04-24 | Remove the deprecation notice for timegm(). | Ingo Schwarze |
2019-07-19 | Update POSIX reference to the 2008 version and correct the list of | Ingo Schwarze |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-29 | two more syscall == -1 checks | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-16 | More consistently put remarks about the less useful LC_* categoties, | Ingo Schwarze |
2019-05-12 | Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable. | Ingo Schwarze |
2019-05-10 | trim trailing whitespace (reported by Hiltjo Posthuma) | Ingo Schwarze |
2019-05-10 | repair %z: store seconds into tm_gmtoff, not centihours; | Ingo Schwarze |
2019-05-10 | repair %Z: write seconds into tm_gmtoff, not hours; | Ingo Schwarze |
2019-05-10 | Delete support for military timezones in %z (A-I and K-Y). | Ingo Schwarze |
2019-02-21 | Consume one leading space with %e iff given | kn |
2019-01-22 | strptime(3): Disallow double leap second. | cheloha |
2019-01-21 | strftime can print epoch seconds with %s, so allow strptime to parse it. | Ted Unangst |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
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 |