summaryrefslogtreecommitdiff
path: root/lib/getdate.y
Commit message (Expand)AuthorAgeFilesLines
* getdate: rename to get_dateEric Blake2010-09-301-1572/+0
* getdate: don't leak when TZ contains two or more '"'sJim Meyering2010-01-181-0/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_Eric Blake2009-12-231-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-571/+571
* maint: minor cleanupsEric Blake2009-10-071-12/+2
* Make getdate.y compile on QNX and NetBSD 5 / i386.Bruno Haible2009-09-171-11/+22
* getdate: correctly interpret "next monday" when run on a MondayGiuseppe Scrivano2009-05-031-4/+6
* getdate.y: disallow countable dayshifts like "4 yesterday ago"Ondřej Vašík2008-09-291-6/+13
* getdate.y: reject an out-of-range timezone valueOndřej Vašík2008-09-041-8/+26
* getdate.y: avoid locale-dependent date parsing failureJim Meyering2008-08-041-7/+7
* getdate.y: do not ignore TZ with relative day, month or year offsetOndřej Vašík2008-07-031-21/+23
* getdate.y: factor out common actionsOndřej Vašík2008-07-021-53/+34
* Fix problem with getdate on mingw32 reported by Simon JosefssonPaul Eggert2008-01-151-1/+1
* Split setenv module into setenv and unsetenv. Get rid of setenv.h.Bruno Haible2007-12-261-1/+0
* Adjust getdate's grammar to accept a slightly more regular language.Ondřej Vašík2007-11-221-31/+56
* Treat an empty date string exactly like "0".Jim Meyering2007-11-011-0/+6
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Detect porting problems to FreeBSD/arm, which has time_t wider thanPaul Eggert2007-06-181-0/+10
* * lib/getdate.h (includes): Include <time.h>, not "timespec.h".Eric Blake2007-02-231-1/+2
* * lib/getdate.y (yyerror): Make the arguments pointer-to-const,Paul Eggert2006-10-241-2/+3
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * lib/.cppi-disable: Add wcwidth.Paul Eggert2006-07-061-4/+3
* * lib/memcasecmp.c: Include <limits.h>.Paul Eggert2006-07-051-15/+6
* * getdate.y (__attribute__): Don't define if already defined.Paul Eggert2006-06-111-2/+4
* * getdate.y (get_date): When adding relative date, start with thePaul Eggert2006-04-251-1/+5
* * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.Paul Eggert2005-09-221-65/+94
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (zone): Allow relunit_snumber after tZONE, soPaul Eggert2005-04-131-14/+20
* (universal_time_zone_table): New constant.Paul Eggert2005-04-121-5/+18
* (parser_control): rels_seen is now a boolean, not aPaul Eggert2005-04-041-12/+19
* * modules/gethrxtime: New file.Paul Eggert2005-02-261-3/+4
* (YYSTACK_USE_ALLOCA): Define to 0, since there's no need to extend thePaul Eggert2004-12-241-7/+4
* (YYINITDEPTH): New macro, so that the initial stack is small too.Paul Eggert2004-12-241-0/+1
* Fix typo in comment in previous change.Paul Eggert2004-12-201-1/+1
* * alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.Paul Eggert2004-12-191-1/+12
* Merge from coreutils.Paul Eggert2004-12-081-7/+32
* (tORDINAL): New token.Paul Eggert2004-11-161-17/+35
* (SHR): New macro, which is a portablePaul Eggert2004-11-111-4/+19
* Remove trailing white space.Paul Eggert2004-11-031-1/+1
* * getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.Paul Eggert2004-11-021-4/+3
* Add support for TZ="foo" within a date string.Paul Eggert2004-10-291-129/+248
* Use Bison 1.875 features, and some minorPaul Eggert2004-10-251-149/+141
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+3
* Merge from coreutils.Paul Eggert2004-08-071-2/+5
* * getdate.y (yylex): Allow space between sign and number.Paul Eggert2004-06-061-1/+2
* Merge from coreutils.Paul Eggert2004-03-311-125/+292
* Remove K&R cruft.Paul Eggert2003-09-091-6/+2
* (relative_time_table): Use tDAY_UNIT for "tomorrow", "yesterday",Paul Eggert2003-09-031-4/+4
* (date): Also accept dates like May-23-2003; suggestionPaul Eggert2003-08-051-0/+8