summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/wcsftime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable.schwarze2019-05-121-2/+2
* - register int idays; /* unsigned would be so 2003 */tedu2015-02-091-3/+3
* 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
* Properly handle "%%" and "%N" where N is not a supported escape.millert2013-01-201-1/+3
* put in code for wcstfime, as discussed with millert@ and stsp@ (and testedespie2011-10-101-0/+573