striconveh: Simplify last commit.
[gnulib.git] / lib / getdate.y
2010-01-18 Jim Meyeringgetdate: don't leak when TZ contains two or more '"'s
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-23 Eric Blakegnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-10-08 Eric Blakemaint: minor cleanups
2009-09-17 Bruno HaibleMake getdate.y compile on QNX and NetBSD 5 / i386.
2009-05-03 Giuseppe Scrivanogetdate: correctly interpret "next monday" when run...
2008-09-29 Ondřej Vašíkgetdate.y: disallow countable dayshifts like "4 yesterd...
2008-09-04 Ondřej Vašíkgetdate.y: reject an out-of-range timezone value
2008-08-04 Jim Meyeringgetdate.y: avoid locale-dependent date parsing failure
2008-07-03 Ondřej Vašíkgetdate.y: do not ignore TZ with relative day, month...
2008-07-02 Ondřej Vašíkgetdate.y: factor out common actions
2008-01-16 Paul EggertFix problem with getdate on mingw32 reported by Simon...
2007-12-26 Bruno HaibleSplit setenv module into setenv and unsetenv. Get rid...
2007-11-22 Ondřej VašíkAdjust getdate's grammar to accept a slightly more...
2007-10-31 Jim MeyeringTreat an empty date string exactly like "0".
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-06-18 Paul EggertDetect porting problems to FreeBSD/arm, which has time_...
2007-02-23 Eric Blake* lib/getdate.h (includes): Include <time.h>, not...
2006-10-24 Paul Eggert* lib/getdate.y (yyerror): Make the arguments pointer...
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-07-06 Paul Eggert* lib/.cppi-disable: Add wcwidth.
2006-07-05 Paul Eggert* lib/memcasecmp.c: Include <limits.h>.
2006-06-11 Paul Eggert* getdate.y (__attribute__): Don't define if already...
2006-04-25 Paul Eggert* getdate.y (get_date): When adding relative date,...
2005-09-22 Paul Eggert* m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
2005-05-14 Paul Eggert*** empty log message ***
2005-04-13 Paul Eggert(zone): Allow relunit_snumber after tZONE, so
2005-04-12 Paul Eggert(universal_time_zone_table): New constant.
2005-04-04 Paul Eggert(parser_control): rels_seen is now a boolean, not a
2005-02-26 Paul Eggert* modules/gethrxtime: New file.
2004-12-24 Paul Eggert(YYSTACK_USE_ALLOCA): Define to 0, since there's no...
2004-12-24 Paul Eggert(YYINITDEPTH): New macro, so that the initial stack...
2004-12-20 Paul EggertFix typo in comment in previous change.
2004-12-19 Paul Eggert* alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not...
2004-12-08 Paul EggertMerge from coreutils.
2004-11-16 Paul Eggert(tORDINAL): New token.
2004-11-11 Paul Eggert(SHR): New macro, which is a portable
2004-11-03 Paul EggertRemove trailing white space.
2004-11-02 Paul Eggert* getdate.y [!TEST]: Include <stdio.h>, since we use...
2004-10-29 Paul EggertAdd support for TZ="foo" within a date string.
2004-10-25 Paul EggertUse Bison 1.875 features, and some minor
2004-10-04 Paul EggertRemove dependencies on unlocked-io.
2004-08-07 Paul EggertMerge from coreutils.
2004-06-06 Paul Eggert* getdate.y (yylex): Allow space between sign and number.
2004-03-31 Paul EggertMerge from coreutils.
2003-09-09 Paul EggertRemove K&R cruft.
2003-09-03 Paul Eggert(relative_time_table): Use tDAY_UNIT for "tomorrow...
2003-08-05 Paul Eggert(date): Also accept dates like May-23-2003; suggestion
2003-01-10 Bruno HaibleMake it possibly to simply write: #include <alloca.h>.
2002-12-31 Bruno HaibleTest HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
2002-01-16 Jim Meyeringadd 2002 to Copyright line
2002-01-16 Jim Meyering(ISDIGIT): Comment fix.
2001-11-17 Jim MeyeringInclude unlocked-io.h.
2001-04-08 Jim Meyeringthat's necessary when the offset spans a DST transition.
2000-06-15 Jim Meyering(get_date): Apply relative times after time zone indica...
2000-02-22 Jim MeyeringHandle two-digit years with leading zeros correctly.
2000-01-12 Jim MeyeringUpdate copyright notice.
2000-01-06 Jim MeyeringSync tm_diff with the GNU C Library.
1999-12-22 Jim Meyeringrewrite expression (equivalently) at request of Paul...
1999-12-22 Jim Meyering(get_date): Fix typo in time_t overflow test.
1999-10-31 Jim Meyeringupdate a comment from alpha.gnu.org:/home/gd/gnu/lib...
1999-10-04 Jim Meyering(__attribute__): Define to empty if GCC claims to
1999-08-29 Jim Meyering(relative_time_table): Change `type' of `THIS' from
1999-08-29 Jim Meyering(get_date): Rename latter local `tm' to probe_tm.
1999-08-29 Jim Meyering(get_date): Rename outermost local `probe' to `quarter'.
1999-08-29 Jim MeyeringAdd copyright notice.
1999-08-07 Jim Meyering(OtherTable[]): Use tDAY_UNIT for `tomorrow,'
1999-05-20 Jim Meyeringadd the comment to go with last change
1999-05-20 Jim Meyering(get_date): Let mktime deduce tm_isdst if we
1999-04-18 Jim Meyering<stdlib.h>: Include if HAVE_STDLIB_H, since bison 1...
1999-04-07 Jim Meyering(difftm): Protoize. FILEUTILS-4_0f
1999-03-28 Jim Meyering(get_date): Reuse tm_isdst of first localtime
1999-02-19 Jim Meyering<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
1998-12-31 Jim MeyeringFix warnings from gcc -W -Wall
1998-03-14 Jim Meyerings/get-date.h/getdate.h/
1998-02-20 Jim Meyerings/getdate.h/get-date.h/
1998-01-06 Jim MeyeringAdd %expect directive.
1997-06-01 Jim Meyering(OtherTable): Interpret `next' as 1 (not 2) units.
1997-04-10 Jim Meyerings/;/. in comment to placate francois
1997-02-27 Jim Meyering(tYEAR_UNIT): Increase yyRelYear by $1, not just by 1.
1997-02-22 Jim Meyering(tMONTH_UNIT): Increase yyRelMonth by $1, not just...
1997-01-18 Jim MeyeringIndent with GNU indent.
1997-01-18 Jim MeyeringIndent 2 more cpp-directives to reflect nesting.
1997-01-18 Jim Meyering(get_date): Change prototype to reflect const'ness...
1997-01-18 Jim Meyering1997-01-06 Paul Eggert <eggert@twinsun.com>
1996-12-18 Jim Meyeringadd blank line.
1996-12-13 Jim Meyering(IN_CTYPE_DOMAIN): Rename from ISASCII. SH-UTILS-1_14
1996-12-10 Jim Meyering(Convert): Don't reject all dates in 2038. SH-UTILS-1_12t
1996-12-01 Jim Meyering(date): Interpret the date, L/M/N, as YYYY/MM/DD
1996-11-01 Jim MeyeringRemap yacc globals to have gd_ prefix.
1996-09-07 Jim MeyeringDefine and use upper case variants of ctype.h IS* macros.
1996-03-10 Jim MeyeringMerge changes from FSF. SH-UTILS-1_12d
1996-03-06 Jim Meyering(RelativeMonth): Add 1900 to the year so that relative...
1995-08-07 Jim MeyeringAdd FIXME comments.
1995-06-07 Jim Meyering(Convert): Use 2037 as threshold, not 1999.
1995-01-27 Jim Meyering.
1995-01-27 Jim Meyering.
1995-01-27 Jim MeyeringRemove/rewrite some comments.
1995-01-27 Jim Meyering.
next