summaryrefslogtreecommitdiff
path: root/src/output.h
Commit message (Collapse)AuthorAgeFilesLines
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Don't try to parse a display predicate if none has been set.John Wiegley2008-09-181-1/+1
|
* Restored the 'print' command.John Wiegley2008-09-171-0/+1
|
* Added back a lot of hacktastic logic from 2.6.1 that made the "bal" commandJohn Wiegley2008-08-141-8/+10
| | | | | 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/+10
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+140
is in doc/, etc.