summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for 3.1.2Martin Michlmayr2019-01-121-9/+42
|
* Add release dates to doc/NEWSMartin Michlmayr2019-01-121-3/+3
|
* Remove build information for ledger 2.6Martin Michlmayr2019-01-121-10/+0
|
* Add test case for issue #1703Martin Michlmayr2019-01-121-0/+11
| | | | | Add a test case for issue #1703 which John Wiegley fixed in commit 56025cde ("Don't attempt to invert a value if it's already zero").
* Don't attempt to invert a value if it's already zero (#1703)John Wiegley2019-01-111-1/+3
|
* Use "macOS" consistentlyMartin Michlmayr2019-01-095-11/+11
| | | | macOS seems to be the current name for Mac OS X.
* Remove trailing whitespaceMartin Michlmayr2019-01-095-15/+15
|
* Update Debian releases in README.mdMartin Michlmayr2019-01-091-6/+3
|
* Merge pull request #1691 from GeorgLink/patch-1John Wiegley2018-11-191-4/+5
|\ | | | | explain round brackets in section 3.8 on multiple funds
| * explain round brackets in section on fundsGeorg J.P. Link2018-11-181-4/+5
|/ | | Section "Working with multiple funds and accounts" introduces square brackets and explains them but does not explain round brackets in the following example. This commit adds the explanation what the round brackets do.
* Fix broken link in manualMartin Michlmayr2018-11-141-1/+1
|
* A minor suggested change in the documentationJohn Wiegley2018-09-201-3/+3
|
* Fix two bugs in the documentationJohn Wiegley2018-09-031-2/+2
|
* Add concurrent make and check to default.nixJohn Wiegley2018-09-031-0/+5
|
* Merge pull request #1673 from bruno-/bash_completion_improvementMartin Michlmayr2018-09-031-1/+1
|\ | | | | Improve bash completion
| * Improve bash completionBruno Sutic2018-08-091-1/+1
| | | | | | | | | | | | We now complete option shorthands [ci skip]
* | Clarify regex vs exact matches with has_tag()Martin Michlmayr2018-08-311-1/+2
| |
* | Fix texinfo syntaxMartin Michlmayr2018-08-301-1/+1
| |
* | Clarify tag() and has_tag()Martin Michlmayr2018-08-301-2/+6
| | | | | | | | Fixes #1676
* | Correct some instance of @@ to @@@@ (for Texinfo escaping)John Wiegley2018-08-091-8/+8
|/
* Merge pull request #1672 from scarpent/payee-tag-doc-updateMartin Michlmayr2018-08-091-0/+7
|\ | | | | Add notes to 5.7.1.1 Payee metadata tag doc
| * Mention and point to related bug for Payee metadata tagScott Carpenter2018-08-081-2/+5
| |
| * Add notes to 5.7.1.1 Payee metadata tag docScott Carpenter2018-08-021-0/+4
|/
* Missing an export keyword in .travis.ymlJohn Wiegley2018-07-191-1/+1
|
* Correct to Travis build for the new master branch versionJohn Wiegley2018-07-191-1/+2
|
* Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2018-07-195-4/+29
|\
| * Merge pull request #455 from vanicat/t/read-only-errorJohn Wiegley2017-10-261-1/+2
| |\ | | | | | | inhibit read only when inserting in *Ledger Error*
| | * inhibit read only when inserting in *Ledger Error*Rémi Vanicat2016-05-281-1/+2
| |/ | | | | | | | | | | When ledger-exec-handle-error is called a second time, it try to insert the error in a buffer that is already read-only. inhibit-read-only permit the insertion.
| * Merge pull request #446 from Rudd-O/truepyerrorsJohn Wiegley2016-04-205-4/+29
| |\ | | | | | | Ensure that parse errors produce useful RuntimeErrors for Python code.
| | * Add parse error testManuel Amador (Rudd-O)2016-02-081-0/+18
| | |
| | * Ensure that parse errors produce useful RuntimeErrors for Python code.Manuel Amador (Rudd-O)2016-02-064-4/+11
| | |
| * | Merge pull request #453 from tarsius/masterCraig Earls2016-04-061-1/+1
| |\ \ | | |/ | |/| Require correct feature
| | * Require correct featureJonas Bernoulli2016-04-071-1/+1
| |/ | | | | | | | | In `ledger-matching.el' require `ledger-report' instead of `ldg-report'. That library was renamed like all the others.
* | Merge pull request #1667 from pascalfleury/improve_fix_of_issue_1187John Wiegley2018-07-183-16/+109
|\ \ | | | | | | Improve fix of issue #1187
| * | Add the test to make sure it works in the future.Pascal Fleury2018-07-181-0/+36
| | |
| * | Added more documentation about assertions.Pascal Fleury2018-07-181-0/+39
| | |
| * | fix regression of test 1147_aPascal Fleury2018-07-171-17/+18
| | |
| * | amount_t -> balance_t.Pascal Fleury2018-07-171-13/+30
|/ /
* | Merge pull request #1666 from jbeich/boostJohn Wiegley2018-07-091-0/+4
|\ \ | | | | | | Unbreak build against Boost 1.68
| * | Unbreak with boost 1.68Jan Beich2018-07-091-0/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/main.cc:34: In file included from src/global.h:41: In file included from src/option.h:45: In file included from src/scope.h:45: In file included from src/op.h:45: In file included from src/expr.h:45: In file included from src/exprbase.h:57: src/utils.h:47:10: fatal error: 'boost/uuid/sha1.hpp' file not found #include <boost/uuid/sha1.hpp> ^
* | Fix order of transaction state in txn headerScott Carpenter2018-07-091-1/+1
| | | | | | | | The transaction state comes before (not after) the code.
* | Document keywords "any" and "all"Martin Michlmayr2018-07-061-0/+13
| | | | | | | | Fixes #1192
* | Document the use of wildcards for !includeMartin Michlmayr2018-06-281-1/+3
| | | | | | | | Fixes #1658
* | Revert "Use an std::set instead of an std::list to store the the journal ↵John Wiegley2018-06-182-4/+4
| | | | | | | | | | | | | | | | file paths" This reverts commit 3364850cc7cf73fc67af1ea6cd9a65a32e336623. Fixes #559
* | Merge pull request #1653 from tko/date-formatJohn Wiegley2018-06-131-1/+3
|\ \ | | | | | | Fix garbled dates when using --date-format
| * | Fix garbled dates when using --date-formatTommi Komulainen2018-06-131-1/+3
|/ / | | | | | | | | | | | | | | Capture the `std::string` value from options in a local variable that lives as long as the `c_str()` taken from it to ensure it does not get freed prematurely. Fixes: #546
* | Merge pull request #1651 from Christoph-D/issue-1626John Wiegley2018-06-104-25/+38
|\ \ | | | | | | Remove TOK_A_YEAR token
| * | Remove TOK_A_YEAR tokenChristoph Dittmann2018-06-104-25/+38
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #1626. The tokenizer eagerly classifies 4-digit integers as TOK_A_YEAR tokens. In some contexts such as "every 1000 years", this causes errors. I think the tokenizer does not have enough information available to distinguish between integers and years. After this patch, the tokenizer will always classify integers as TOK_INT tokens. The "has 4 digits" heuristic to determine if an integer is a year is moved to the place where it's actually needed (and it can be slightly more generic there, too).
* | Merge pull request #1650 from colindean/patch-1John Wiegley2018-06-091-0/+4
|\ \ | | | | | | Documents commodity directive's alias sub-directive
| * | Documents commodity directive's alias sub-directiveColin Dean2018-06-101-0/+4
|/ /