| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
* | Fix warning about uninitialized variable prepend_width | Tim Landscheidt | 2019-01-14 | 1 | -3/+4 |
* | Merge pull request #519 from mbudde/accounts-prepend-format | John Wiegley | 2018-01-27 | 1 | -0/+15 |
|\ |
|
| * | Add support for --prepend-format in accounts command | Michael Budde | 2018-01-25 | 1 | -0/+15 |
* | | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
|/ |
|
* | Remove compiler warning about missing braces | Øyvind A. Holm | 2017-04-17 | 1 | -12/+13 |
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
* | Fix 1043 | John Wiegley | 2016-11-12 | 1 | -10/+16 |
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
* | Fix clang compile error (FreeBSD 10). | Ilya T | 2015-03-13 | 1 | -3/+3 |
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
* | Cosmetic change - format code consistently | Martin Michlmayr | 2014-05-18 | 1 | -3/+3 |
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Addes tags command and --values option | Craig Earls | 2013-01-29 | 1 | -0/+28 |
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -1/+1 |
* | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 1 | -4/+4 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Fixed many Clang type conversion warnings with static_cast | John Wiegley | 2012-02-17 | 1 | -13/+18 |
* | Fixes for variable shadowing (19/28) | John Wiegley | 2012-02-17 | 1 | -3/+3 |
* | Value scopes now take a parent scope for chaining | John Wiegley | 2010-06-24 | 1 | -14/+6 |
* | bal was sometimes reporting empty accounts | John Wiegley | 2010-06-21 | 1 | -1/+2 |
* | Individual postings may each have their own payee | John Wiegley | 2010-06-17 | 1 | -2/+2 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -30/+30 |
* | Minor optimization of how non --empty is handled | John Wiegley | 2010-06-07 | 1 | -0/+2 |
* | New: --group-by=EXPR and --group-title-format=FMT | John Wiegley | 2010-05-30 | 1 | -9/+46 |
* | Added new option --prepend-width | John Wiegley | 2010-05-22 | 1 | -7/+16 |
* | Option --count sums payees, account, commodities | John Wiegley | 2010-05-22 | 1 | -12/+31 |
* | Added new commands: acounts, payees, commodities | John Wiegley | 2010-05-22 | 1 | -0/+66 |
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -21/+3 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Fixed account display bug in the balance report | John Wiegley | 2010-01-21 | 1 | -5/+4 |
* | Added a --prepend-format option | John Wiegley | 2009-11-11 | 1 | -5/+27 |
* | Redesigned the format_t class | John Wiegley | 2009-11-09 | 1 | -20/+23 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -1/+1 |
* | Moved ownership of master account into journal_t | John Wiegley | 2009-10-30 | 1 | -2/+2 |
* | Fixed a display issue with the balance report | John Wiegley | 2009-10-27 | 1 | -7/+7 |
* | Redid the way temporaries are handled in filtering | John Wiegley | 2009-10-27 | 1 | -3/+3 |
* | Fixed sorting in bal reports when --flat is used | John Wiegley | 2009-10-26 | 1 | -4/+5 |
* | In the balance report, don't output any account twice | John Wiegley | 2009-10-26 | 1 | -1/+2 |
* | Removed some dead code | John Wiegley | 2009-06-27 | 1 | -1/+1 |
* | Restored --percent option, added baseline test | John Wiegley | 2009-06-21 | 1 | -1/+2 |
* | Refinement to display of account balances | John Wiegley | 2009-06-15 | 1 | -1/+3 |
* | If 2+ child accounts are shown, show the parent | John Wiegley | 2009-03-15 | 1 | -12/+17 |
* | If a balance report is multi-lined, print a total | John Wiegley | 2009-03-15 | 1 | -10/+1 |
* | Moved a variable initialization | John Wiegley | 2009-03-11 | 1 | -2/+2 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Rewrote the balance report again, to fix --depth | John Wiegley | 2009-03-08 | 1 | -51/+44 |
* | Revised the ways statistics are computed | John Wiegley | 2009-03-06 | 1 | -98/+0 |