Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | 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 | -30/+2 |
| | | | | | | | | 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. | ||||
* | Revert "Correction to the way parens are parsed in query expressions" | John Wiegley | 2020-05-07 | 1 | -46/+9 |
| | | | | This reverts commit 49b07a1c19489547b859d61fbc5c240aff224dda. | ||||
* | Correction to the way parens are parsed in query expressions | John Wiegley | 2019-09-17 | 1 | -9/+46 |
| | |||||
* | Fix warnings for -Wimplicit-fallthrough | Tim Landscheidt | 2018-02-19 | 1 | -0/+1 |
| | |||||
* | [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] | ||||
* | [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}/" | ||||
* | 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 |
| | |||||
* | Correct parsing of automated xact expressions | John Wiegley | 2012-03-16 | 1 | -1/+1 |
| | | | | Fixes #458 | ||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Removed unneeded break statements | John Wiegley | 2012-02-17 | 1 | -1/+0 |
| | |||||
* | More report query fixes | John Wiegley | 2011-11-10 | 1 | -17/+19 |
| | |||||
* | Corrections to the query language parser | John Wiegley | 2011-11-10 | 1 | -5/+14 |
| | | | | Fixes #552 | ||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Removed unused variables | John Wiegley | 2011-08-18 | 1 | -1/+0 |
| | |||||
* | Fixed an infinite loop in the report query parser | John Wiegley | 2011-06-30 | 1 | -1/+3 |
| | |||||
* | "only" now a report query modifier for --only | John Wiegley | 2010-06-24 | 1 | -20/+22 |
| | | | | This fits with "show" and "bold", etc. | ||||
* | Added report query modifiers: for, since, until | John Wiegley | 2010-06-22 | 1 | -3/+70 |
| | | | | | | | | | Now instead of ledger reg expense -p "this month", you can say: ledger reg expense for this month And as a shorthand for "for until this month", you can just say "until this month" or "since this month". | ||||
* | Added new "bold" modifier to query expressions | John Wiegley | 2010-06-22 | 1 | -60/+76 |
| | | | | | | | | | | | | | | For example: ledger bal assets bold checking Or you can use expressions: ledger bal assets bold '=total > 1000' This last is identical to saying: ledger bal -l 'account =~ /assets/' --bold-if='total > 1000' | ||||
* | Corrected a bug in report query parsing | John Wiegley | 2010-06-19 | 1 | -2/+2 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -75/+75 |
| | |||||
* | Further improved parsing of query expressions | John Wiegley | 2010-06-01 | 1 | -18/+24 |
| | | | | Fixes #210 / D4C2DD6F-8967-4FFC-BBBC-A941F9C53475 | ||||
* | Improve parsing of 'expr' query terms | John Wiegley | 2010-06-01 | 1 | -6/+9 |
| | | | | Fixes #157 / 9DF85DF2-4BF5-4931-A30C-2592A10BB5C0 | ||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Added some debugging code related to boost::regex | John Wiegley | 2009-11-25 | 1 | -0/+2 |
| | |||||
* | Renamed date_interval_t::end to finish | John Wiegley | 2009-11-17 | 1 | -2/+2 |
| | |||||
* | Corrected parsing of the 'expr' report query term | John Wiegley | 2009-11-15 | 1 | -9/+9 |
| | |||||
* | Stylistic change: assert(0) -> assert(false) | John Wiegley | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Removed "account" as a report query keyword | John Wiegley | 2009-11-11 | 1 | -2/+0 |
| | |||||
* | Fixes to the value expression parser and evaluator | John Wiegley | 2009-11-10 | 1 | -5/+4 |
| | |||||
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -0/+456 |