| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
* | Changed an assert into a proper exception | John Wiegley | 2011-07-17 | 1 | -3/+1 |
* | O_DEFINE operator should always return NULL_VALUE | John Wiegley | 2011-07-17 | 1 | -0/+5 |
* | Added some debug code | John Wiegley | 2011-02-10 | 1 | -0/+24 |
* | Added initial support for lambda functions | John Wiegley | 2010-09-06 | 1 | -11/+21 |
* | Minor simplifications to valexpr parser | John Wiegley | 2010-09-05 | 1 | -34/+11 |
* | Generalized the semantics of FOO.BAR in valexprs | John Wiegley | 2010-06-24 | 1 | -17/+7 |
* | Fixed how valexpr function defs and calls work | John Wiegley | 2010-06-24 | 1 | -15/+32 |
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -1/+1 |
* | Report error context in expressions more precisely | John Wiegley | 2010-06-13 | 1 | -3/+3 |
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -36/+16 |
* | If a type context exists, confirm the result matches | John Wiegley | 2010-06-13 | 1 | -0/+15 |
* | Expression evaluations now have a "type context" | John Wiegley | 2010-06-13 | 1 | -6/+9 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -109/+109 |
* | Allow opt -NDEBUG build to complete without warnings | John Wiegley | 2010-06-04 | 1 | -0/+2 |
* | Added O_EXPAND operator, to handle macros | John Wiegley | 2010-05-08 | 1 | -3/+49 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -1/+1 |
* | Fixes to the value expression parser and evaluator | John Wiegley | 2009-11-10 | 1 | -45/+46 |
* | Segregated symbols into 5 separate namespaces | John Wiegley | 2009-11-04 | 1 | -6/+8 |
* | Change the value_t::POINTER type to value_t::SCOPE | John Wiegley | 2009-10-30 | 1 | -3/+3 |
* | Output pointer values correctly for 64-bit systems | John Wiegley | 2009-10-27 | 1 | -1/+1 |
* | Improved debug output of "--debug expr.calc" | John Wiegley | 2009-10-25 | 1 | -38/+61 |
* | Split commodity.h/cc into three files | John Wiegley | 2009-06-24 | 1 | -0/+1 |
* | Restored --percent option, added baseline test | John Wiegley | 2009-06-21 | 1 | -4/+9 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -0/+1 |
* | Added ; as a sequencing operator in valexprs | John Wiegley | 2009-03-03 | 1 | -0/+46 |
* | Fixed parsing of '(1, 2, (3, 4))' | John Wiegley | 2009-03-03 | 1 | -1/+0 |
* | Fixed the printing of O_CONS nodes | John Wiegley | 2009-02-28 | 1 | -14/+25 |
* | Corrected output of O_CALL nodes | John Wiegley | 2009-02-27 | 1 | -3/+5 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -8/+8 |
* | Renamed O_COMMA to O_CONS, and changed semantics | John Wiegley | 2009-02-23 | 1 | -26/+47 |
* | Restored the --budget option | John Wiegley | 2009-02-20 | 1 | -1/+1 |
* | Parse '/' in an operator context as "div" | John Wiegley | 2009-02-15 | 1 | -1/+1 |
* | Changed debug category op.calc to expr.calc | John Wiegley | 2009-02-15 | 1 | -2/+2 |
* | Removed an excessive error check. | John Wiegley | 2009-02-12 | 1 | -3/+0 |
* | Revert "If a valexpr identifier is unknown at calc time, re-compile at that p... | John Wiegley | 2009-02-09 | 1 | -5/+2 |
* | If a valexpr identifier is unknown at calc time, re-compile at that point. | John Wiegley | 2009-02-09 | 1 | -2/+5 |
* | Perhaps expr_t objects to remember their scope "context". | John Wiegley | 2009-02-08 | 1 | -31/+31 |
* | Added support for value expression definitions. | John Wiegley | 2009-02-08 | 1 | -12/+78 |
* | Better semantics for the ?: ternary operator. | John Wiegley | 2009-02-08 | 1 | -0/+33 |
* | Added debug code to the op_t calculation routine. | John Wiegley | 2009-02-07 | 1 | -30/+58 |
* | Removed handling of the unnused INDEX operator. | John Wiegley | 2009-02-07 | 1 | -18/+0 |
* | Implemented expr_context. | John Wiegley | 2009-02-07 | 1 | -1/+2 |
* | Refer to empty expression operators as simply NULL. | John Wiegley | 2009-02-07 | 1 | -2/+1 |
* | Correction to debug output. | John Wiegley | 2009-02-07 | 1 | -1/+1 |
* | When recompiled an expr_t, forget old definitions. | John Wiegley | 2009-02-05 | 1 | -1/+5 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -41/+26 |
* | Fixed the processing of O_NOT operations. | John Wiegley | 2009-02-03 | 1 | -4/+6 |