| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename module 'strftime' to 'nstrftime'. | Bruno Haible | 2017-07-24 | 1 | -1506/+0 |
* | manywarnings: update for GCC 7 | Paul Eggert | 2017-05-16 | 1 | -3/+10 |
* | strftime: %z is -00 if unknown | Paul Eggert | 2017-01-14 | 1 | -6/+6 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | strftime: don't use __THROW | Jim Meyering | 2016-11-14 | 1 | -9/+5 |
* | strftime: tune %q | Paul Eggert | 2016-11-12 | 1 | -1/+1 |
* | Merge strftime.c changes from glibc | Paul Eggert | 2016-11-12 | 1 | -64/+98 |
* | strftime,strptime: support %q to represent the quarter | Pádraig Brady | 2016-11-05 | 1 | -0/+4 |
* | get-permissions, strftime: fix grammar in comments | Paul Eggert | 2016-01-25 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | time_rz: port better to MinGW | Paul Eggert | 2015-07-27 | 1 | -1/+9 |
* | strftime: fix newly-introduced bug on Solaris | Paul Eggert | 2015-07-25 | 1 | -8/+5 |
* | fprintftime, strftime: use timezone_t args | Paul Eggert | 2015-07-23 | 1 | -39/+12 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | strftime: wrap macros in "do {...} while(0)" | Bernhard Voelker | 2014-03-25 | 1 | -14/+34 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | Fix misspellings of "occurred". | Paul Eggert | 2013-01-09 | 1 | -1/+1 |
* | fprintftime: bring back and reword fwrite comment | Paul Eggert | 2013-01-04 | 1 | -1/+8 |
* | fprintftime: depend on stdio, not ignore-value | Paul Eggert | 2013-01-03 | 1 | -10/+1 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | maint: spelling fixes | Paul Eggert | 2012-02-05 | 1 | -1/+1 |
* | In commentary, do not use ` to quote. | Paul Eggert | 2012-01-05 | 1 | -3/+3 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | strftime: fix a bug in yesterday's change | Jim Meyering | 2011-03-21 | 1 | -2/+3 |
* | strftime: don't assume a byte count fits in 'int' | Paul Eggert | 2011-03-21 | 1 | -5/+5 |
* | strftime: remove dependencies on multibyte modules | Paul Eggert | 2011-01-18 | 1 | -2/+5 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | update nearly all FSF copyright year lists to include 2009 | Jim Meyering | 2009-12-29 | 1 | -2/+1 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -868/+868 |
* | strftime.c: include ignore-value.h only when FPRINTFTIME is defined | James Youngman | 2009-11-09 | 1 | -1/+1 |
* | fprintftime: wrap macro code argument in "do {...} while(0)" | Jim Meyering | 2009-10-28 | 1 | -2/+7 |
* | fprintftime: remove stray semicolon from previous change | Jim Meyering | 2009-10-28 | 1 | -1/+1 |
* | fprintftime: avoid a warning about ignored fwrite return value | Jim Meyering | 2009-10-28 | 1 | -1/+10 |
* | avoid misc. warnings | Jim Meyering | 2009-02-04 | 1 | -0/+2 |
* | Revisit the condition when to use multibyte parsing in strftime. | Bruno Haible | 2009-01-18 | 1 | -7/+10 |
* | Remove unused code for mempcpy. | Bruno Haible | 2009-01-18 | 1 | -8/+1 |
* | strftime: avoid compilation failure on Solaris 2.6 | Jim Meyering | 2009-01-02 | 1 | -8/+1 |
* | Fix problem with getdate on mingw32 reported by Simon Josefsson | Paul Eggert | 2008-01-15 | 1 | -1/+1 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -6/+5 |
* | New module 'time', so that apps can include <time.h> as per | Paul Eggert | 2007-02-12 | 1 | -2/+1 |
* | * MODULES.html.sh (Support for systems lacking POSIX:2001): New | Paul Eggert | 2007-01-18 | 1 | -11/+1 |
* | * modules/fnmatch (Depends-on): Depend on wchar. | Eric Blake | 2007-01-16 | 1 | -2/+2 |
* | * lib/strftime.c (advance): New macro. | Paul Eggert | 2006-10-19 | 1 | -1/+7 |
* | Don't include <config.h> twice; this doesn't work in some cases, | Paul Eggert | 2006-10-08 | 1 | -0/+3 |
* | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -4/+2 |
* | * lib/.cppi-disable: Add wcwidth. | Paul Eggert | 2006-07-06 | 1 | -10/+5 |
* | From Derek R. Price: | Jim Meyering | 2006-06-29 | 1 | -59/+10 |
* | * strftime.c (tzname): Don't declare if it is already #defined. | Paul Eggert | 2006-01-04 | 1 | -2/+2 |
* | * strftime.c (my_strftime): Rewrite the previous change slightly, | Paul Eggert | 2005-09-22 | 1 | -64/+209 |