Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed an interaction with equity and virtual accounts | John Wiegley | 2012-03-22 | 3 | -7/+54 | |
| | | | | | | | | Fixes #686 | |||||
* | | Merge branch 'next' of github.com:jwiegley/ledger into next | Martin Michlmayr | 2012-03-22 | 1 | -0/+0 | |
|\ \ | ||||||
| * | | Renamed F32DBEF1.test to CEECC0B0.test | John Wiegley | 2012-03-22 | 1 | -0/+0 | |
| | | | ||||||
* | | | Update example to use new apply account directive | Martin Michlmayr | 2012-03-22 | 1 | -3/+3 | |
|/ / | | | | | | | | | | | Update the example in the manual to use the new apply account/end apply directive, as announced be John here: http://groups.google.com/group/ledger-cli/tree/browse_frm/month/2012-02/977e5dd90a55efca | |||||
* | | Simply regression tests by using $FILE | Martin Michlmayr | 2012-03-22 | 5 | -5/+5 | |
| | | ||||||
* | | Add more test cases | Martin Michlmayr | 2012-03-22 | 6 | -0/+70 | |
| | | ||||||
* | | Add more regression tests | Martin Michlmayr | 2012-03-22 | 9 | -0/+298 | |
| | | ||||||
* | | Add some regression tests | Martin Michlmayr | 2012-03-22 | 8 | -0/+106 | |
| | | ||||||
* | | Document build dependencies needed by Debian squeeze and wheezy. | Martin Michlmayr | 2012-03-20 | 1 | -0/+18 | |
| | | | | | | | | This also fixes bug #640 | |||||
* | | Never output calculate commodity valuation expressions | John Wiegley | 2012-03-20 | 2 | -6/+3 | |
| | | ||||||
* | | Fix problems with <Adjustment> postings | John Wiegley | 2012-03-20 | 6 | -8/+18 | |
| | | ||||||
* | | Merge branch 't/A560FDAD' into next | John Wiegley | 2012-03-20 | 3 | -4/+91 | |
|\ \ | ||||||
| * | | Strip annotations in display_filter_posts | John Wiegley | 2012-03-20 | 3 | -4/+55 | |
| | | | | | | | | | | | | Fixes #718 | |||||
| * | | Added regression test for A560FDAD | John Wiegley | 2012-03-19 | 1 | -0/+36 | |
| | | | ||||||
* | | | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 32 | -101/+106 | |
|/ / | ||||||
* | | Output date to proof log | John Wiegley | 2012-03-19 | 1 | -1/+3 | |
| | | ||||||
* | | Corrected an uninitialized memory bug | John Wiegley | 2012-03-19 | 2 | -2/+15 | |
| | | ||||||
* | | Don't output zero balances with the equity command | John Wiegley | 2012-03-19 | 1 | -11/+15 | |
| | | ||||||
* | | Allow the equity command to strip annotations | John Wiegley | 2012-03-19 | 3 | -24/+31 | |
| | | ||||||
* | | print computed annotations if --generated | John Wiegley | 2012-03-19 | 1 | -1/+2 | |
| | | ||||||
* | | Made an assert more relaxed in item_context() | John Wiegley | 2012-03-19 | 1 | -1/+1 | |
| | | ||||||
* | | Added regression test | John Wiegley | 2012-03-19 | 1 | -0/+57 | |
| | | ||||||
* | | Allow --input-date-format to specify separators | John Wiegley | 2012-03-19 | 2 | -3/+25 | |
| | | | | | | | | Fixes #650 | |||||
* | | Merge branch 'next' of github.com:jwiegley/ledger into next | John Wiegley | 2012-03-19 | 1 | -897/+877 | |
|\ \ | ||||||
| * | | Reorganized command directives | Craig Earls | 2012-03-18 | 1 | -895/+875 | |
| | | | ||||||
| * | | Merge pull request #60 from munkee/next | Craig Earls | 2012-03-18 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Fix an example of fixed lot prices | |||||
| | * | | Fix an example of fixed lot prices | David Whitmarsh | 2012-03-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Changed the results of the last example in 5.5.3 to match what really happens | |||||
* | | | | More improvements to nail_down; fixes #715 | John Wiegley | 2012-03-19 | 2 | -2/+21 | |
| | | | | ||||||
* | | | | Corrected an error print in value.cc | John Wiegley | 2012-03-19 | 1 | -5/+3 | |
| | | | | ||||||
* | | | | Extend commodity_t::compare_by_commodity::operator() | John Wiegley | 2012-03-19 | 1 | -0/+9 | |
|/ / / | ||||||
* | | | Merge branch 'next' of github.com:jwiegley/ledger into next | John Wiegley | 2012-03-18 | 1 | -60/+165 | |
|\ \ \ | ||||||
| * | | | apply account and apply tag | Craig Earls | 2012-03-17 | 1 | -60/+165 | |
| | | | | | | | | | | | | | | | | | | | | | | | | added more details to the apply account and apply tag descriptions. Delete -x option description | |||||
* | | | | Fixed bug relating to historical pricing | John Wiegley | 2012-03-18 | 4 | -5/+28 | |
| | | | | | | | | | | | | | | | | Fixes #681 | |||||
* | | | | Fix problem with -H and lack of pricing info | John Wiegley | 2012-03-18 | 4 | -27/+35 | |
| | | | | | | | | | | | | | | | | Fixes #691 | |||||
* | | | | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 20 | -59/+299 | |
| | | | | ||||||
* | | | | Whitespace fix | John Wiegley | 2012-03-18 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Improvements to ldg-test.el | John Wiegley | 2012-03-18 | 1 | -6/+9 | |
| | | | | ||||||
* | | | | Change some #if guards to test for gcc 4.7 | John Wiegley | 2012-03-17 | 2 | -4/+4 | |
|/ / / | ||||||
* | | | Passing --verify to regression tests uses valgrind | John Wiegley | 2012-03-17 | 2 | -1/+8 | |
| | | | ||||||
* | | | libgmalloc is no longer available on OS X Lion | John Wiegley | 2012-03-17 | 2 | -11/+11 | |
| | | | ||||||
* | | | Package src/context.h into the final dist | John Wiegley | 2012-03-17 | 1 | -0/+1 | |
| | | | ||||||
* | | | Simplified a regression test | John Wiegley | 2012-03-17 | 1 | -21/+21 | |
| | | | ||||||
* | | | Fixed #711: Parsing of alias directive | John Wiegley | 2012-03-17 | 2 | -8/+31 | |
| | | | ||||||
* | | | Added regression test for A8FCC765 | John Wiegley | 2012-03-17 | 2 | -0/+10 | |
| | | | ||||||
* | | | Make --days-of-week an alias for --dow | John Wiegley | 2012-03-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added option --day-break | John Wiegley | 2012-03-17 | 9 | -37/+91 | |
| | | | ||||||
* | | | Formatting cleanuo | Craig Earls | 2012-03-16 | 1 | -4/+4 | |
|/ / | ||||||
* | | Added John recent detailed discussion of Transactions, remove redundant ↵ | Craig Earls | 2012-03-16 | 1 | -303/+937 | |
| | | | | | | | | exaplantions elesewhere. Updated account and tag directives to be "apply" | |||||
* | | Always close the last report output stream | John Wiegley | 2012-03-16 | 3 | -0/+10 | |
| | | | | | | | | Should fix #701 | |||||
* | | Don't allow trailing ws in abbrev. account segments | John Wiegley | 2012-03-16 | 4 | -4/+22 | |
| | | | | | | | | Fixes #358 |