summaryrefslogtreecommitdiff
path: root/src/time/wcsftime.c
AgeCommit message (Expand)AuthorLines
2013-08-22add strftime and wcsftime field widthsRich Felker-21/+49
2013-08-02add wcsftime_t aliasRich Felker-0/+3
2013-07-28fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker-1/+1
2013-07-24add __wcsftime_l symbolRich Felker-3/+9
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-02-28implement wcsftime functionRich Felker-0/+32