| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrections to the query language parser | John Wiegley | 2011-11-10 | 1 | -3/+1 |
* | Report an error in the case of '(1' (missing rparen) | John Wiegley | 2011-11-10 | 1 | -7/+97 |
* | Added casts necessary for building under Visual Studio | John Wiegley | 2011-03-03 | 1 | -1/+1 |
* | Fixed a bug preventing g++ 4.6 from working | John Wiegley | 2011-02-04 | 1 | -0/+7 |
* | Fixes for compilation as C++0x code | John Wiegley | 2011-02-04 | 1 | -1/+6 |
* | Added initial support for lambda functions | John Wiegley | 2010-09-06 | 1 | -1/+10 |
* | Minor simplifications to valexpr parser | John Wiegley | 2010-09-05 | 1 | -14/+8 |
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -2/+2 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -66/+66 |
* | Moved a misplaced parenthesis | John Wiegley | 2010-06-02 | 1 | -1/+1 |
* | Improved error reporting in the expression parser | John Wiegley | 2010-05-22 | 1 | -11/+36 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | The new period parser is passing all tests | John Wiegley | 2009-11-18 | 1 | -2/+3 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -10/+9 |
* | Revert "Added % suffix operator, as in "$1.00 * 10%"" | John Wiegley | 2009-06-21 | 1 | -5/+0 |
* | Added % suffix operator, as in "$1.00 * 10%" | John Wiegley | 2009-05-26 | 1 | -0/+5 |
* | First iteration of the new date_interval_t rewrite | John Wiegley | 2009-03-15 | 1 | -2/+5 |
* | 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 | -0/+5 |
* | Made error reporting while parsing more resilient | John Wiegley | 2009-03-03 | 1 | -1/+1 |
* | Added Python-style if/else expression keywords | John Wiegley | 2009-03-03 | 1 | -1/+22 |
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -11/+11 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -14/+13 |
* | Correctly accept "false" as a keyword | John Wiegley | 2009-02-22 | 1 | -2/+2 |
* | Don't allow '-' as part of an identifier token | John Wiegley | 2009-02-21 | 1 | -1/+1 |
* | Parse '/' in an operator context as "div" | John Wiegley | 2009-02-15 | 1 | -8/+3 |
* | Added support for value expression definitions. | John Wiegley | 2009-02-08 | 1 | -0/+9 |
* | Use seekg, in place of multiple ungets. | John Wiegley | 2009-02-07 | 1 | -6/+0 |
* | Added support for metadata and tagging, and made regexs a first-class type. | John Wiegley | 2009-02-01 | 1 | -4/+8 |
* | Stubbed out the new definition for token_t::rewind(), which was failing. | John Wiegley | 2009-01-31 | 1 | -0/+6 |
* | "div", or "//", is now the operator of division. | John Wiegley | 2009-01-31 | 1 | -14/+31 |
* | Revised the way that parsing flags get passed around. | John Wiegley | 2009-01-29 | 1 | -7/+9 |
* | Added a pair of missing calls to in.peek(). | John Wiegley | 2009-01-23 | 1 | -0/+2 |
* | Correctly report the line context when there is a valexpr parsing error. | John Wiegley | 2009-01-22 | 1 | -26/+40 |
* | Accept &&/and for &, ||/or for |, and not for !. Also improved error | John Wiegley | 2009-01-22 | 1 | -41/+111 |
* | Parse != as !(==) and !~ as !(=~), for simplicity's sake. | John Wiegley | 2009-01-22 | 1 | -0/+8 |
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
* | Removed more dead code. | John Wiegley | 2008-08-17 | 1 | -44/+0 |
* | Ledger now builds without any significant warnings, except for one file. Some | John Wiegley | 2008-08-10 | 1 | -2/+2 |
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+378 |