summaryrefslogtreecommitdiff
path: root/lib/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* Rename module 'strftime' to 'nstrftime'.Bruno Haible2017-07-241-1506/+0
* manywarnings: update for GCC 7Paul Eggert2017-05-161-3/+10
* strftime: %z is -00 if unknownPaul Eggert2017-01-141-6/+6
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* strftime: don't use __THROWJim Meyering2016-11-141-9/+5
* strftime: tune %qPaul Eggert2016-11-121-1/+1
* Merge strftime.c changes from glibcPaul Eggert2016-11-121-64/+98
* strftime,strptime: support %q to represent the quarterPádraig Brady2016-11-051-0/+4
* get-permissions, strftime: fix grammar in commentsPaul Eggert2016-01-251-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* time_rz: port better to MinGWPaul Eggert2015-07-271-1/+9
* strftime: fix newly-introduced bug on SolarisPaul Eggert2015-07-251-8/+5
* fprintftime, strftime: use timezone_t argsPaul Eggert2015-07-231-39/+12
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* strftime: wrap macros in "do {...} while(0)"Bernhard Voelker2014-03-251-14/+34
* maint: update copyrightEric Blake2014-01-011-1/+1
* Fix misspellings of "occurred".Paul Eggert2013-01-091-1/+1
* fprintftime: bring back and reword fwrite commentPaul Eggert2013-01-041-1/+8
* fprintftime: depend on stdio, not ignore-valuePaul Eggert2013-01-031-10/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: spelling fixesPaul Eggert2012-02-051-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* strftime: fix a bug in yesterday's changeJim Meyering2011-03-211-2/+3
* strftime: don't assume a byte count fits in 'int'Paul Eggert2011-03-211-5/+5
* strftime: remove dependencies on multibyte modulesPaul Eggert2011-01-181-2/+5
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-868/+868
* strftime.c: include ignore-value.h only when FPRINTFTIME is definedJames Youngman2009-11-091-1/+1
* fprintftime: wrap macro code argument in "do {...} while(0)"Jim Meyering2009-10-281-2/+7
* fprintftime: remove stray semicolon from previous changeJim Meyering2009-10-281-1/+1
* fprintftime: avoid a warning about ignored fwrite return valueJim Meyering2009-10-281-1/+10
* avoid misc. warningsJim Meyering2009-02-041-0/+2
* Revisit the condition when to use multibyte parsing in strftime.Bruno Haible2009-01-181-7/+10
* Remove unused code for mempcpy.Bruno Haible2009-01-181-8/+1
* strftime: avoid compilation failure on Solaris 2.6Jim Meyering2009-01-021-8/+1
* Fix problem with getdate on mingw32 reported by Simon JosefssonPaul Eggert2008-01-151-1/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* New module 'time', so that apps can include <time.h> as perPaul Eggert2007-02-121-2/+1
* * MODULES.html.sh (Support for systems lacking POSIX:2001): NewPaul Eggert2007-01-181-11/+1
* * modules/fnmatch (Depends-on): Depend on wchar.Eric Blake2007-01-161-2/+2
* * lib/strftime.c (advance): New macro.Paul Eggert2006-10-191-1/+7
* Don't include <config.h> twice; this doesn't work in some cases,Paul Eggert2006-10-081-0/+3
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+2
* * lib/.cppi-disable: Add wcwidth.Paul Eggert2006-07-061-10/+5
* From Derek R. Price:Jim Meyering2006-06-291-59/+10
* * strftime.c (tzname): Don't declare if it is already #defined.Paul Eggert2006-01-041-2/+2
* * strftime.c (my_strftime): Rewrite the previous change slightly,Paul Eggert2005-09-221-64/+209