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