summaryrefslogtreecommitdiff
path: root/src/textual.cc
Commit message (Expand)AuthorAgeFilesLines
* Improve conditional for exclusive optionsMartin Michlmayr2020-05-071-1/+1
* Ensure that apply directives have an argumentMartin Michlmayr2020-04-271-0/+2
* fix: Fix #543 by tracking an account's real balanceDaraul2020-04-051-2/+2
* Switch from using utf8::is_bom to utf8::starts_with_bomJohn Wiegley2019-08-181-1/+3
* Reject postings with comment after flagMichael Budde2019-03-301-1/+1
* Merge pull request #1736 from scfc/drop-conditionals-for-boost-earlier-than-1-49John Wiegley2019-01-251-21/+0
|\
| * Drop conditionals for Boost earlier than 1.49Tim Landscheidt2019-01-171-22/+1
* | Drop support for gcc 2 and earlierTim Landscheidt2019-01-251-5/+5
|/
* Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2018-07-191-1/+6
|\
| * Ensure that parse errors produce useful RuntimeErrors for Python code.Manuel Amador (Rudd-O)2016-02-061-1/+6
* | fix regression of test 1147_aPascal Fleury2018-07-171-17/+18
* | amount_t -> balance_t.Pascal Fleury2018-07-171-13/+30
* | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* | The "format" directive for commodities now disables "style observation"John Wiegley2018-01-011-0/+1
* | Merge pull request #484 from mk12/bug-1182-ptrJohn Wiegley2017-10-261-0/+3
|\ \
| * | Print error message if parsing predicate after '='Mitchell Kember2016-12-201-0/+3
* | | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
|/ /
* | Fix bug 1187: Allow balance assertions with multiple posts to same accountMitchell Kember2016-10-071-1/+12
* | Use boost parent_path() method instead of manual computationEvan Mallory2016-10-021-8/+5
* | Fix Bug 1147: Check balance assertions against the amount AFTERMitchell Kember2016-03-221-10/+12
|/
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bugfix 1038: empty reg report for this month periodAlexis Hildebrandt2014-12-291-0/+5
* Improve error handling when parsing year directivesAlexis Hildebrandt2014-12-281-9/+14
* Fix plain year directiveAlexis Hildebrandt2014-12-281-0/+7
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Correct no-python error messagesAlexis Hildebrandt2014-12-251-2/+2
* Fix off by one error in textual.ccAdrian Lang2014-12-111-1/+1
* Preserve the given cost for printMartin Michlmayr2014-07-141-0/+2
* When a status flag (! or *) is explicitly specified for an individual posting...Max Satula2014-06-301-2/+1
* Don't lose commodity when cost is not separated by whitespaceMartin Michlmayr2014-06-051-3/+2
* Fix bug introduced by commit AA2FF2Bthdox2014-05-171-4/+3
* Ensure that high-levels directives have arguments if they need oneMartin Michlmayr2014-05-141-0/+8
* Ensure that directives have arguments if they need oneMartin Michlmayr2014-05-141-0/+11
* support payee uuid directiveChristophe Rhodes2014-05-131-0/+21
* rename payee_mappings to payee_alias_mappingsChristophe Rhodes2014-05-121-2/+2
* Improve an error message relating to balance assertionsJohn Wiegley2014-04-161-3/+8
* Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-141-0/+3
* Add the concept of "deferred postings"John Wiegley2014-04-131-0/+6
* The option --permissive now quiets balance assertionsJohn Wiegley2014-04-131-6/+9
* Adding support for recursive aliases.Peter Feigl2014-02-251-0/+5
* Fix apply_year_directiveAlexis Hildebrandt2014-02-121-2/+2
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Fixed parsing of the "fixed" directiveJohn Wiegley2013-05-191-4/+7
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Added missing call to timelog.close()John Wiegley2013-01-301-0/+4
* Properly handle metadata tags on auto-postingsJohn Wiegley2012-11-121-1/+1
* Corrected a typoJohn Wiegley2012-10-311-2/+2
* fix bucket directive (bug 765)Johann Klähn2012-10-231-4/+4
* Always store absolute paths internallyJohn Wiegley2012-08-021-3/+2
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-13/+4