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