| Commit message (Expand) | Author | Age | Files | Lines |
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -61/+1 |
* | (parse): The period phrase "every month" was not working (it required | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | (increment): When calculating time interval increments, set tm_isdst | John Wiegley | 2008-04-13 | 1 | -3/+4 |
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -79/+0 |
* | (parse_inclusion_specifier): When a specific day is given as a date | John Wiegley | 2008-04-13 | 1 | -2/+9 |
* | Added `input_format' array, and made `formats' external. | John Wiegley | 2008-04-13 | 1 | -1/+3 |
* | (first): Use std::localtime instead of std::gmtime. (increment): Use | John Wiegley | 2008-04-13 | 1 | -4/+3 |
* | (quick_parse_date): Add 1900 to now_year, to counter the subtraction | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | (quick_parse_date): [1178218] Fixed date problem by avoiding an | John Wiegley | 2008-04-13 | 1 | -0/+4 |
* | (export_datetime): Exposed "parse_date" function. | John Wiegley | 2008-04-13 | 1 | -0/+19 |
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -0/+4 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+419 |
* | changes | John Wiegley | 2008-04-13 | 1 | -389/+0 |
* | fix to date mask parsing; put in a safety cutoffs when asserts are enabled | John Wiegley | 2004-09-23 | 1 | -2/+12 |
* | interval_t objects now play nicely with python. see the bottom of main.py | John Wiegley | 2004-09-10 | 1 | -30/+99 |
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -10/+21 |
* | more cleanup | John Wiegley | 2004-08-21 | 1 | -6/+6 |
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 1 | -4/+5 |
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -7/+55 |
* | added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc. | John Wiegley | 2004-08-18 | 1 | -34/+88 |
* | changes to value expressions, and to how the display predicate is computed | John Wiegley | 2004-08-17 | 1 | -2/+2 |
* | slight fixes | John Wiegley | 2004-08-17 | 1 | -5/+1 |
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -2/+71 |
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -0/+6 |
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -0/+125 |