Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed test for --recursive-aliases option for consistency | Martin Michlmayr | 2014-05-17 | 1 | -0/+0 |
| | |||||
* | Add test case for --no-aliases option | Martin Michlmayr | 2014-05-17 | 1 | -0/+20 |
| | |||||
* | Merge pull request #295 from thdox/fix-regression-from-aa2ff2b | John Wiegley | 2014-05-17 | 2 | -4/+13 |
|\ | | | | | Fix bug introduced by commit AA2FF2B | ||||
| * | Fix bug introduced by commit AA2FF2B | thdox | 2014-05-17 | 2 | -4/+13 |
| | | | | | | | | Correction is to not use uninitialized amount | ||||
* | | Merge pull request #294 from thdox/fix-gitignore | Martin Michlmayr | 2014-05-17 | 1 | -20/+8 |
|\ \ | | | | | | | .gitignore cleanup | ||||
| * | | Some cleanup regarding "test" in .gitignore | thdox | 2014-05-17 | 1 | -9/+1 |
| | | | |||||
| * | | Ignore shared libraries | thdox | 2014-05-17 | 1 | -0/+2 |
| | | | |||||
| * | | Remove redundant | thdox | 2014-05-17 | 1 | -3/+0 |
| | | | |||||
| * | | Some cleanup about doc/* | thdox | 2014-05-17 | 1 | -8/+5 |
| |/ | |||||
* | | Merge pull request #293 from thdox/fix-continuation-character | Martin Michlmayr | 2014-05-17 | 1 | -14/+14 |
|\ \ | |/ |/| | Ease copy-paste by adding a continuation character | ||||
| * | Ease copy-paste by adding a continuation character | thdox | 2014-05-17 | 1 | -14/+14 |
|/ | |||||
* | Merge pull request #292 from thdox/fix-lisp-indentation | Craig Earls | 2014-05-17 | 18 | -1167/+1167 |
|\ | | | | | | | Thank Thierry, I don't know when these got messed up but I have been meaning to do just this for some time. | ||||
| * | Indent & untabify | thdox | 2014-05-17 | 18 | -1167/+1167 |
|/ | | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify | ||||
* | Merge pull request #291 from thdox/ubuntu-14.04 | John Wiegley | 2014-05-17 | 3 | -15/+13 |
|\ | | | | | Lower down (from 1.55) requirements towards libboost | ||||
| * | Lower down (from 1.55) requirements towards libboost | thdox | 2014-05-17 | 3 | -15/+13 |
|/ | | | | Fix some typos | ||||
* | Typo fix | Martin Michlmayr | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Add a reference to Debian 8 in the build instructions | Martin Michlmayr | 2014-05-16 | 1 | -3/+3 |
| | | | | | | I successfully built ledger from git on Debian testing (jessie) as of today (which will become Debian 8) with the packages listed in README.md. | ||||
* | Merge pull request #290 from tubaman/fix_python_example | Martin Michlmayr | 2014-05-16 | 1 | -2/+2 |
|\ | | | | | Fix python example so it runs | ||||
| * | Fix python example so it runs | Ryan Nowakowski | 2014-05-15 | 1 | -2/+2 |
|/ | |||||
* | Ensure that high-levels directives have arguments if they need one | Martin Michlmayr | 2014-05-14 | 2 | -0/+88 |
| | | | | | Ensure that high-levels directives, such as account, alias and commodity, have arguments if they need one. Bug fix for #1036 | ||||
* | Ensure that directives have arguments if they need one | Martin Michlmayr | 2014-05-14 | 2 | -0/+96 |
| | | | | | Ensure that account, commodity and payee directives have arguments if they need one. Bug fix for #785 | ||||
* | Remove trailing whitespace from error messages | Martin Michlmayr | 2014-05-13 | 19 | -29/+29 |
| | | | | Fix for bug #867 | ||||
* | Add test case or new payee uuid feature | Martin Michlmayr | 2014-05-13 | 1 | -0/+10 |
| | |||||
* | Merge pull request #289 from csrhodes/payee-uuid-mapping | John Wiegley | 2014-05-13 | 5 | -42/+76 |
|\ | | | | | Payee uuid mapping | ||||
| * | document payee uuid subdirective | Christophe Rhodes | 2014-05-13 | 1 | -3/+13 |
| | | |||||
| * | support payee uuid directive | Christophe Rhodes | 2014-05-13 | 2 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The semantics of this are a little bit tricky: we want, if we come across a transaction with exactly the given UUID, to set the transaction's payee to be the specified one. We need to set that payee before the first post in the transaction is parsed, otherwise that post will inherit the wrong payee; however, we need to do it after the transaction's tags have been parsed. The implementation as it is in this commit is potentially a little wasteful, if there are post-like (non-comment non-assertion) entries in the transaction that don't successfully parse as posts. | ||||
| * | rename payee_mappings to payee_alias_mappings | Christophe Rhodes | 2014-05-12 | 4 | -39/+39 |
| | | | | | | | | (and similar renames) in preparation for payee_uuid_mappings | ||||
* | | Add a test for an error in an included file | Martin Michlmayr | 2014-05-13 | 2 | -0/+22 |
| | | |||||
* | | Update Python tests for fix for bug #383 | Martin Michlmayr | 2014-05-13 | 2 | -2/+2 |
| | | |||||
* | | Add test cases for bug #494 | Martin Michlmayr | 2014-05-13 | 2 | -0/+27 |
| | | | | | | | | | | The issues raised in bug #494 are no longer there but let's add some test cases. | ||||
* | | Honour date-format for lot dates | Martin Michlmayr | 2014-05-13 | 7 | -6/+35 |
| | | | | | | | | Fixes bug #383 | ||||
* | | Recognize the --no-pager option | Martin Michlmayr | 2014-05-12 | 1 | -0/+1 |
| | | | | | | | | Thanks to Johann Klähn. | ||||
* | | Decrease Boost requirement to 1.49.0 | Martin Michlmayr | 2014-05-12 | 1 | -1/+1 |
|/ | | | | I successfully compiled ledger with boost 1.49.0 on Debian 7.5. | ||||
* | Add another change to NEWS | Martin Michlmayr | 2014-05-12 | 1 | -0/+2 |
| | |||||
* | Add another test case for bug #999 | Martin Michlmayr | 2014-05-12 | 2 | -0/+22 |
| | |||||
* | Update NEWS for 3.x | Martin Michlmayr | 2014-05-12 | 1 | -0/+16 |
| | |||||
* | Merge pull request #288 from thdox/fix-doc-and-typos | Craig Earls | 2014-05-11 | 1 | -117/+114 |
|\ | | | | | Fix doc and typos | ||||
| * | M-q (=M-x fill-paragraph) on column 78 | thdox | 2014-05-11 | 1 | -117/+114 |
| | | |||||
| * | Fix some typos | thdox | 2014-05-11 | 1 | -9/+9 |
|/ | |||||
* | Merge pull request #287 from thdox/fix-for-ubuntu-14.04 | Craig Earls | 2014-05-11 | 3 | -92/+38 |
|\ | | | | | Fix for ubuntu 14.04 | ||||
| * | Hardy, Karmic, Oneiric are obsolete Ubuntu releases. | thdox | 2014-05-11 | 1 | -87/+0 |
| | | | | | | | | See http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Table_of_versions | ||||
| * | Ubuntu 14.04 compilation help update: | thdox | 2014-05-11 | 3 | -11/+44 |
| | | | | | | | | | | | | - add patch from Hans Erik van Elburg posted on mailing-list on 9-May-2014 - add also some documentation in README files | ||||
* | | Merge pull request #286 from thdox/fix-gcc-4.9 | Craig Earls | 2014-05-11 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Fix compiling with GCC 4.9 Thanks Thierry, nice to see you back. | ||||
| * | | Library GMP is not yet ready for GCC 4.9, as described at bottom of page | thdox | 2014-05-11 | 1 | -0/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://gcc.gnu.org/gcc-4.9/porting_to.html See extract below: The <cstddef> header was updated for C++11 support and this breaks some libraries which misuse macros meant for internal use by GCC only. For instance with GMP versions up to 5.1.3, you may see: /usr/include/c++/4.9.0/cstddef:51:11: error: ‘::max_align_t’ has not been declared using ::max_align_t; ^ Another possible error is: someheader.h:99:13: error: ‘ptrdiff_t’ does not name a type A workaround until libraries get updated is to include <cstddef> or <stddef.h> before any headers from that library. | ||||
* | | Fix bug 1030 improperly placing the stays mark if the Payee starts with a digit. | Craig Earls | 2014-05-11 | 1 | -2/+4 |
| | | |||||
* | | Merge commit '56cf72ed0a7cdf134d1046559582a4a11fbfdedc' | Craig Earls | 2014-05-11 | 2 | -1/+149 |
|\| | |||||
| * | Add more --pivot tests | Martin Michlmayr | 2014-05-11 | 1 | -0/+16 |
| | | |||||
| * | Add tests for the --pivot option | Martin Michlmayr | 2014-05-11 | 1 | -0/+132 |
| | | |||||
| * | fix typo | Johann Klähn | 2014-05-10 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'dbfbf2bc893de3c44dcc08c33811bc274f647672' | Craig Earls | 2014-05-09 | 15 | -64/+317 |
|\| |