log lib/getdate.y @ 30240:622c3e797b4f

age author description
Fri, 26 Sep 2008 15:28:49 +0200 Ondřej Vašík getdate.y: disallow countable dayshifts like "4 yesterday ago"
Sat, 30 Aug 2008 15:04:04 +0200 Ondřej Vašík getdate.y: reject an out-of-range timezone value
Sat, 02 Aug 2008 15:40:39 +0200 Jim Meyering getdate.y: avoid locale-dependent date parsing failure
Thu, 03 Jul 2008 12:17:11 +0200 Ondřej Vašík getdate.y: do not ignore TZ with relative day, month or year offset
Fri, 27 Jun 2008 17:37:40 +0200 Ondřej Vašík getdate.y: factor out common actions
Tue, 15 Jan 2008 16:32:59 -0800 Paul Eggert Fix problem with getdate on mingw32 reported by Simon Josefsson
Wed, 26 Dec 2007 16:20:10 +0100 Bruno Haible Split setenv module into setenv and unsetenv. Get rid of setenv.h.
Thu, 22 Nov 2007 22:13:20 +0100 Ondřej Vašík Adjust getdate's grammar to accept a slightly more regular language.
Wed, 31 Oct 2007 20:32:07 +0100 Jim Meyering Treat an empty date string exactly like "0".
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Mon, 18 Jun 2007 23:09:12 +0000 Paul Eggert Detect porting problems to FreeBSD/arm, which has time_t wider than
Fri, 23 Feb 2007 18:25:21 +0000 Eric Blake * lib/getdate.h (includes): Include <time.h>, not "timespec.h".
Tue, 24 Oct 2006 19:54:55 +0000 Paul Eggert * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
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.
Wed, 05 Jul 2006 23:35:19 +0000 Paul Eggert * lib/memcasecmp.c: Include <limits.h>.
Sun, 11 Jun 2006 07:12:27 +0000 Paul Eggert * getdate.y (__attribute__): Don't define if already defined.
Tue, 25 Apr 2006 10:30:13 +0000 Paul Eggert * getdate.y (get_date): When adding relative date, start with the
Thu, 22 Sep 2005 23:08:15 +0000 Paul Eggert * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Wed, 13 Apr 2005 18:43:31 +0000 Paul Eggert (zone): Allow relunit_snumber after tZONE, so
Tue, 12 Apr 2005 07:22:51 +0000 Paul Eggert (universal_time_zone_table): New constant.
Mon, 04 Apr 2005 19:53:39 +0000 Paul Eggert (parser_control): rels_seen is now a boolean, not a
Sat, 26 Feb 2005 08:18:27 +0000 Paul Eggert * modules/gethrxtime: New file.
Fri, 24 Dec 2004 05:29:20 +0000 Paul Eggert (YYSTACK_USE_ALLOCA): Define to 0, since there's no need to extend the
Fri, 24 Dec 2004 05:21:05 +0000 Paul Eggert (YYINITDEPTH): New macro, so that the initial stack is small too.
Mon, 20 Dec 2004 08:08:51 +0000 Paul Eggert Fix typo in comment in previous change.
Sun, 19 Dec 2004 13:41:34 +0000 Paul Eggert * alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
Wed, 08 Dec 2004 22:25:43 +0000 Paul Eggert Merge from coreutils.
Tue, 16 Nov 2004 08:25:37 +0000 Paul Eggert (tORDINAL): New token.
Thu, 11 Nov 2004 05:57:27 +0000 Paul Eggert (SHR): New macro, which is a portable
Wed, 03 Nov 2004 17:37:58 +0000 Paul Eggert Remove trailing white space.
Tue, 02 Nov 2004 19:18:44 +0000 Paul Eggert * getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
Fri, 29 Oct 2004 20:59:53 +0000 Paul Eggert Add support for TZ="foo" within a date string.
Mon, 25 Oct 2004 05:50:16 +0000 Paul Eggert Use Bison 1.875 features, and some minor
Mon, 04 Oct 2004 20:17:39 +0000 Paul Eggert Remove dependencies on unlocked-io.
Sat, 07 Aug 2004 00:09:38 +0000 Paul Eggert Merge from coreutils.
Sun, 06 Jun 2004 18:55:59 +0000 Paul Eggert * getdate.y (yylex): Allow space between sign and number.
Wed, 31 Mar 2004 07:20:49 +0000 Paul Eggert Merge from coreutils.
Tue, 09 Sep 2003 06:54:11 +0000 Paul Eggert Remove K&R cruft.
Wed, 03 Sep 2003 07:11:45 +0000 Paul Eggert (relative_time_table): Use tDAY_UNIT for "tomorrow", "yesterday",
Tue, 05 Aug 2003 05:14:20 +0000 Paul Eggert (date): Also accept dates like May-23-2003; suggestion
Fri, 10 Jan 2003 21:06:49 +0000 Bruno Haible Make it possibly to simply write: #include <alloca.h>.
Tue, 31 Dec 2002 12:57:56 +0000 Bruno Haible Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
Wed, 16 Jan 2002 22:43:41 +0000 Jim Meyering add 2002 to Copyright line
Wed, 16 Jan 2002 22:33:58 +0000 Jim Meyering (ISDIGIT): Comment fix.
Sat, 17 Nov 2001 13:29:42 +0000 Jim Meyering Include unlocked-io.h.
Sun, 08 Apr 2001 19:58:59 +0000 Jim Meyering that's necessary when the offset spans a DST transition.
Thu, 15 Jun 2000 07:57:58 +0000 Jim Meyering (get_date): Apply relative times after time zone indicator, not before.
Tue, 22 Feb 2000 20:16:07 +0000 Jim Meyering Handle two-digit years with leading zeros correctly.
Wed, 12 Jan 2000 06:46:46 +0000 Jim Meyering Update copyright notice.
Thu, 06 Jan 2000 18:25:03 +0000 Jim Meyering Sync tm_diff with the GNU C Library.
Wed, 22 Dec 1999 20:49:19 +0000 Jim Meyering rewrite expression (equivalently) at request of Paul Eggert
Wed, 22 Dec 1999 11:14:05 +0000 Jim Meyering (get_date): Fix typo in time_t overflow test.
Sun, 31 Oct 1999 15:49:05 +0000 Jim Meyering update a comment from alpha.gnu.org:/home/gd/gnu/lib/getdate.y
Mon, 04 Oct 1999 05:59:37 +0000 Jim Meyering (__attribute__): Define to empty if GCC claims to
Sun, 29 Aug 1999 14:55:24 +0000 Jim Meyering (relative_time_table): Change `type' of `THIS' from
Sun, 29 Aug 1999 12:55:35 +0000 Jim Meyering (get_date): Rename latter local `tm' to probe_tm.
Sun, 29 Aug 1999 12:28:56 +0000 Jim Meyering (get_date): Rename outermost local `probe' to `quarter'.
Sun, 29 Aug 1999 07:29:51 +0000 Jim Meyering Add copyright notice.