aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getdate.y (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-1520/+0
2006-07-09Update from gnulib.Paul Eggert1-18/+8
2006-06-11(__attribute__): Don't define if already defined.Paul Eggert1-2/+4
2006-04-25(get_date): When adding relative date, start with thePaul Eggert1-1/+5
2005-08-13(get_date): Undo part of the 2005-04-04 change, so thatJim Meyering1-1/+1
2005-07-21(relative_time): New type.Paul Eggert1-64/+93
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-04-13(zone): Allow relunit_snumber after tZONE, soPaul Eggert1-14/+20
2005-04-12(universal_time_zone_table): New constant.Paul Eggert1-5/+18
2005-04-04(parser_control): rels_seen is now a boolean, not aPaul Eggert1-12/+19
2005-02-21(get_date): gettime now returns void, not int.Paul Eggert1-3/+4
2004-12-24(YYSTACK_USE_ALLOCA): Define to 0, since there's noPaul Eggert1-7/+5
2004-12-20Fix typo in comment.Paul Eggert1-1/+1
2004-12-19Include <alloca.h> only if HAVE_ALLOCA.Paul Eggert1-1/+12
2004-12-08(textint): New member "negative".Paul Eggert1-7/+32
2004-11-16(tORDINAL): New token.Paul Eggert1-17/+35
2004-11-11Sync from gnulib.Paul Eggert1-4/+19
2004-11-03remove trailing blanksJim Meyering1-1/+1
2004-11-03Sync from gnulib.Paul Eggert1-4/+3
2004-10-29Sync from gnulib.Paul Eggert1-278/+389
2004-10-04Sync from gnulib, to remove dependencies of other modules on unlocked-io.Paul Eggert1-1/+3
2004-08-02(lookup_word): Rewrite to avoid cast.Paul Eggert1-2/+5
2004-06-06Update from gnulib.Jim Meyering1-1/+2
2004-03-17Include "getdate.h" first, as we can nowJim Meyering1-125/+291
2004-03-15`date --date="21:04 +0100" +%S' would print the seconds valueJim Meyering1-1/+2
2003-09-10Include <stdlib.h>, <string.h> unconditionally.Jim Meyering1-6/+2
2003-09-03(relative_time_table): Use tDAY_UNIT for "tomorrow",Jim Meyering1-4/+4
2003-06-10Also accept dates of the form May-23-2003.Jim Meyering1-0/+8
2003-06-07Include alloca.h unconditionally.Jim Meyering1-4/+3
2003-01-06(get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.Jim Meyering1-1/+1
2002-01-16add 2002 to Copyright lineJim Meyering1-1/+1
2002-01-16(ISDIGIT): Comment fix.Jim Meyering1-7/+6
2001-11-17Include unlocked-io.h.Jim Meyering1-0/+1
2001-04-08that's necessary when the offset spans a DST transition.Jim Meyering1-1/+3
2000-06-15(get_date): Apply relative times after time zone indicator, not before.Jim Meyering1-5/+25
2000-02-22Handle two-digit years with leading zeros correctly.Jim Meyering1-80/+112
2000-01-12Update copyright notice.Jim Meyering1-1/+1
2000-01-06Sync tm_diff with the GNU C Library.Jim Meyering1-20/+30
1999-12-22rewrite expression (equivalently) at request of Paul EggertJim Meyering1-1/+1
1999-12-22(get_date): Fix typo in time_t overflow test.Jim Meyering1-2/+2
1999-10-31update a comment from alpha.gnu.org:/home/gd/gnu/lib/getdate.yJim Meyering1-2/+5
1999-10-04(__attribute__): Define to empty if GCC claims toJim Meyering1-1/+1
1999-08-29(relative_time_table): Change `type' of `THIS' fromJim Meyering1-1/+1
1999-08-29(get_date): Rename latter local `tm' to probe_tm.Jim Meyering1-5/+5
1999-08-29(get_date): Rename outermost local `probe' to `quarter'.Jim Meyering1-3/+3
1999-08-29Add copyright notice.Jim Meyering1-798/+797
1999-08-07(OtherTable[]): Use tDAY_UNIT for `tomorrow,'Jim Meyering1-4/+4
1999-05-20add the comment to go with last changeJim Meyering1-0/+4
1999-05-20(get_date): Let mktime deduce tm_isdst if weJim Meyering1-0/+2
1999-04-18<stdlib.h>: Include if HAVE_STDLIB_H, since bison 1.27 invokes "free".Jim Meyering1-4/+8