summaryrefslogtreecommitdiff
path: root/src/account.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnused account_t::ident.John Wiegley2009-02-071-7/+2
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-1/+2
|
* Removed the global references to session->report.John Wiegley2009-02-031-1/+1
|
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-1/+1
|
* 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
|
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-5/+2
|
* Added a forward declaration for session_t.John Wiegley2008-08-151-0/+1
|
* Fixed a memory leak that would show up if --verify --verbose was running andJohn Wiegley2008-08-101-2/+14
| | | | an error or exception occurred.
* Basic balance reports are working again!John Wiegley2008-08-101-2/+5
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+155
is in doc/, etc.