summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow payee names to contain multiple spacesJohn Wiegley2012-03-122-1/+41
* | Ignore all trailing whitespace in Ledger journalsJohn Wiegley2012-03-121-13/+12
* | Merge pull request #57 from plathrop/bug/emacs-reconcile-visitJohn Wiegley2012-03-111-1/+1
|\ \
| * | Fix ledger-reconcile-visit.Paul Lathrop2012-03-051-1/+1
* | | Guarded against unreachable code warningsJohn Wiegley2012-03-112-4/+4
* | | DO_VERIFY() was always true in optimized buildsJohn Wiegley2012-03-111-1/+1
* | | Critical fix to temporary destruction orderJohn Wiegley2012-03-113-2/+11
* | | Quieted several compiler warnings from ClangJohn Wiegley2012-03-114-5/+7
* | | Make sure not to free global_scope unless --verifyJohn Wiegley2012-03-111-7/+6
* | | Fixed a bug that was breaking optimized buildsJohn Wiegley2012-03-111-5/+0
* | | Don't clean up at end if not neededJohn Wiegley2012-03-111-0/+1
* | | When --percent is used, disable --decimal-comma after parsingJohn Wiegley2012-03-111-7/+10
* | | Corrected a typoJohn Wiegley2012-03-111-1/+1
* | | Tighten up argument passing related to fn_market()John Wiegley2012-03-1121-160/+153
* | | Allow balances to be passed to nail_downJohn Wiegley2012-03-113-1/+42
* | | Corrected a rounding error in nail_downJohn Wiegley2012-03-112-1/+19
* | | Improve error reporting of nested function callsJohn Wiegley2012-03-111-6/+7
* | | --percent now plays well with -X and -VJohn Wiegley2012-03-101-0/+9
* | | Added --immediate optionJohn Wiegley2012-03-104-0/+9
* | | Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-1013-23/+119
* | | Allow conversion of negative values with int()John Wiegley2012-03-101-1/+1
* | | Make --lot-notes the primary name, not --lot-tagsJohn Wiegley2012-03-102-2/+1
* | | Give a better error when sequences are mis-indexedJohn Wiegley2012-03-101-6/+13
* | | Added syntactic sugar for lot pricing: {{$500.00}}John Wiegley2012-03-104-10/+66
* | | Make --lot-notes a synonym for --lot-tagsJohn Wiegley2012-03-103-2/+3
* | | Fixed options processing of --value-exprJohn Wiegley2012-03-092-4/+7
* | | Added --value-expr optionJohn Wiegley2012-03-094-0/+6
* | | Improved the behavior of -XJohn Wiegley2012-03-095-13/+192
* | | Allow valuation of sequencesJohn Wiegley2012-03-091-4/+9
* | | Move expr_t's ctor/dtors into expr.ccJohn Wiegley2012-03-092-53/+84
* | | Allow --budget-format to be usedJohn Wiegley2012-03-091-0/+1
* | | Fixed the behavior of fn_nail_downJohn Wiegley2012-03-093-41/+234
* | | -H now implies -VJohn Wiegley2012-03-091-0/+1
* | | Corrected value_expr annotation comparisonsJohn Wiegley2012-03-091-1/+3
* | | Fixed the way adjacency_list was being usedJohn Wiegley2012-03-092-98/+99
* | | Simplified some code in commodity_pool_tJohn Wiegley2012-03-091-4/+2
* | | Display file name when a regression test failsJohn Wiegley2012-03-092-3/+5
* | | Reworked the way that options are handledJohn Wiegley2012-03-0910-539/+468
* | | Defend against Dijkstra returning reverse pathsJohn Wiegley2012-03-092-19/+43
* | | Added amount_t::commodity_ptr()John Wiegley2012-03-093-8/+14
* | | Use Boost.TupleJohn Wiegley2012-03-093-13/+14
* | | Added int and str value expression functionsJohn Wiegley2012-03-092-0/+21
* | | Added to_string() and operator+(const char *, string)John Wiegley2012-03-091-0/+10
* | | Whitespace fixJohn Wiegley2012-03-091-1/+0
* | | Don't do fullcheck with --gmalloc anymoreJohn Wiegley2012-03-091-4/+4
* | | Added the notion of "virtual costs"John Wiegley2012-03-097-8/+24
* | | fn_market can now accept a commodity name for arg 0John Wiegley2012-03-081-3/+13
* | | Added --historical optionJohn Wiegley2012-03-084-3/+72
* | | Added nail_down() for pinning market value exprsJohn Wiegley2012-03-084-0/+32
* | | Corrected calculation of market valuation expressionsJohn Wiegley2012-03-081-6/+12