summaryrefslogtreecommitdiff
path: root/datetime.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed Python integration support.John Wiegley2008-04-131-79/+0
* (parse_inclusion_specifier): When a specific day is given as a dateJohn Wiegley2008-04-131-2/+9
* Added `input_format' array, and made `formats' external.John Wiegley2008-04-131-1/+3
* (first): Use std::localtime instead of std::gmtime. (increment): UseJohn Wiegley2008-04-131-4/+3
* (quick_parse_date): Add 1900 to now_year, to counter the subtractionJohn Wiegley2008-04-131-1/+1
* (quick_parse_date): [1178218] Fixed date problem by avoiding anJohn Wiegley2008-04-131-0/+4
* (export_datetime): Exposed "parse_date" function.John Wiegley2008-04-131-0/+19
* Changes to support building with gcc 2.95.John Wiegley2008-04-131-0/+4
* updated to version 2.0John Wiegley2008-04-131-0/+419
* changesJohn Wiegley2008-04-131-389/+0
* fix to date mask parsing; put in a safety cutoffs when asserts are enabledJohn Wiegley2004-09-231-2/+12
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-30/+99
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-10/+21
* more cleanupJohn Wiegley2004-08-211-6/+6
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-4/+5
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-7/+55
* added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc.John Wiegley2004-08-181-34/+88
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-171-2/+2
* slight fixesJohn Wiegley2004-08-171-5/+1
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-2/+71
* more cleanupJohn Wiegley2004-08-111-0/+6
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-0/+125