summaryrefslogtreecommitdiff
path: root/src/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Cured several harmless compiler warningsJohn Wiegley2009-03-041-0/+2
* Changed how comments are output to be more logicalJohn Wiegley2009-03-011-6/+9
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-1/+1
* The print command now prints xact's effective dateJohn Wiegley2009-02-271-0/+7
* If an item tag is already set, don't overwrite itJohn Wiegley2009-02-261-1/+2
* Added a new source_context functionJohn Wiegley2009-02-261-23/+2
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-5/+5
* Switched from using POST_AUTO to ITEM_GENERATEDJohn Wiegley2009-02-241-2/+10
* Added a new --raw option, for use with printJohn Wiegley2009-02-211-18/+28
* Added valexpr vars for accessing item positionJohn Wiegley2009-02-191-0/+23
* Fixed several unused value and param warningsJohn Wiegley2009-02-161-1/+1
* xact metadata searches get passed up to the entryJohn Wiegley2009-02-141-42/+52
* Rewrote the "entry" command. It's ALIVE!John Wiegley2009-02-111-0/+3
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-7/+10
* Terminate the buffer used to read in item context.John Wiegley2009-02-081-0/+2
* Improved an error message that was trying to show transaction context.John Wiegley2009-02-081-3/+2
* Have all items respond to the "depth" property, defaulting to 0.John Wiegley2009-02-081-0/+6
* item_t::get_uncleared was returning true if CLEARED.John Wiegley2009-02-071-1/+1
* The "note" expressions returns an empty string if there is no note.John Wiegley2009-02-071-1/+1
* Refer to empty expression operators as simply NULL.John Wiegley2009-02-071-1/+1
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-2/+0
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-16/+6
* Simplified the textual parser, and improved metadata support.John Wiegley2009-02-041-2/+28
* Removed used of src_idx.John Wiegley2009-02-031-34/+28
* Removed the global references to session->report.John Wiegley2009-02-031-2/+4
* Don't allow implicit matching of strings against masks, =~ is needed.John Wiegley2009-02-021-7/+23
* Use > quoting characters when excerpting from the user's data file.John Wiegley2009-02-021-1/+1
* Added a missing brace.John Wiegley2009-02-021-1/+1
* Simplified error context handling.John Wiegley2009-02-021-2/+45
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-011-1/+149
* Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.John Wiegley2009-01-311-1/+1
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* The cleared or pending flag of a transaction overrides the flag for the entireJohn Wiegley2009-01-141-1/+4
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-0/+141