summaryrefslogtreecommitdiff
path: root/src/main.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Restored the 'print' command.John Wiegley2008-09-171-1/+4
|
* Restored --format, --date-format (-y), and --input-date-format options.John Wiegley2008-09-141-1/+4
|
* Removed more dead code and todo comments, and made it possible to streamJohn Wiegley2008-08-171-2/+2
| | | | compiled value expressions.
* Added back a lot of hacktastic logic from 2.6.1 that made the "bal" commandJohn Wiegley2008-08-141-4/+73
| | | | | 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-16/+14
|
* The -f flag now works again.John Wiegley2008-08-131-1/+1
|
* Regular expressions supplied after 'reg' or 'bal' are working again.John Wiegley2008-08-101-10/+6
|
* Fixed a memory leak that would show up if --verify --verbose was running andJohn Wiegley2008-08-101-3/+2
| | | | an error or exception occurred.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+593
is in doc/, etc.