Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #488 from bkuhn/doc-mention-third-party-tutorials | John Wiegley | 2017-10-26 | 1 | -1/+19 | |
|\ \ | | | | | | | Add mention of third-party tutorials to documentation | |||||
| * | | Update nodes and menus based on section just added | Bradley M. Kuhn | 2017-02-23 | 1 | -2/+3 | |
| | | | ||||||
| * | | Section on Third-Party Tutorials available. | Bradley M. Kuhn | 2017-02-23 | 1 | -0/+17 | |
| |/ | | | | | | | | | | | | | I was updating the tutorial that Conservancy published regarding how it uses Ledger CLI for non-profit accounting and realized that mentioning the tutorial's availability in Ledger's own documentation might be useful as well. | |||||
* | | Merge pull request #484 from mk12/bug-1182-ptr | John Wiegley | 2017-10-26 | 3 | -0/+32 | |
|\ \ | | | | | | | Fix Bug 1182: Error message for parse failure after '=' | |||||
| * | | Print error message if parsing predicate after '=' | Mitchell Kember | 2016-12-20 | 3 | -0/+32 | |
| | | | ||||||
* | | | Merge pull request #482 from AndrewSav/next | John Wiegley | 2017-10-26 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | Fix MSVC build | |||||
| * | | | Fix MSVC build | Andrew Savinykh | 2016-11-17 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge pull request #489 from AustinWise/fixXenial | John Wiegley | 2017-10-26 | 1 | -0/+30 | |
|\ \ \ \ | | | | | | | | | | | Add Ubuntu 16.04 (Xenial) to acprep. | |||||
| * | | | | Add Ubuntu 16.04 (Xenial) to acprep. | Austin Wise | 2017-04-11 | 1 | -0/+30 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #490 from sunny256/fix-braces-warning | John Wiegley | 2017-10-26 | 1 | -12/+13 | |
|\ \ \ \ | | | | | | | | | | | Remove compiler warning about missing braces | |||||
| * | | | | Remove compiler warning about missing braces | Øyvind A. Holm | 2017-04-17 | 1 | -12/+13 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the following warning from gcc 5.4.0: "[...]/src/output.cc:335:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]". Instead of adding braces around the whole function body, return early if item.metadata is 0. | |||||
* | | | | Merge pull request #492 from CrackedP0t/patch-1 | John Wiegley | 2017-10-26 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix small typo | |||||
| * | | | | Fix small typo | Elaina Martineau | 2017-06-16 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #491 from lrcg/patch-3 | John Wiegley | 2017-10-26 | 1 | -6/+6 | |
|\ \ \ \ | | | | | | | | | | | Update ledger3.texi: grammar and typos | |||||
| * | | | | Update: ledger3.texi: fix calculatiots | myq | 2017-05-28 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | Unless I'm missing something, these don't balance @ $750 | |||||
| * | | | | Update ledger3.texi: grammar and typos | myq | 2017-05-28 | 1 | -2/+2 | |
| |/ / / | | | | | | | | | | | | | - removed redundant preposition - fixed calculation on unvalidated smallexample block | |||||
* | | | | Merge pull request #493 from escondida/double-init | John Wiegley | 2017-10-26 | 1 | -3/+1 | |
|\ \ \ \ | |/ / / |/| | | | src/global.cc: do not parse user-specified init-file twice | |||||
| * | | | src/global.cc: do not parse user-specified init-file twice | Ivy Foster | 2017-10-26 | 1 | -3/+1 | |
|/ / / | ||||||
* | | | Flip ordering of "options" and "command" in the man page | John Wiegley | 2017-02-16 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #486 from RusAlex/patch-1 | thdox | 2017-01-28 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | thanks @RusAlex and @tbm for review | |||||
| * | | | typo in docs | Alexander Pletnev | 2017-01-27 | 2 | -2/+2 | |
|/ / / | | | | | | | | | | fix test | |||||
* | | | Merge pull request #478 from thdox/dir-locals-el | thdox | 2017-01-16 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix indent-tabs-mode to nil | |||||
| * | | | Fix indent-tabs-mode to nil | thdox | 2017-01-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably a bug in Emacs: - This add 't' in .dir-locals.el M-x add-dir-local-variable RET emacs-lisp-mode RET indent-tabs-mode RET t RET - This does not add 'nil' in .dir-locals.el M-x add-dir-local-variable RET emacs-lisp-mode RET indent-tabs-mode RET nil RET [ci skip] | |||||
* | | | | Merge pull request #477 from thdox/bug-584-550 | thdox | 2017-01-16 | 1 | -0/+18 | |
|\ \ \ \ | | | | | | | | | | | Add regress test for bugs 550 and 584 | |||||
| * | | | | Add regress test for bugs 550 and 584 | thdox | 2017-01-05 | 1 | -0/+18 | |
| |/ / / | ||||||
* | | | | Merge pull request #476 from thdox/bug-1055 | thdox | 2017-01-16 | 1 | -0/+26 | |
|\ \ \ \ | | | | | | | | | | | Add regress test for bug 1055 | |||||
| * | | | | Add regress test for bug 1055 | thdox | 2017-01-05 | 1 | -0/+26 | |
| |/ / / | ||||||
* | | | | Merge pull request #475 from thdox/bug-1132 | thdox | 2017-01-16 | 1 | -0/+16 | |
|\ \ \ \ | |/ / / |/| | | | Add regress test for bug 1132 | |||||
| * | | | Add regress test for bug 1132 | thdox | 2017-01-05 | 1 | -0/+16 | |
|/ / / | ||||||
* | | | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 130 | -131/+131 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | [doc] Use two ascii hyphen instead of one utf-8 en dash | Alexis Hildebrandt | 2017-01-05 | 1 | -6/+6 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Item sorting should have access to the report scope | John Wiegley | 2017-01-04 | 9 | -37/+69 | |
| |/ |/| | ||||||
* | | Merge pull request #483 from andreas-h/patch-1 | Martin Michlmayr | 2016-12-03 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix typo in documentation | |||||
| * | | fix typo in documentation | Andreas Hilboll | 2016-12-03 | 1 | -1/+1 | |
|/ / | ||||||
* / | Bump version in default.nix | John Wiegley | 2016-11-29 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #481 from ginabythebay/next | John Wiegley | 2016-11-14 | 1 | -0/+3 | |
|\ | | | | | Fix 1098 | |||||
| * | Fix 1098 | Gina White | 2016-11-13 | 1 | -0/+3 | |
| | | | | | | | | Point people to bugzilla, deskzilla. | |||||
* | | Further simplifications src/CMakeLists.txt | John Wiegley | 2016-11-13 | 2 | -8/+31 | |
| | | ||||||
* | | Disable #pragma messages from Clang | John Wiegley | 2016-11-13 | 1 | -0/+1 | |
| | | ||||||
* | | Escape ++ in cmake matches | John Wiegley | 2016-11-13 | 2 | -2/+2 | |
| | | ||||||
* | | Don't use -isystem with g++ anymore | John Wiegley | 2016-11-13 | 2 | -4/+3 | |
| | | ||||||
* | | Change src/CMakeLists.txt to notice c++ as g++ | John Wiegley | 2016-11-13 | 1 | -14/+19 | |
| | | ||||||
* | | Add tools/nix-build.sh | John Wiegley | 2016-11-13 | 1 | -0/+20 | |
| | | ||||||
* | | Don't explicitly reference test file in 1057.test | John Wiegley | 2016-11-13 | 1 | -1/+1 | |
|/ | ||||||
* | Update cmd-tags.test for fix for bug #1043 | Martin Michlmayr | 2016-11-12 | 1 | -0/+3 | |
| | ||||||
* | Fix 1043 | John Wiegley | 2016-11-12 | 2 | -10/+18 | |
| | ||||||
* | Make bool implicitly convertible in Python to value_t | John Wiegley | 2016-11-12 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #479 from thdox/fix-copyright | Alexis Hildebrandt | 2016-11-12 | 1 | -1/+1 | |
|\ | | | | | | | | | Fix copyright year [ci skip] | |||||
| * | Fix copyright year | thdox | 2016-11-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #480 from ginabythebay/next | John Wiegley | 2016-11-12 | 2 | -1/+16 | |
|\ \ | | | | | | | document quoted_rfc4180 |