summaryrefslogtreecommitdiff
path: root/src/balance.cc
Commit message (Collapse)AuthorAgeFilesLines
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-8/+9
|
* Added --exchange (-x) optionJohn Wiegley2009-02-221-2/+4
| | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD
* Fixed the way values are justified for printingJohn Wiegley2009-02-221-5/+5
|
* Restored the --budget optionJohn Wiegley2009-02-201-1/+1
|
* Moved amount_t::right_justify to simply ::justifyJohn Wiegley2009-02-191-3/+10
|
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-9/+3
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-4/+5
|
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-10/+0
|
* Values can now be streamed to XML, and all the types they refer to.John Wiegley2009-02-011-0/+10
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Fixed the market valuation function for balances.John Wiegley2009-01-191-7/+9
|
* Removed more "pending" type comments.John Wiegley2008-08-171-3/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+255
is in doc/, etc.