summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compilation with Boost 1.76Sam James2021-06-142-0/+4
* Escape all string values output by the lisp report.Richard M Kreuter2021-05-311-6/+6
* Fix amount tokenizer re: embedded minus sign.Donald Lam2021-05-021-2/+9
* Fix using day-of-week names for `xact` commandAlan Bram2021-04-101-13/+13
* Use Boost library to read argv as UTF-8 in WindowsDaniel Coonce2021-02-022-0/+9
* Create consistent buffer size.Daniel Coonce2021-02-022-2/+2
* Fix build for x86_64-w64-mingw32Daniel Coonce2021-02-023-4/+4
* Fix issues related to payees declared on posting's metadataDiogo Trentini2021-02-025-20/+66
* Replace if/else ladder in convert with loopKai Wohlfahrt2021-01-312-41/+19
* Add debit field to convert commandKai Wohlfahrt2021-01-312-8/+21
* compare_by_commodity: Always return the result of the recursive callChristoph Dittmann2021-01-301-6/+11
* format_t::truncate support wide charactersKuang-che Wu2021-01-172-10/+58
* Do not treat balance assignments with 0 diff as a null postingDaraul Harris2020-12-051-1/+5
* Fix regression in sorted_amountsMartin Michlmayr2020-10-301-1/+2
* Implement cryptographic access to files using GPGMEMichael Raitza2020-10-306-4/+378
* Add support for `$XDG_CONFIG_HOME`Cédric Barreteau2020-08-281-5/+16
* Fix whitespace/tabsEmin Martinian2020-08-131-6/+6
* Make it so that the include directive sorts when using wildcards.Emin Martinian2020-08-131-4/+12
* Treat --depth like --collapse in registerRahix2020-07-211-1/+1
* collapse_posts: Use the existing accounts instead of tempsRahix2020-07-212-4/+12
* collapse_posts: Fix some postings getting lost when collapsingRahix2020-07-211-1/+1
* collapse_posts: Fix segfault when depth is too bigRahix2020-07-211-1/+1
* collapse_posts: Use --depth as the collapse_depthRahix2020-07-211-2/+8
* collapse_posts: Add a collapse_depth attributeRahix2020-07-212-6/+7
* first try for implementing --depth for registerjohannes@debussy2020-07-212-14/+32
* Use PAGER when environment variable is setMartin Michlmayr2020-06-181-10/+15
* Fix typos in commentsMartin Michlmayr2020-05-2110-11/+11
* Fix compilation warningMartin Michlmayr2020-05-181-1/+1
* Revert "Compare price annotations using their textual rendering"Martin Michlmayr2020-05-181-3/+1
* Revert "Change --invert to invert displayed amounts and totals, not amounts"Martin Michlmayr2020-05-181-2/+1
* Fix some typosMartin Michlmayr2020-05-161-1/+1
* Fix: library path issueHenrik Pingel2020-05-131-0/+1
* Revert "Correction to the way parens are parsed in query expressions"John Wiegley2020-05-072-47/+9
* Improve conditional for exclusive optionsMartin Michlmayr2020-05-071-1/+1
* Ensure that apply directives have an argumentMartin Michlmayr2020-04-271-0/+2
* Fix buffer overflow when evaluating pricing dateSarah Jamie Lewis2020-04-271-0/+4
* Increase the error display text limitJohn Wiegley2020-04-261-1/+1
* Add two (for the moment undocumented) functions:John Wiegley2020-04-232-0/+25
* fix: Fix #543 by tracking an account's real balanceDaraul2020-04-054-7/+23
* Make explicit option a no-opCandyAngel2020-04-033-20/+3
* use built-in cmake precompiled header support when availableAndy Clayton2020-04-021-1/+11
* Look up annotated amounts within balances by their displayed nameJohn Wiegley2020-03-272-2/+35
* Compare price annotations using their textual renderingJohn Wiegley2020-03-271-1/+3
* Add an assertion to src/xact.ccJohn Wiegley2020-03-271-0/+2
* Simple whitespace fixJohn Wiegley2020-03-271-1/+1
* py3: ensure python output is not lostAndy Clayton2020-03-261-0/+5
* py3: fix builtin ledger module for python commandAndy Clayton2020-03-261-13/+10
* fix python3 command (argv) wchar_t conversionAndy Clayton2020-03-261-4/+6
* Specify namespace of uintmax_takater2020-03-033-6/+6
* fix #1850: segfault when using ledger printTobias Pankrath2020-01-081-1/+1