summaryrefslogtreecommitdiff
path: root/src/time/__asctime.c
AgeCommit message (Expand)AuthorLines
2018-09-12use idiomatic weak alias approach for defining asctime_rRich Felker-28/+0
2016-07-07fix asctime day/month names not to vary by localeRich Felker-5/+4
2013-07-24rework langinfo code for ABI compat and for use by time codeRich Felker-4/+5
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2011-09-26cleanup various minor issues reported by nszRich Felker-1/+2
2011-06-06use volatile pointers for intentional-crash code.Rich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+27