| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -10/+10 |
* | Many improvements to lambdas and function calling | John Wiegley | 2012-03-08 | 1 | -3/+0 |
* | More work done on proper evaluation of lambdas | John Wiegley | 2012-03-07 | 1 | -1/+3 |
* | Generalized function call parsing | John Wiegley | 2012-03-05 | 1 | -16/+31 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Corrected handling of nested definitions | John Wiegley | 2012-02-21 | 1 | -6/+2 |
* | Introduced a new SCOPE expression terminal | John Wiegley | 2012-02-20 | 1 | -16/+17 |
* | Report an error in the case of '(1' (missing rparen) | John Wiegley | 2011-11-10 | 1 | -2/+2 |
* | Made -> have higher precedence than comma | John Wiegley | 2010-09-06 | 1 | -26/+26 |
* | Added initial support for lambda functions | John Wiegley | 2010-09-06 | 1 | -14/+88 |
* | Minor simplifications to valexpr parser | John Wiegley | 2010-09-05 | 1 | -29/+24 |
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -1/+1 |
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -3/+1 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -142/+142 |
* | Improved error reporting in the expression parser | John Wiegley | 2010-05-22 | 1 | -7/+2 |
* | Added any() and all() value expression macros | John Wiegley | 2010-05-08 | 1 | -1/+4 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Fixes to the value expression parser and evaluator | John Wiegley | 2009-11-10 | 1 | -1/+1 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -2/+3 |
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -4/+7 |
* | Revert "Added % suffix operator, as in "$1.00 * 10%"" | John Wiegley | 2009-06-21 | 1 | -14/+1 |
* | Added % suffix operator, as in "$1.00 * 10%" | John Wiegley | 2009-05-26 | 1 | -1/+14 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Added ; as a sequencing operator in valexprs | John Wiegley | 2009-03-03 | 1 | -2/+5 |
* | Fixed parsing of '(1, 2, (3, 4))' | John Wiegley | 2009-03-03 | 1 | -0/+9 |
* | Made error reporting while parsing more resilient | John Wiegley | 2009-03-03 | 1 | -6/+6 |
* | Added Python-style if/else expression keywords | John Wiegley | 2009-03-03 | 1 | -1/+35 |
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -1/+3 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -13/+13 |
* | Renamed O_COMMA to O_CONS, and changed semantics | John Wiegley | 2009-02-23 | 1 | -2/+3 |
* | Parse '/' in an operator context as "div" | John Wiegley | 2009-02-15 | 1 | -12/+13 |
* | Fixed the operator precedence of several operators. | John Wiegley | 2009-02-09 | 1 | -100/+115 |
* | Removed reference to session_t from the iterators module. | John Wiegley | 2009-02-09 | 1 | -12/+14 |
* | Added support for value expression definitions. | John Wiegley | 2009-02-08 | 1 | -0/+3 |
* | Better semantics for the ?: ternary operator. | John Wiegley | 2009-02-08 | 1 | -6/+8 |
* | Added support for metadata and tagging, and made regexs a first-class type. | John Wiegley | 2009-02-01 | 1 | -8/+28 |
* | Revised the way that parsing flags get passed around. | John Wiegley | 2009-01-29 | 1 | -29/+28 |
* | Removed some extraneous code. | John Wiegley | 2009-01-22 | 1 | -6/+4 |
* | Correctly report the line context when there is a valexpr parsing error. | John Wiegley | 2009-01-22 | 1 | -4/+14 |
* | Allow function calls without arguments in the parser. | John Wiegley | 2009-01-22 | 1 | -14/+3 |
* | Corrected a parse-time optimization of "! CONSTANT". | John Wiegley | 2009-01-22 | 1 | -1/+1 |
* | Redid the way command-line arguments are processed. Before, Ledger used - and | John Wiegley | 2009-01-22 | 1 | -2/+14 |