summaryrefslogtreecommitdiff
path: root/src/output.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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.