summaryrefslogtreecommitdiff
path: root/src/time/strftime.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-4/+0
2018-09-12move __tm_to_tzname declaration to time_impl.h with related functionsRich Felker-1/+0
2018-09-12fix type-mismatched declarations of __nl_langinfo_l in source filesRich Felker-1/+1
2018-08-07fix sign of strftime %z output with offsets <1 hour west of UTCRich Felker-3/+2
2018-06-26strftime: fix underlying format string in %z formatDaniel Sabogal-1/+1
2018-02-06adjust strftime + modifier to match apparent intent of POSIXRich Felker-6/+12
2018-02-05fix strftime field widths with %F format and zero yearRich Felker-1/+2
2017-12-11implement strftime padding specifier extensionsTimo Teräs-8/+14
2017-01-02fix strftime %y for negative yearsRich Felker-2/+2
2016-10-06fix strftime %y for negative tm_yearSzabolcs Nagy-0/+1
2015-10-14fix strftime handling of out-of-range struct tm fieldsRich Felker-8/+12
2015-08-14match historical behavior for tm_gmtoff member of struct tmNatanael Copa-2/+2
2014-07-02properly pass current locale to *_l functions when used internallyRich Felker-1/+2
2014-05-08fix strftime %s not to zero pad with default width=2Szabolcs Nagy-0/+1
2013-11-26fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker-6/+8
2013-08-25add the %s (seconds since the epoch) format to strftimeRich Felker-0/+4
2013-08-24fix strftime regression in %e formatRich Felker-2/+2
2013-08-24fix strftime handling of time zone dataRich Felker-3/+13
2013-08-23fix missing string.h in strftime.c (needed by new strftime code)Rich Felker-0/+1
2013-08-22add strftime and wcsftime field widthsRich Felker-3/+32
2013-08-22simplify strftime and fix integer overflowsRich Felker-28/+12
2013-08-22strftime cleanup: avoid recomputing strlen when it's knownRich Felker-10/+16
2013-08-22more strftime refactoringRich Felker-23/+25
2013-08-22begin refactoring strftime to make adding field widths easierRich Felker-151/+161
2013-07-28fix semantically incorrect use of LC_GLOBAL_LOCALERich Felker-1/+1
2013-07-27reorder strftime to eliminate the incorrect indention levelRich Felker-5/+5
2013-07-24rework langinfo code for ABI compat and for use by time codeRich Felker-4/+4
2013-07-24move strftime_l into strftime.c and add __-prefixed versionRich Felker-1/+10
2013-07-17the big time handling overhaulRich Felker-6/+2
2013-06-28implement week-based-year year numbers in strftimeRich Felker-27/+34
2013-06-28fix breakage in last commit to strftime due to missing INT_MAXRich Felker-0/+1
2013-06-28implement week numbers and half of the week-based-year logic for strftimeRich Felker-3/+38
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+172