summaryrefslogtreecommitdiff
path: root/src/xact.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Restored --cleared, --pending, --uncleared, -X and -Y.John Wiegley2008-09-161-1/+1
|
* Transactional assignments (i.e., confirmed balances) are working now.John Wiegley2008-09-141-1/+3
|
* Fixed a memory leak that would show up if --verify --verbose was running andJohn Wiegley2008-08-101-2/+14
| | | | an error or exception occurred.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+228
is in doc/, etc.