summaryrefslogtreecommitdiff
path: root/walk.cc
Commit message (Expand)AuthorAgeFilesLines
* When converting datetime_t to a long, I now need to directly access the 'when'John Wiegley2008-07-191-0/+5
* (handle_value): The transaction xdata.dflags were being set too late; theJohn Wiegley2008-04-131-2/+3
* Reworked the way date/times are handled.John Wiegley2008-04-131-35/+33
* Several fixes to lot price handling.John Wiegley2008-04-131-0/+2
* Further refinement of commodity lot information.John Wiegley2008-04-131-1/+28
* *** empty log message ***John Wiegley2008-04-131-3/+0
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-17/+19
* *** empty log message ***John Wiegley2008-04-131-2/+2
* Added new --descend option.John Wiegley2008-04-131-5/+33
* Added much better error location.John Wiegley2008-04-131-11/+14
* Added a DATETIME value type.John Wiegley2008-04-131-1/+1
* Began support for improved commodity handling.John Wiegley2008-04-131-3/+1
* Began support for improved commodity handling.John Wiegley2008-04-131-10/+4
* *** empty log message ***John Wiegley2008-04-131-6/+7
* Further improvements to lot pricing.John Wiegley2008-04-131-8/+8
* Checked in all major updates.John Wiegley2008-04-131-10/+20
* Removed Python integration support.John Wiegley2008-04-131-305/+0
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-58/+35
* See ChangeLogJohn Wiegley2008-04-131-19/+19
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-1/+1
* (operator): Rearranged some code and added an assert.John Wiegley2008-04-131-4/+1
* (operator): Rearranged some code and added an assert.John Wiegley2008-04-131-3/+8
* (subtotal_transactions::operator()): Changed the usage of theJohn Wiegley2008-04-131-5/+8
* (report_budget_items): Removed an unused local variable.John Wiegley2008-04-131-45/+40
* (sort_transactions::post_accumulated_xacts): Created this function soJohn Wiegley2008-04-131-4/+2
* (truncate_entries::flush): Fix so that --head and --tail can be usedJohn Wiegley2008-04-131-4/+13
* Changed truncate_entries so that --head and --tail can be used at theJohn Wiegley2008-04-131-6/+8
* Added the new transaction handler `truncate_entries' which can be usedJohn Wiegley2008-04-131-0/+47
* (clear_transactions_xdata): Clear the transaction xdata pointers onceJohn Wiegley2008-04-131-0/+2
* *** empty log message ***John Wiegley2008-04-131-0/+3
* *** empty log message ***John Wiegley2008-04-131-3/+1
* (related_transactions::flush): Handle the case where an auto_entry orJohn Wiegley2008-04-131-8/+21
* Added #include <alogrithm>John Wiegley2008-04-131-0/+2
* updated to 2.02John Wiegley2008-04-131-8/+8
* updated to version 2.0John Wiegley2008-04-131-0/+1099
* changesJohn Wiegley2008-04-131-662/+0
* another fix to interval reporting; end condition was sometimes off by oneJohn Wiegley2004-09-261-1/+1
* corrected the way that transaction handlers are flushedJohn Wiegley2004-09-261-5/+5
* corrected the deviation report (-D) when -V is also being usedJohn Wiegley2004-09-251-2/+6
* fixed a problem with interval strings that use only a beg or end dateJohn Wiegley2004-09-251-30/+34
* sorting optimizationJohn Wiegley2004-09-251-1/+45
* a couple of fixes to collapsed and subtotal reportsJohn Wiegley2004-09-251-15/+15
* added support for "equity" in main.pyJohn Wiegley2004-09-241-0/+12
* added a custom transaction formatter, format_entries, used by "print"John Wiegley2004-09-241-4/+5
* fixed a bug with interval reportingJohn Wiegley2004-09-231-2/+4
* more error checking and robustness modsJohn Wiegley2004-09-231-3/+8
* shored up error checking of value expressionsJohn Wiegley2004-09-231-0/+2
* fix to date mask parsing; put in a safety cutoffs when asserts are enabledJohn Wiegley2004-09-231-1/+10
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-4/+123
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-0/+3