Age | Commit message (Expand) | Author |
2005-08-13 | (get_date): Undo part of the 2005-04-04 change, so that | Jim Meyering |
2005-07-21 | (relative_time): New type. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-13 | (zone): Allow relunit_snumber after tZONE, so | Paul Eggert |
2005-04-12 | (universal_time_zone_table): New constant. | Paul Eggert |
2005-04-04 | (parser_control): rels_seen is now a boolean, not a | Paul 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 no | Paul Eggert |
2004-12-20 | Fix typo in comment. | Paul Eggert |
2004-12-19 | Include <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-11 | Sync from gnulib. | Paul Eggert |
2004-11-03 | remove trailing blanks | Jim Meyering |
2004-11-03 | Sync from gnulib. | Paul Eggert |
2004-10-29 | Sync from gnulib. | Paul Eggert |
2004-10-04 | Sync 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-06 | Update from gnulib. | Jim Meyering |
2004-03-17 | Include "getdate.h" first, as we can now | Jim Meyering |
2004-03-15 | `date --date="21:04 +0100" +%S' would print the seconds value | Jim Meyering |
2003-09-10 | Include <stdlib.h>, <string.h> unconditionally. | Jim Meyering |
2003-09-03 | (relative_time_table): Use tDAY_UNIT for "tomorrow", | Jim Meyering |
2003-06-10 | Also accept dates of the form May-23-2003. | Jim Meyering |
2003-06-07 | Include alloca.h unconditionally. | Jim Meyering |
2003-01-06 | (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE. | Jim Meyering |
2002-01-16 | add 2002 to Copyright line | Jim Meyering |
2002-01-16 | (ISDIGIT): Comment fix. | Jim Meyering |
2001-11-17 | Include unlocked-io.h. | Jim Meyering |
2001-04-08 | that'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-22 | Handle two-digit years with leading zeros correctly. | Jim Meyering |
2000-01-12 | Update copyright notice. | Jim Meyering |
2000-01-06 | Sync tm_diff with the GNU C Library. | Jim Meyering |
1999-12-22 | rewrite expression (equivalently) at request of Paul Eggert | Jim Meyering |
1999-12-22 | (get_date): Fix typo in time_t overflow test. | Jim Meyering |
1999-10-31 | update a comment from alpha.gnu.org:/home/gd/gnu/lib/getdate.y | Jim Meyering |
1999-10-04 | (__attribute__): Define to empty if GCC claims to | Jim Meyering |
1999-08-29 | (relative_time_table): Change `type' of `THIS' from | Jim 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-29 | Add copyright notice. | Jim Meyering |
1999-08-07 | (OtherTable[]): Use tDAY_UNIT for `tomorrow,' | Jim Meyering |
1999-05-20 | add the comment to go with last change | Jim Meyering |
1999-05-20 | (get_date): Let mktime deduce tm_isdst if we | Jim 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 |
1999-03-28 | (get_date): Reuse tm_isdst of first localtime | Jim Meyering |
1999-02-19 | <alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H. | Jim Meyering |
1998-12-31 | Fix warnings from gcc -W -Wall | Jim Meyering |