Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove broken and disabled Travis CI configurations | Tim Landscheidt | 2019-01-22 | 3 | -51/+0 |
| | | | | | | | | The Travis CI configurations for macOS, Clang on Linux and CheckTexinfo.py and CheckManpage.py are broken and disabled or ignored. They appear to be non-trivial to fix, so the current stub is probably more distracting than helpful while also making changes to the working Linux configuration more difficult. | ||||
* | Use standard GCC in Travis CI | Tim Landscheidt | 2019-01-19 | 1 | -7/+0 |
| | | | | | | | Commit 4c4367fe6b7f184605c900735fc5b646f45311c1 added some logic to compile Ledger with GCC 4.8 as Travis CI's Ubuntu Precise environments only offered 4.6 at that time. Since then, the default image has changed to Ubuntu Trusty which provides GCC 4.8. | ||||
* | Merge pull request #1735 from scfc/remove-code-related-to-boost-facets | John Wiegley | 2019-01-17 | 2 | -82/+2 |
|\ | | | | | Remove unused development code related to USE_BOOST_FACETS | ||||
| * | Remove unused development code related to USE_BOOST_FACETS | Tim Landscheidt | 2019-01-17 | 2 | -82/+2 |
|/ | | | | | The code can be accessed by Git history and reused in a branch if necessary. | ||||
* | Merge pull request #1733 from pascalfleury/ubuntu_deps_update | John Wiegley | 2019-01-17 | 2 | -49/+44 |
|\ | | | | | Ubuntu deps update | ||||
| * | Update README info. | Pascal Fleury | 2019-01-17 | 1 | -9/+1 |
| | | |||||
| * | update deps. | Pascal Fleury | 2019-01-17 | 1 | -39/+42 |
| | | |||||
| * | Make acprep work with Python3. | Pascal Fleury | 2019-01-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1734 from tko/boost-fmt | John Wiegley | 2019-01-17 | 2 | -4/+4 |
|\ \ | |/ |/| | Fix some boost format strings | ||||
| * | Fix some boost format strings | Tommi Komulainen | 2019-01-17 | 2 | -4/+4 |
|/ | | | | | | Fixes: Error: boost::bad_format_string: format-string is ill-formed | ||||
* | Fix parsing issue involving effective dates | Martin Michlmayr | 2019-01-15 | 3 | -1/+16 |
| | | | | | | | | | | | | | | | | | Cory Duplantis reported that "A specially crafted journal file can cause [an] integer underflow resulting in code execution". Cory provided this test case: Expenses:Food:Groceries $ 37.50 ; ] [=2004/01/01] Note the ] that comes before [ after the ;. This issue was reported and described in great detail by Cory Duplantis of Cisco Talos. This issue is known as TALOS-2017-0303 and has been assigned CVE-2017-2807. Cory's description can be found at https://www.talosintelligence.com/vulnerability_reports/TALOS-2017-0303 Fixes #1722 | ||||
* | Merge pull request #1705 from scfc/move-have-edit | John Wiegley | 2019-01-14 | 2 | -13/+9 |
|\ | | | | | Use HAVE_EDIT only in main.cc | ||||
| * | Merge branch 'next' into move-have-edit | John Wiegley | 2019-01-14 | 11 | -47/+56 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1707 from scfc/remove-sys-stat-h | John Wiegley | 2019-01-14 | 1 | -1/+0 |
|\ \ | | | | | | | Remove unnecessary include for sys/stat.h | ||||
| * | | Remove unnecessary include for sys/stat.h | Tim Landscheidt | 2019-01-12 | 1 | -2/+1 |
| | | | |||||
* | | | Merge pull request #1713 from scfc/remove-unicodeobject-h | John Wiegley | 2019-01-14 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Remove unnecessary include for unicodeobject.h | ||||
| * | | | Remove unnecessary include for unicodeobject.h | Tim Landscheidt | 2019-01-13 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge pull request #1714 from scfc/remove-py-dump-relaxed | John Wiegley | 2019-01-14 | 1 | -7/+1 |
|\ \ \ | | | | | | | | | Remove unused function py_dump_relaxed() | ||||
| * | | | Remove unused function py_dump_relaxed() | Tim Landscheidt | 2019-01-13 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | | | | | The only user of py_dump_relaxed() was removed in commit 0bbb4f2f0cbaa6ffb5c7a2c018a3819cca0b2405. | ||||
* | | | | Merge pull request #540 from scfc/fix-warnings-for-implicit-fallthrough | John Wiegley | 2019-01-14 | 3 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Fix warnings for -Wimplicit-fallthrough | ||||
| * | | | | Fix warnings for -Wimplicit-fallthrough | Tim Landscheidt | 2018-02-19 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #1718 from scfc/fix-prepend-width-warning | John Wiegley | 2019-01-14 | 1 | -3/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix warning about uninitialized variable prepend_width | ||||
| * | | | | | Fix warning about uninitialized variable prepend_width | Tim Landscheidt | 2019-01-14 | 1 | -3/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #1719 from scfc/prefer-system-utf8-h | John Wiegley | 2019-01-14 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Prefer system utf8cpp if available | ||||
| * | | | | | Prefer system utf8cpp if available | Tim Landscheidt | 2019-01-14 | 1 | -1/+2 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current logic always uses the bundled utf8cpp. This is contrary to the stated intent of commit 1d7dd3e082be8a046f21d4a2d51026ac3c1f7c14 if UTFCPP_PATH is not set explicitly. | ||||
* | | | | | Merge pull request #1704 from scfc/remove-unused-macros | John Wiegley | 2019-01-14 | 3 | -10/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove unused macros HAVE_ACCESS and HAVE_REALPATH | ||||
| * | | | | Remove unused macros HAVE_ACCESS and HAVE_REALPATH | Tim Landscheidt | 2019-01-12 | 3 | -10/+2 |
| | |/ / | |/| | | |||||
* | | | | Update NEWS for 3.1.2 | Martin Michlmayr | 2019-01-12 | 1 | -9/+42 |
| | | | | |||||
* | | | | Add release dates to doc/NEWS | Martin Michlmayr | 2019-01-12 | 1 | -3/+3 |
| | | | | |||||
* | | | | Remove build information for ledger 2.6 | Martin Michlmayr | 2019-01-12 | 1 | -10/+0 |
|/ / / | |||||
| | * | Use HAVE_EDIT only in main.cc | Tim Landscheidt | 2019-01-12 | 2 | -14/+10 |
| |/ |/| | |||||
* | | Add test case for issue #1703 | Martin Michlmayr | 2019-01-12 | 1 | -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 Wiegley | 2019-01-11 | 1 | -1/+3 |
| | | |||||
* | | Use "macOS" consistently | Martin Michlmayr | 2019-01-09 | 5 | -11/+11 |
| | | | | | | | | macOS seems to be the current name for Mac OS X. | ||||
* | | Remove trailing whitespace | Martin Michlmayr | 2019-01-09 | 5 | -15/+15 |
| | | |||||
* | | Update Debian releases in README.md | Martin Michlmayr | 2019-01-09 | 1 | -6/+3 |
| | | |||||
* | | Merge pull request #1691 from GeorgLink/patch-1 | John Wiegley | 2018-11-19 | 1 | -4/+5 |
|\ \ | | | | | | | explain round brackets in section 3.8 on multiple funds | ||||
| * | | explain round brackets in section on funds | Georg J.P. Link | 2018-11-18 | 1 | -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 manual | Martin Michlmayr | 2018-11-14 | 1 | -1/+1 |
| | | |||||
* | | A minor suggested change in the documentation | John Wiegley | 2018-09-20 | 1 | -3/+3 |
| | | |||||
* | | Fix two bugs in the documentation | John Wiegley | 2018-09-03 | 1 | -2/+2 |
| | | |||||
* | | Add concurrent make and check to default.nix | John Wiegley | 2018-09-03 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #1673 from bruno-/bash_completion_improvement | Martin Michlmayr | 2018-09-03 | 1 | -1/+1 |
|\ \ | | | | | | | Improve bash completion | ||||
| * | | Improve bash completion | Bruno Sutic | 2018-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | We now complete option shorthands [ci skip] | ||||
* | | | Clarify regex vs exact matches with has_tag() | Martin Michlmayr | 2018-08-31 | 1 | -1/+2 |
| | | | |||||
* | | | Fix texinfo syntax | Martin Michlmayr | 2018-08-30 | 1 | -1/+1 |
| | | | |||||
* | | | Clarify tag() and has_tag() | Martin Michlmayr | 2018-08-30 | 1 | -2/+6 |
| | | | | | | | | | | | | Fixes #1676 | ||||
* | | | Correct some instance of @@ to @@@@ (for Texinfo escaping) | John Wiegley | 2018-08-09 | 1 | -8/+8 |
|/ / | |||||
* | | Merge pull request #1672 from scarpent/payee-tag-doc-update | Martin Michlmayr | 2018-08-09 | 1 | -0/+7 |
|\ \ | | | | | | | Add notes to 5.7.1.1 Payee metadata tag doc | ||||
| * | | Mention and point to related bug for Payee metadata tag | Scott Carpenter | 2018-08-08 | 1 | -2/+5 |
| | | |