summaryrefslogtreecommitdiff
path: root/src/item.h
Commit message (Collapse)AuthorAgeFilesLines
* The Great Renaming, Part IIJohn Wiegley2009-02-231-7/+7
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Added a new --raw option, for use with printJohn Wiegley2009-02-211-2/+3
|
* xact metadata searches get passed up to the entryJohn Wiegley2009-02-141-0/+7
| | | | | | That is, if a metadata tag cannot be found in a transaction, look in the parent entry to see if it was set there. Transactions "inherit" notational details from their entries.
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-0/+5
|
* Improved an error message that was trying to show transaction context.John Wiegley2009-02-081-1/+1
|
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-2/+0
|
* Removed all references to the old binary cache.John Wiegley2009-02-041-3/+2
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-5/+5
|
* Simplified the textual parser, and improved metadata support.John Wiegley2009-02-041-7/+1
|
* Removed used of src_idx.John Wiegley2009-02-031-12/+6
|
* Removed some dead code.John Wiegley2009-02-031-8/+0
|
* Removed the global references to session->report.John Wiegley2009-02-031-0/+2
|
* Simplified error context handling.John Wiegley2009-02-021-9/+15
|
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-011-0/+18
|
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-2/+6
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
|
* 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-10/+4
|
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-0/+135