summaryrefslogtreecommitdiff
path: root/src/output.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed an unused extended account xdata flagJohn Wiegley2009-02-161-9/+7
|
* Moved format_accounts::should_display out of lineJohn Wiegley2009-02-161-0/+9
|
* Simplified the stats commandJohn Wiegley2009-02-161-9/+4
|
* Fleshed out the "stats" commandJohn Wiegley2009-02-161-11/+80
|
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-34/+0
|
* Wrote the beginnings of a new "stats" command.John Wiegley2009-02-101-0/+31
|
* Removed the balance_pair_t type, since it's now an unneeded abstraction.John Wiegley2009-02-091-4/+0
| | | | | This type was a holdback from the days before the amount_expr was used everywhere to determine a transaction's value.
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-3/+3
|
* Create bound scopes for locating the total expr.John Wiegley2009-02-051-2/+4
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-15/+29
|
* Created a new stream.h file for dealing with output streaming.John Wiegley2009-01-301-7/+7
|
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-6/+6
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Output newlines between entries using format strings, not hard-coded.John Wiegley2009-01-141-2/+0
|
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-1/+1
|
* Restored the 'print' command.John Wiegley2008-09-171-1/+11
|
* Added back a lot of hacktastic logic from 2.6.1 that made the "bal" commandJohn Wiegley2008-08-141-7/+5
| | | | | somewhat smart about how it interpreted certain options. Beware, code, for your days are not long-lived.
* The balance output now includes the final total.John Wiegley2008-08-131-8/+4
|
* Basic balance reports are working again!John Wiegley2008-08-101-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+310
is in doc/, etc.