| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make the %s format (seconds since the epoch) work for a negative | Jim Meyering | 2005-08-19 | 1 | -1/+1 |
* | Remove the dependency of the strftime module on the tzset module. | Paul Eggert | 2005-07-04 | 1 | -7/+9 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | Propagate intprops.h comment fixes to mktime.c and strftime.c. | Paul Eggert | 2005-03-26 | 1 | -1/+1 |
* | (my_strftime): If the underlying strftime returns 0 | Paul Eggert | 2005-03-19 | 1 | -3/+2 |
* | (my_strftime): Prepend space to format so that we can | Paul Eggert | 2005-03-16 | 1 | -5/+7 |
* | * strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT | Paul Eggert | 2005-03-14 | 1 | -0/+1 |
* | Factor int-properties macros into a single file, except for | Paul Eggert | 2005-03-09 | 1 | -8/+5 |
* | Include <stdbool.h>. Use bool where appropriate, | Paul Eggert | 2005-03-09 | 1 | -66/+94 |
* | (SHR): New macro, which is a portable | Paul Eggert | 2004-11-11 | 1 | -4/+19 |
* | (DO_MULTIBYTE): Check for wchar.h, too. | Paul Eggert | 2004-11-09 | 1 | -2/+3 |
* | * strftime.c (tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch. | Paul Eggert | 2003-09-30 | 1 | -1/+1 |
* | Remove K&R cruft. | Paul Eggert | 2003-09-12 | 1 | -141/+22 |