log lib/strftime.c @ 16235:18a38c9615f0

age author description
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Mon, 21 Mar 2011 15:32:54 +0100 Jim Meyering strftime: fix a bug in yesterday's change
Sun, 20 Mar 2011 23:59:29 -0700 Paul Eggert strftime: don't assume a byte count fits in 'int'
Tue, 18 Jan 2011 09:40:16 -0800 Paul Eggert strftime: remove dependencies on multibyte modules
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Mon, 09 Nov 2009 11:41:29 +0100 James Youngman strftime.c: include ignore-value.h only when FPRINTFTIME is defined
Wed, 28 Oct 2009 11:25:29 +0100 Jim Meyering fprintftime: wrap macro code argument in "do {...} while(0)"
Wed, 28 Oct 2009 11:07:31 +0100 Jim Meyering fprintftime: remove stray semicolon from previous change
Wed, 28 Oct 2009 10:24:09 +0100 Jim Meyering fprintftime: avoid a warning about ignored fwrite return value
Sun, 30 Nov 2008 17:10:29 +0100 Jim Meyering avoid misc. warnings
Sun, 18 Jan 2009 23:48:59 +0100 Bruno Haible Revisit the condition when to use multibyte parsing in strftime.
Sun, 18 Jan 2009 21:46:46 +0100 Bruno Haible Remove unused code for mempcpy.
Fri, 02 Jan 2009 09:58:09 +0100 Jim Meyering strftime: avoid compilation failure on Solaris 2.6
Tue, 15 Jan 2008 16:32:59 -0800 Paul Eggert Fix problem with getdate on mingw32 reported by Simon Josefsson
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Mon, 12 Feb 2007 18:49:19 +0000 Paul Eggert New module 'time', so that apps can include <time.h> as per
Thu, 18 Jan 2007 08:33:34 +0000 Paul Eggert * MODULES.html.sh (Support for systems lacking POSIX:2001): New
Tue, 16 Jan 2007 16:31:23 +0000 Eric Blake * modules/fnmatch (Depends-on): Depend on wchar.
Thu, 19 Oct 2006 07:32:18 +0000 Paul Eggert * lib/strftime.c (advance): New macro.
Sun, 08 Oct 2006 07:24:56 +0000 Paul Eggert Don't include <config.h> twice; this doesn't work in some cases,
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Thu, 06 Jul 2006 21:51:28 +0000 Paul Eggert * lib/.cppi-disable: Add wcwidth.
Thu, 29 Jun 2006 21:11:49 +0000 Jim Meyering From Derek R. Price:
Wed, 04 Jan 2006 18:55:42 +0000 Paul Eggert * strftime.c (tzname): Don't declare if it is already #defined.
Thu, 22 Sep 2005 23:37:18 +0000 Paul Eggert * strftime.c (my_strftime): Rewrite the previous change slightly,
Fri, 19 Aug 2005 09:21:57 +0000 Jim Meyering Make the %s format (seconds since the epoch) work for a negative
Mon, 04 Jul 2005 04:40:46 +0000 Paul Eggert Remove the dependency of the strftime module on the tzset module.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Sat, 26 Mar 2005 18:08:56 +0000 Paul Eggert Propagate intprops.h comment fixes to mktime.c and strftime.c.
Sat, 19 Mar 2005 05:34:28 +0000 Paul Eggert (my_strftime): If the underlying strftime returns 0
Wed, 16 Mar 2005 01:02:49 +0000 Paul Eggert (my_strftime): Prepend space to format so that we can
Mon, 14 Mar 2005 23:23:43 +0000 Paul Eggert * strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
Wed, 09 Mar 2005 19:11:23 +0000 Paul Eggert Factor int-properties macros into a single file, except for
Wed, 09 Mar 2005 18:39:39 +0000 Paul Eggert Include <stdbool.h>. Use bool where appropriate,
Thu, 11 Nov 2004 05:57:27 +0000 Paul Eggert (SHR): New macro, which is a portable
Tue, 09 Nov 2004 20:55:12 +0000 Paul Eggert (DO_MULTIBYTE): Check for wchar.h, too.
Tue, 30 Sep 2003 06:11:03 +0000 Paul Eggert * strftime.c (tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch.
Fri, 12 Sep 2003 19:22:07 +0000 Paul Eggert Remove K&R cruft.
Sat, 06 Sep 2003 21:34:07 +0000 Paul Eggert Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Sat, 16 Aug 2003 05:38:25 +0000 Paul Eggert Merge from coreutils.
Wed, 09 Jul 2003 22:48:52 +0000 Paul Eggert Switch from LGPL to GPL.
Mon, 12 May 2003 08:20:29 +0000 Jim Meyering (my_strftime): Let the `-' (no-pad) flag affect
Fri, 11 Apr 2003 15:00:23 +0000 Jim Meyering (widen): Cast alloca return value to proper type.
Fri, 11 Apr 2003 14:59:01 +0000 Jim Meyering From GNU libc.
Fri, 11 Apr 2003 14:57:16 +0000 Jim Meyering (widen) [COMPILE_WIDE]: Merge nearly-identical definitions.
Fri, 11 Apr 2003 14:36:24 +0000 Jim Meyering (my_strftime): Merge in locale-related changes from libc.
Sun, 09 Dec 2001 21:02:43 +0000 Jim Meyering (my_strftime_localtime_r): Include this function
Sun, 20 May 2001 20:41:20 +0000 Jim Meyering (my_strftime):
Sat, 17 Feb 2001 16:50:27 +0000 Jim Meyering update comments from libc
Thu, 04 Jan 2001 10:19:43 +0000 Jim Meyering Sync with glibc time/strftime.c 1.81.
Thu, 23 Nov 2000 07:24:51 +0000 Jim Meyering (my_strftime): Do not invoke mbrlen with a
Thu, 26 Oct 2000 08:08:06 +0000 Jim Meyering Update from libc.
Wed, 30 Aug 2000 07:58:01 +0000 Jim Meyering Merge in changes from GNU libc.
Mon, 17 Apr 2000 11:39:26 +0000 Jim Meyering (my_strftime) [strftime]: Declare strftime here, since the definition
Mon, 03 Apr 2000 07:09:38 +0000 Jim Meyering (my_strftime): Make sure we call the system
Thu, 06 Jan 2000 21:31:48 +0000 Jim Meyering Sync with the GNU C Library.