summaryrefslogtreecommitdiff
path: root/src/entry.h
Commit message (Collapse)AuthorAgeFilesLines
* item_predicate now operates on scope_tJohn Wiegley2009-02-151-2/+2
| | | | This means item_predicate is no longer a template.
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-2/+2
|
* Removed used of src_idx.John Wiegley2009-02-031-1/+3
|
* Simplified error context handling.John Wiegley2009-02-021-2/+1
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+49
|
* 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-41/+7
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+239
is in doc/, etc.