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