summaryrefslogtreecommitdiff
path: root/src/output.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Wrote the beginnings of a new "stats" command.John Wiegley2009-02-101-0/+35
|
* Restored all the option handlers from 2.6.2, but not the options themselves.John Wiegley2009-02-061-2/+2
|
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-1/+0
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+34
|
* Created a new stream.h file for dealing with output streaming.John Wiegley2009-01-301-1/+1
|
* 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.