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