Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable. | 2019-05-12 | 1 | -2/+2 | |
| | | | | | | No binary change when compiled with -g0. Note that wcsftime.c did not even compile without TM_ZONE. OK millert@ | ||||
* | - register int idays; /* unsigned would be so 2003 */ | 2015-02-09 | 1 | -3/+3 | |
| | | | | | | + int idays; /* unsigned would be so 2003 */ register is so 1973 | ||||
* | the one true type of time_t is a signed integer | 2015-02-09 | 1 | -9/+4 | |
| | |||||
* | move include lines around a bit | 2015-02-09 | 1 | -5/+5 | |
| | |||||
* | enh@google reported a warning in crufty y2k code. just delete it. | 2014-05-06 | 1 | -21/+1 | |
| | | | | ok deraadt stsp | ||||
* | Properly handle "%%" and "%N" where N is not a supported escape. | 2013-01-20 | 1 | -1/+3 | |
| | | | | This is consistent with strftime(3) behavior. OK stsp@ | ||||
* | put in code for wcstfime, as discussed with millert@ and stsp@ (and tested | 2011-10-10 | 1 | -0/+573 | |
by ajacoutot@, thx), to be linked in and activated alongside wscanf... |