summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/wcsftime.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable.schwarze2019-05-121-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 */tedu2015-02-091-3/+3
| | | | | | + int idays; /* unsigned would be so 2003 */ register is so 1973
* the one true type of time_t is a signed integertedu2015-02-091-9/+4
|
* move include lines around a bittedu2015-02-091-5/+5
|
* enh@google reported a warning in crufty y2k code. just delete it.tedu2014-05-061-21/+1
| | | | ok deraadt stsp
* Properly handle "%%" and "%N" where N is not a supported escape.millert2013-01-201-1/+3
| | | | This is consistent with strftime(3) behavior. OK stsp@
* put in code for wcstfime, as discussed with millert@ and stsp@ (and testedespie2011-10-101-0/+573
by ajacoutot@, thx), to be linked in and activated alongside wscanf...