summaryrefslogtreecommitdiff
path: root/src/xact.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-24/+0
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-2/+2
|
* Simplified the textual parser, and improved metadata support.John Wiegley2009-02-041-9/+0
|
* Removed unneeded member variables.John Wiegley2009-02-041-3/+1
|
* Don't store the amount expression object in transactions.John Wiegley2009-02-031-0/+6
| | | | This is unnecessary since binary caching is no longer being used.
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
|
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-7/+7
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Changed some of the transaction flags, since all must fit in 8 bits.John Wiegley2008-09-191-4/+4
|
* Renamed XACT_BALANCE flag to XACT_MUST_BALANCE.John Wiegley2008-09-191-5/+5
|
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-60/+29
|
* 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.