log lib/getdate.y @ 5548:b8dd75cdd3a8

age author description
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.
Sat, 07 Aug 1999 09:50:34 +0000 Jim Meyering (OtherTable[]): Use tDAY_UNIT for `tomorrow,'
Thu, 20 May 1999 03:49:25 +0000 Jim Meyering add the comment to go with last change
Thu, 20 May 1999 03:47:24 +0000 Jim Meyering (get_date): Let mktime deduce tm_isdst if we
Sun, 18 Apr 1999 23:17:30 +0000 Jim Meyering <stdlib.h>: Include if HAVE_STDLIB_H, since bison 1.27 invokes "free".
Wed, 07 Apr 1999 17:43:36 +0000 Jim Meyering (difftm): Protoize.
Sun, 28 Mar 1999 20:58:51 +0000 Jim Meyering (get_date): Reuse tm_isdst of first localtime
Fri, 19 Feb 1999 07:31:48 +0000 Jim Meyering <alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
Thu, 31 Dec 1998 14:37:21 +0000 Jim Meyering Fix warnings from gcc -W -Wall
Sat, 14 Mar 1998 16:31:51 +0000 Jim Meyering s/get-date.h/getdate.h/
Fri, 20 Feb 1998 21:42:11 +0000 Jim Meyering s/getdate.h/get-date.h/
Tue, 06 Jan 1998 23:53:33 +0000 Jim Meyering Add %expect directive.
Sun, 01 Jun 1997 17:15:51 +0000 Jim Meyering (OtherTable): Interpret `next' as 1 (not 2) units.
Thu, 10 Apr 1997 03:46:01 +0000 Jim Meyering s/;/. in comment to placate francois
Thu, 27 Feb 1997 05:53:15 +0000 Jim Meyering (tYEAR_UNIT): Increase yyRelYear by $1, not just by 1.
Sat, 22 Feb 1997 20:13:19 +0000 Jim Meyering (tMONTH_UNIT): Increase yyRelMonth by $1, not just by 1.
Sat, 18 Jan 1997 20:17:39 +0000 Jim Meyering Indent with GNU indent.
Sat, 18 Jan 1997 20:12:10 +0000 Jim Meyering Indent 2 more cpp-directives to reflect nesting.
Sat, 18 Jan 1997 20:11:05 +0000 Jim Meyering (get_date): Change prototype to reflect const'ness of parameters.
Sat, 18 Jan 1997 15:32:16 +0000 Jim Meyering 1997-01-06 Paul Eggert <eggert@twinsun.com>
Wed, 18 Dec 1996 03:28:09 +0000 Jim Meyering add blank line.
Fri, 13 Dec 1996 03:05:00 +0000 Jim Meyering (IN_CTYPE_DOMAIN): Rename from ISASCII.
Tue, 10 Dec 1996 04:34:18 +0000 Jim Meyering (Convert): Don't reject all dates in 2038.
Sun, 01 Dec 1996 19:15:03 +0000 Jim Meyering (date): Interpret the date, L/M/N, as YYYY/MM/DD
Fri, 01 Nov 1996 00:32:12 +0000 Jim Meyering Remap yacc globals to have gd_ prefix.