summaryrefslogtreecommitdiff
path: root/src/format.cc
Commit message (Collapse)AuthorAgeFilesLines
* The register report is now mostly displaying multi-line balances correctly.John Wiegley2008-08-101-9/+17
| | | | It still shows lots even when --lots isn't specified, though.
* Ledger now builds without any significant warnings, except for one file. SomeJohn Wiegley2008-08-101-2/+2
| | | | | of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+391
is in doc/, etc.