Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The option --permissive now quiets balance assertions | John Wiegley | 2014-04-13 | 4 | -14/+20 |
| | |||||
* | use /bin/sh to run the pager | Matthias Lederhofer | 2014-04-02 | 1 | -10/+2 |
| | | | | | | This allows to specify options on the command-line of the pager, e.g. $ ledger --color --pager='less -R' ... | ||||
* | Fix a compiler warning | John Wiegley | 2014-03-28 | 1 | -1/+2 |
| | |||||
* | CMake: Remove installation of third party code | Alexis Hildebrandt | 2014-03-10 | 1 | -3/+0 |
| | |||||
* | Adding option --no-aliases to completely disable alias expansion | Peter Feigl | 2014-02-26 | 4 | -0/+11 |
| | |||||
* | Merge pull request #248 from ecraven/fix-warnings | John Wiegley | 2014-02-26 | 2 | -3/+6 |
|\ | | | | | Fixing two GCC warnings | ||||
| * | Fixing two GCC warnings | Peter Feigl | 2014-02-26 | 2 | -3/+6 |
| | | |||||
* | | Adding option --recursive-aliases, adding documentation to man-page and manual | Peter Feigl | 2014-02-26 | 4 | -2/+12 |
| | | |||||
* | | fixing problem with previous commit if no aliases are registered | Peter Feigl | 2014-02-26 | 1 | -0/+2 |
| | | |||||
* | | Adding support for recursive aliases. | Peter Feigl | 2014-02-25 | 3 | -19/+60 |
|/ | | | | | | | | | | | Alias expansion is now a loop. If you define alias A=B:A alias B=C:B then A will expand to C:B:A. Also added a short section to the manual about this. | ||||
* | Attempt to convert balances to amounts before failing comparisons | John Wiegley | 2014-02-21 | 1 | -0/+12 |
| | |||||
* | Merge pull request #243 from kanru/justify-cjk | John Wiegley | 2014-02-16 | 4 | -2/+406 |
|\ | | | | | Correctly justify Unicode characters in terminal | ||||
| * | Use mk_wcwidth instead mk_wcwidth_cjk | Kan-Ru Chen (陳侃如) | 2014-02-13 | 1 | -2/+2 |
| | | |||||
| * | Correctly justify Unicode characters in terminal | Kan-Ru Chen (陳侃如) | 2014-02-13 | 4 | -2/+406 |
| | | | | | | | | | | | | | | Many Unicode characters take more spaces than one ASCII character. For example, Chinese characters are two characters wide when using monospace font in terminal. This patch use wcwidth of Markus Kuhn to count the correct width for justification. | ||||
* | | Fix apply_year_directive | Alexis Hildebrandt | 2014-02-12 | 1 | -2/+2 |
|/ | | | | | | Using the Y 2014 syntax works fine, but using apply year 2014 resulted in the following error: Error: Year is out of valid range: 1400..10000 since part of the given year string was chopped off. | ||||
* | Correctly set runtime path on Linux on install | Alexis Hildebrandt | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 128 | -129/+129 |
| | |||||
* | initialize member variables of posts_to_org_table | Johann Klähn | 2014-02-01 | 1 | -1/+2 |
| | | | | This fixes test/baseline/cmd-org.test when built with clang. | ||||
* | Create default scope from python session only if needed | Alexis Hildebrandt | 2014-02-01 | 1 | -3/+5 |
| | | | | | | Fixes test failures introduced with the commit "Create default scope to read journal" a9078767b8224a223f8942a1cb80d4544024387b | ||||
* | python module file suffix is platform dependent | Johann Klähn | 2014-02-01 | 1 | -3/+13 |
| | |||||
* | Fix shared library and python module | Alexis Hildebrandt | 2014-02-01 | 1 | -3/+12 |
| | | | | | Conflicts: src/CMakeLists.txt | ||||
* | no RENAME option on older CMake versions | Johann Klähn | 2014-02-01 | 1 | -2/+9 |
| | | | | | The RENAME option for install(TARGETS ...) does not seem to be available on all CMake versions. | ||||
* | build shared library/python module, clean up CMake | Johann Klähn | 2014-02-01 | 1 | -15/+33 |
| | | | | | libledger will now be built as a shared library. You can 'import ledger' from python IFF you copy libledger.so to ledger.so or create a symlink. | ||||
* | Make time-colon commodity flag available to python | Alexis Hildebrandt | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | Create default scope to read journal | Alexis Hildebrandt | 2014-01-27 | 1 | -0/+5 |
| | | | when using ledger python module | ||||
* | Build and shared python module | Alexis Hildebrandt | 2014-01-27 | 1 | -0/+9 |
| | | | when building library | ||||
* | Commodity column in default CSV format should match the displayed amount | Steve Purcell | 2014-01-06 | 1 | -1/+1 |
| | | | | | | | | If one uses --exchange to force CSV display amounts into a particular currency, then the commodity output column should match that currency. Without this patch, the commodity column contains the original commodity, not the commodity for the exported amount. | ||||
* | And const directives in account.h and commodity.h to allow build in OS X ↵ | Craig Earls | 2013-10-30 | 2 | -2/+2 |
| | | | | Mavericks. | ||||
* | Guard against a possible null value | John Wiegley | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | Apply --time-colon option only to time commodities | Alexis Hildebrandt | 2013-09-07 | 1 | -5/+5 |
| | | | | See #989 | ||||
* | Additional changes required for MSVC to compile ledger. | Tim Crews | 2013-06-16 | 3 | -9/+9 |
| | | | | These changes only matter if ledger is compiled with USE_PYTHON. | ||||
* | Corrected filename for strptime.cc | Tim Crews | 2013-06-15 | 1 | -0/+0 |
| | |||||
* | Source changes needed for Microsoft Visual C++ compatibility. | Tim Crews | 2013-06-14 | 6 | -5/+206 |
| | | | | Includes an implementation of strptime, compiled only for Win32 platform. | ||||
* | Improve documentation about differences between ledger 2.6 and ledger 3.0. | thdox | 2013-06-01 | 1 | -3/+5 |
| | | | | GnuCash support removed, environment variables deprecated. | ||||
* | Fix #784 | John Wiegley | 2013-05-23 | 1 | -3/+1 |
| | |||||
* | Fixed parsing of the "fixed" directive | John Wiegley | 2013-05-19 | 3 | -8/+13 |
| | |||||
* | Remove some unnecessary and complicated logic | John Wiegley | 2013-05-19 | 1 | -34/+5 |
| | | | | Fixes #712 | ||||
* | Add a missing member initializer to a copy constructor | John Wiegley | 2013-05-19 | 1 | -1/+2 |
| | | | | Fixes #686 | ||||
* | Another whitespace fix | John Wiegley | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Add a missing % character | John Wiegley | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Whitespace fix | John Wiegley | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Resolve new compiler warnings from Clang | John Wiegley | 2013-05-19 | 8 | -17/+10 |
| | |||||
* | Add -Wno-disabled-macro-expansion | John Wiegley | 2013-05-19 | 1 | -0/+1 |
| | |||||
* | indent output of ledger xml | Johann Klähn | 2013-03-08 | 1 | -1/+2 |
| | |||||
* | fix ledger xml output, remove ledger json command | Johann Klähn | 2013-03-08 | 16 | -121/+68 |
| | | | | | | | | | | | | As the format used by property trees to represent valid JSON and that for valid XML is too different and given that there are more requests for valid XML output I decided to pursue a quick fix and remove the json command in favor of a working xml command. See bug #782, #909, recent discussion on mailing list. JSON support is postponed until I or someone else finds time to work on this or the python bindings are more stable. | ||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 128 | -129/+129 |
| | |||||
* | Fixed bug with --day-break option | John Wiegley | 2013-02-05 | 1 | -4/+2 |
| | |||||
* | Bump format parsing buffer to 64K | John Wiegley | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | Fixes bug 377. Ledger now complains if it is given only a directory as input. | Craig Earls | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Fix bug 795 858, printing "(null)" instead of empty string "" | Craig Earls | 2013-02-02 | 1 | -1/+1 |
| |