Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rearranged the code a bit, breaking walk.cc into several different files: | John Wiegley | 2008-08-03 | 1 | -1/+2 |
| | | | | | | | | | | compare compare_items<T> handler item_handler<T> iterators used to iterators sets of journal objects filters derived from item_handler, they morph the result set output derived from item_handler, these do the printing Also, created a new 'help' files which contains just Ledger's help text. | ||||
* | Added several missing copyright notices. | John Wiegley | 2008-08-03 | 1 | -0/+31 |
| | |||||
* | Journal data structures now use date_t instead of datetime_t. | John Wiegley | 2008-08-01 | 1 | -6/+5 |
| | | | | | | | | This means transactions can only have day-level granularity -- which has always been the case from an data file point of view. The advantage to this restriction is that reports will now be immune from daylight savings related bugs, where a transaction falls to the wrong side of a --monthly report, for example. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -10/+10 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | A large body of work to get the register report printing again, but still | John Wiegley | 2008-07-27 | 1 | -2/+2 |
| | | | | fails due to the fact that 2.x value expression syntax is not restored. | ||||
* | --verify works again, but the memory totals at the end still need work. | John Wiegley | 2008-07-26 | 1 | -2/+10 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -3/+4 |
| | |||||
* | Removed the --reconcilable option, since the pending flag is now being | John Wiegley | 2008-04-13 | 1 | -4/+2 |
| | | | | used. | ||||
* | Converted the reconciler into an item_handler, so that it interacts | John Wiegley | 2008-04-13 | 1 | -5/+24 |
| | | | | with the core the same way as everything else. | ||||
* | (search_for_balance): Sped things up by a factor of ten. Still won't | John Wiegley | 2008-04-13 | 1 | -13/+4 |
| | | | | help for uncleared lists >~27 items (2^27), but it helps. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Added framework for an auto-reconcile command. Useful primarily for | John Wiegley | 2008-04-13 | 1 | -0/+23 |
GUI developers. |