summaryrefslogtreecommitdiff
path: root/src/expr.h
Commit message (Expand)AuthorAgeFilesLines
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-1/+2
* Parse '/' in an operator context as "div"John Wiegley2009-02-151-1/+2
* Recompile the amount_expr before summing account totals.John Wiegley2009-02-091-0/+4
* Fixes to the new Python/scope integration code.John Wiegley2009-02-081-0/+7
* Perhaps expr_t objects to remember their scope "context".John Wiegley2009-02-081-4/+18
* Implemented expr_context.John Wiegley2009-02-071-4/+3
* Whitespace fix.John Wiegley2009-02-051-3/+3
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-11/+1
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-2/+0
* Simplified error context handling.John Wiegley2009-02-021-0/+5
* 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-2/+2
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-2/+12
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-3/+6
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Fixed the way that nested caught exceptions are rethrown, and how valueJohn Wiegley2008-09-151-1/+2
* Removed more dead code and todo comments, and made it possible to streamJohn Wiegley2008-08-171-1/+1
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+125