summaryrefslogtreecommitdiff
path: root/lib/libc/time/wcsftime.c
AgeCommit message (Expand)Author
2015-02-09- register int idays; /* unsigned would be so 2003 */Ted Unangst
2015-02-09the one true type of time_t is a signed integerTed Unangst
2015-02-09move include lines around a bitTed Unangst
2014-05-06enh@google reported a warning in crufty y2k code. just delete it.Ted Unangst
2013-01-20Properly handle "%%" and "%N" where N is not a supported escape.Todd C. Miller
2011-10-10put in code for wcstfime, as discussed with millert@ and stsp@ (and testedMarc Espie