summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add more baseline tests.Martin Michlmayr2012-03-256-1/+139
|
* Add more baseline testsMartin Michlmayr2012-03-2512-4/+583
|
* Document more commands in the man pageMartin Michlmayr2012-03-251-0/+26
|
* Typo fixMartin Michlmayr2012-03-251-1/+1
|
* Add more baseline testsMartin Michlmayr2012-03-252-0/+105
|
* Add more baseline testsMartin Michlmayr2012-03-2513-0/+325
|
* Make pricesdb an alias for pricedb for backwards compatibility with ledger 2Martin Michlmayr2012-03-251-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.testMartin Michlmayr2012-03-251-0/+6
|
* Simplified some code in xact.ccJohn Wiegley2012-03-232-71/+60
|
* Fixed sorting of equity outputJohn Wiegley2012-03-234-49/+121
|
* Fixed output order in opt-equity.testJohn Wiegley2012-03-231-2/+2
|
* Add more baseline testsMartin Michlmayr2012-03-233-0/+110
|
* Add test case for bug #379Martin Michlmayr2012-03-231-5/+54
|
* Fixed cmd-emacs.testJohn Wiegley2012-03-231-3/+3
|
* Allow use of $FILE in stdout checksJohn Wiegley2012-03-231-3/+2
|
* Add more baseline testsMartin Michlmayr2012-03-236-0/+270
|
* Update manual to say that pricesdb option has been renamed to pricedbMartin Michlmayr2012-03-231-2/+2
|
* Fixed an interaction with equity and virtual accountsJohn Wiegley2012-03-223-7/+54
| | | | Fixes #686
* Merge branch 'next' of github.com:jwiegley/ledger into nextMartin Michlmayr2012-03-221-0/+0
|\
| * Renamed F32DBEF1.test to CEECC0B0.testJohn Wiegley2012-03-221-0/+0
| |
* | Update example to use new apply account directiveMartin Michlmayr2012-03-221-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 $FILEMartin Michlmayr2012-03-225-5/+5
|
* Add more test casesMartin Michlmayr2012-03-226-0/+70
|
* Add more regression testsMartin Michlmayr2012-03-229-0/+298
|
* Add some regression testsMartin Michlmayr2012-03-228-0/+106
|
* Document build dependencies needed by Debian squeeze and wheezy.Martin Michlmayr2012-03-201-0/+18
| | | | This also fixes bug #640
* Never output calculate commodity valuation expressionsJohn Wiegley2012-03-202-6/+3
|
* Fix problems with <Adjustment> postingsJohn Wiegley2012-03-206-8/+18
|
* Merge branch 't/A560FDAD' into nextJohn Wiegley2012-03-203-4/+91
|\
| * Strip annotations in display_filter_postsJohn Wiegley2012-03-203-4/+55
| | | | | | | | Fixes #718
| * Added regression test for A560FDADJohn Wiegley2012-03-191-0/+36
| |
* | Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-2032-101/+106
|/
* Output date to proof logJohn Wiegley2012-03-191-1/+3
|
* Corrected an uninitialized memory bugJohn Wiegley2012-03-192-2/+15
|
* Don't output zero balances with the equity commandJohn Wiegley2012-03-191-11/+15
|
* Allow the equity command to strip annotationsJohn Wiegley2012-03-193-24/+31
|
* print computed annotations if --generatedJohn Wiegley2012-03-191-1/+2
|
* Made an assert more relaxed in item_context()John Wiegley2012-03-191-1/+1
|
* Added regression testJohn Wiegley2012-03-191-0/+57
|
* Allow --input-date-format to specify separatorsJohn Wiegley2012-03-192-3/+25
| | | | Fixes #650
* Merge branch 'next' of github.com:jwiegley/ledger into nextJohn Wiegley2012-03-191-897/+877
|\
| * Reorganized command directivesCraig Earls2012-03-181-895/+875
| |
| * Merge pull request #60 from munkee/nextCraig Earls2012-03-181-2/+2
| |\ | | | | | | Fix an example of fixed lot prices
| | * Fix an example of fixed lot pricesDavid Whitmarsh2012-03-181-2/+2
| | | | | | | | | | | | | | | Changed the results of the last example in 5.5.3 to match what really happens
* | | More improvements to nail_down; fixes #715John Wiegley2012-03-192-2/+21
| | |
* | | Corrected an error print in value.ccJohn Wiegley2012-03-191-5/+3
| | |
* | | Extend commodity_t::compare_by_commodity::operator()John Wiegley2012-03-191-0/+9
|/ /
* | Merge branch 'next' of github.com:jwiegley/ledger into nextJohn Wiegley2012-03-181-60/+165
|\ \
| * | apply account and apply tagCraig Earls2012-03-171-60/+165
| | | | | | | | | | | | | | | | | | added more details to the apply account and apply tag descriptions. Delete -x option description
* | | Fixed bug relating to historical pricingJohn Wiegley2012-03-184-5/+28
| | | | | | | | | | | | Fixes #681