log lib/strftime.c @ 11043:3dd9bde3c382

age author description
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.
Sun, 02 Jan 2000 07:09:54 +0000 Jim Meyering (my_strftime): Some old compilers object to
Sun, 19 Sep 1999 08:09:50 +0000 Jim Meyering Remove useless parens in #if directive
Tue, 06 Apr 1999 14:22:06 +0000 Jim Meyering Update from master source in libc, removing %f.
Mon, 07 Dec 1998 03:12:10 +0000 Jim Meyering ansideclify
Sun, 18 Oct 1998 14:09:48 +0000 Jim Meyering Don't invoke localtime_r or gmtime_r unless it's the GNU C
Sun, 18 Oct 1998 01:10:21 +0000 Jim Meyering Declare localtime_r if necessary.
Sat, 17 Oct 1998 12:39:30 +0000 Jim Meyering Some systems require <unistd.h> to be included before <time.h> for
Sun, 27 Sep 1998 12:45:33 +0000 Jim Meyering (my_strftime): Update from FSF.
Tue, 28 Apr 1998 12:19:53 +0000 Jim Meyering tweak from FSF
Tue, 18 Nov 1997 03:32:00 +0000 Jim Meyering (_REENTRANT): #define, as some hosts need this to declare localtime_r properly.
Thu, 13 Nov 1997 13:22:54 +0000 Jim Meyering Update from FSF.
Wed, 22 Oct 1997 14:06:16 +0000 Jim Meyering update from FSF
Wed, 28 May 1997 12:19:28 +0000 Jim Meyering correct/normalize indentation in cpp directives
Wed, 28 May 1997 12:01:33 +0000 Jim Meyering update from FSF