Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Disallow numbers in function names | John Wiegley | 2023-01-25 | 1 | -1/+1 |
| | |||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Use correct int return type for stream input operations | kanreki | 2021-12-08 | 1 | -53/+52 |
| | | | | | | | | This makes it safe to compare results to -1 to indicate EOF, regardless of whether char is considered signed or unsigned; and so eliminates compiler warnings on platforms such as ARM. Fixes bug #2058. | ||||
* | Drop support for gcc 2 and earlier | Tim Landscheidt | 2019-01-25 | 1 | -2/+2 |
| | |||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Increase maximum length for regex | Martin Michlmayr | 2016-02-15 | 1 | -2/+2 |
| | | | | Fixes bug #981 | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Fix a compiler warning | John Wiegley | 2014-03-28 | 1 | -1/+2 |
| | |||||
* | 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 | -13/+13 |
| | |||||
* | Improved detection of iostream's eof() condition | John Wiegley | 2012-05-14 | 1 | -1/+3 |
| | |||||
* | Made some of the value term parsing code more resilient | John Wiegley | 2012-04-28 | 1 | -5/+7 |
| | |||||
* | Allow identifier names to begin with _ | John Wiegley | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | Removed an old comment | John Wiegley | 2012-03-02 | 1 | -3/+0 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Removed unneeded default cases | John Wiegley | 2012-02-17 | 1 | -4/+0 |
| | |||||
* | Corrections to the query language parser | John Wiegley | 2011-11-10 | 1 | -3/+1 |
| | | | | Fixes #552 | ||||
* | Report an error in the case of '(1' (missing rparen) | John Wiegley | 2011-11-10 | 1 | -7/+97 |
| | | | | Fixes #557 | ||||
* | 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 |
| | | | | | The most significant change is the way CONS sequences are parsed, and that now instead of =/:=, the operators are ==/=. | ||||
* | 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 |
| | | | | Fixes 15A80F68-F233-49D9-AF0C-9908BB6903BA | ||||
* | 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 |
| | | | | This reverts commit 0e9f782a05ab9bc892af40abef84346a16d3baec. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | These strings are now collected automagically in the file po/ledger.pot. If you'd like to produce a translation, just run this command after building Ledger: msginit -l LOCALE -o LANG.po -i po/ledger.pot Where LOCALE is a string like de or en_GB, and LANG is a short descriptive word for your language. Then send me this .po file so I can commit it to the Ledger sources (alternatively, you could maintain the file in a fork on GitHub), and setup the build script to format and install your new message catalog during a "make install". | ||||
* | 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 |
| | | | | | | | | Example: ] expr f(x) := x + 100 ] expr f(100) 200 | ||||
* | 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 |
| |