summaryrefslogtreecommitdiff
path: root/datetime.h
Commit message (Expand)AuthorAgeFilesLines
* Changes to allow DATETIME values to be negated, for the purposes of reverseJohn Wiegley2008-07-171-3/+2
* Removed implicit conversions from ledger::date_t to std::time_t, since thisJohn Wiegley2008-07-171-9/+6
* Correct several glaring issues with interval_t and the date parser, which hasJohn Wiegley2008-07-171-6/+6
* datetime.h (class date_t, operator-): [#34] Changed two methods to allowJohn Wiegley2008-05-071-2/+2
* Added a class operator hack to allow building on FreeBSD 8.John Wiegley2008-04-131-2/+2
* Added a fix to allowing building on the latest version of BSD.John Wiegley2008-04-131-2/+2
* Cast time_t object to long, for the sake of FreeBSD.John Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-0/+2
* *** empty log message ***John Wiegley2008-04-131-5/+5
* Reworked the way date/times are handled.John Wiegley2008-04-131-70/+247
* Added much better error location.John Wiegley2008-04-131-7/+8
* Added a DATETIME value type.John Wiegley2008-04-131-0/+74
* Began support for improved commodity handling.John Wiegley2008-04-131-12/+10
* Added `input_format' array, and made `formats' external.John Wiegley2008-04-131-4/+4
* Whitespace changes.John Wiegley2008-04-131-1/+1
* updated to version 2.0John Wiegley2008-04-131-0/+62
* changesJohn Wiegley2008-04-131-59/+0
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-9/+19
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-1/+8
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-3/+8
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-7/+6
* added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc.John Wiegley2004-08-181-1/+2
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-171-0/+3
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-7/+9
* more cleanupJohn Wiegley2004-08-111-0/+13
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-0/+19