Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improved some error messages | John Wiegley | 2012-03-29 | 4 | -13/+20 | |
| | | ||||||
* | | Allow post.cost to work in Python | John Wiegley | 2012-03-29 | 3 | -16/+32 | |
| | | ||||||
* | | Allow serialization to be enabled again | John Wiegley | 2012-03-29 | 5 | -35/+169 | |
| | | ||||||
* | | Removed the cmd-emacs baseline test | John Wiegley | 2012-03-29 | 1 | -18/+0 | |
| | | | | | | | | The time issue causes too many false positives. | |||||
* | | Forgot to copy two members in post_t's copy-ctor | John Wiegley | 2012-03-28 | 1 | -4/+4 | |
| | | ||||||
* | | Add more tests | Martin Michlmayr | 2012-03-27 | 3 | -0/+55 | |
| | | ||||||
* | | Fix some tests not to be time-sensitive | Martin Michlmayr | 2012-03-27 | 2 | -8/+8 | |
| | | ||||||
* | | Add more baseline tests. | Martin Michlmayr | 2012-03-25 | 6 | -1/+139 | |
| | | ||||||
* | | Add more baseline tests | Martin Michlmayr | 2012-03-25 | 12 | -4/+583 | |
| | | ||||||
* | | Document more commands in the man page | Martin Michlmayr | 2012-03-25 | 1 | -0/+26 | |
| | | ||||||
* | | Typo fix | Martin Michlmayr | 2012-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Add more baseline tests | Martin Michlmayr | 2012-03-25 | 2 | -0/+105 | |
| | | ||||||
* | | Add more baseline tests | Martin Michlmayr | 2012-03-25 | 13 | -0/+325 | |
| | | ||||||
* | | Make pricesdb an alias for pricedb for backwards compatibility with ledger 2 | Martin Michlmayr | 2012-03-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ledger 2.2 introduced the pricesdb command. This was renamed to pricedb in ledger 3. Allow pricesdb as an alternative to pricedb to provide backwards compatibility. Fixes bug #728 | |||||
* | | Improve baseline/cmd-payees.test | Martin Michlmayr | 2012-03-25 | 1 | -0/+6 | |
| | | ||||||
* | | Simplified some code in xact.cc | John Wiegley | 2012-03-23 | 2 | -71/+60 | |
| | | ||||||
* | | Fixed sorting of equity output | John Wiegley | 2012-03-23 | 4 | -49/+121 | |
| | | ||||||
* | | Fixed output order in opt-equity.test | John Wiegley | 2012-03-23 | 1 | -2/+2 | |
| | | ||||||
* | | Add more baseline tests | Martin Michlmayr | 2012-03-23 | 3 | -0/+110 | |
| | | ||||||
* | | Add test case for bug #379 | Martin Michlmayr | 2012-03-23 | 1 | -5/+54 | |
| | | ||||||
* | | Fixed cmd-emacs.test | John Wiegley | 2012-03-23 | 1 | -3/+3 | |
| | | ||||||
* | | Allow use of $FILE in stdout checks | John Wiegley | 2012-03-23 | 1 | -3/+2 | |
| | | ||||||
* | | Add more baseline tests | Martin Michlmayr | 2012-03-23 | 6 | -0/+270 | |
| | | ||||||
* | | Update manual to say that pricesdb option has been renamed to pricedb | Martin Michlmayr | 2012-03-23 | 1 | -2/+2 | |
| | | ||||||
* | | 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 |