summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
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
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-05-06enh@google reported a warning in crufty y2k code. just delete it.Ted Unangst
2014-02-13Fix logic bug; we can only infer tm_yday if both tm_mday and tm_monTodd C. Miller
2014-01-24Update C standard reference to C99 and document HISTORY and AUTHORS;Ingo Schwarze
2014-01-23also document that ctime* and asctime* can return NULL; ok deraadt@, millert@Otto Moerbeek
2014-01-21document return values; ok deraadt@, jmc@Otto Moerbeek
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2013-07-17more library historyIngo Schwarze
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2013-01-20Properly handle "%%" and "%N" where N is not a supported escape.Todd C. Miller
2013-01-05Fix verbiage to make it clear that on success the return value ofKenneth R Westerback
2012-09-13Update to tzcode2012f. Now that tzcode is in git there are no moeTodd C. Miller
2012-08-18RFC updates:Jason McIntyre
2012-03-01Update to tzcode2012a from munnari.oz.auTodd C. Miller
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2012-01-16POSIX indicates that some fields should be computed even if notTodd C. Miller
2011-10-16Hook wcsftime(3) to the build; committing on behalf of espieStefan Sperling
2011-10-10put in code for wcstfime, as discussed with millert@ and stsp@ (and testedMarc Espie
2011-10-10Stop defining XPG4_1994_04_09.Antoine Jacoutot
2011-09-16after some thought, i think it unlikely that we will need to specifyJason McIntyre
2011-09-16use .St here for ISO 8601 references; ok millertJason McIntyre
2011-09-16RFC-2822 -> RFC 2822Jason McIntyre
2011-08-31only one leap second is permitted, not two; from guentherJason McIntyre