| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to allow DATETIME values to be negated, for the purposes of reverse | John Wiegley | 2008-07-17 | 1 | -3/+2 |
* | Removed implicit conversions from ledger::date_t to std::time_t, since this | John Wiegley | 2008-07-17 | 1 | -9/+6 |
* | Correct several glaring issues with interval_t and the date parser, which has | John Wiegley | 2008-07-17 | 1 | -6/+6 |
* | datetime.h (class date_t, operator-): [#34] Changed two methods to allow | John Wiegley | 2008-05-07 | 1 | -2/+2 |
* | Added a class operator hack to allow building on FreeBSD 8. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | Added a fix to allowing building on the latest version of BSD. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | Cast time_t object to long, for the sake of FreeBSD. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+5 |
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -70/+247 |
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -7/+8 |
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -0/+74 |
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -12/+10 |
* | Added `input_format' array, and made `formats' external. | John Wiegley | 2008-04-13 | 1 | -4/+4 |
* | Whitespace changes. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+62 |
* | changes | John Wiegley | 2008-04-13 | 1 | -59/+0 |
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -1/+1 |
* | interval_t objects now play nicely with python. see the bottom of main.py | John Wiegley | 2004-09-10 | 1 | -9/+19 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -1/+8 |
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 1 | -3/+8 |
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -7/+6 |
* | added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc. | John Wiegley | 2004-08-18 | 1 | -1/+2 |
* | changes to value expressions, and to how the display predicate is computed | John Wiegley | 2004-08-17 | 1 | -0/+3 |
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -7/+9 |
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -0/+13 |
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -0/+19 |