summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | | | Fix problem with -H and lack of pricing infoJohn Wiegley2012-03-184-27/+35
| | | | | | | | | | | | | | | | Fixes #691
* | | | Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-1820-59/+299
| | | |
* | | | Whitespace fixJohn Wiegley2012-03-181-1/+0
| | | |
* | | | Improvements to ldg-test.elJohn Wiegley2012-03-181-6/+9
| | | |
* | | | Change some #if guards to test for gcc 4.7John Wiegley2012-03-172-4/+4
|/ / /
* | | Passing --verify to regression tests uses valgrindJohn Wiegley2012-03-172-1/+8
| | |
* | | libgmalloc is no longer available on OS X LionJohn Wiegley2012-03-172-11/+11
| | |
* | | Package src/context.h into the final distJohn Wiegley2012-03-171-0/+1
| | |
* | | Simplified a regression testJohn Wiegley2012-03-171-21/+21
| | |
* | | Fixed #711: Parsing of alias directiveJohn Wiegley2012-03-172-8/+31
| | |
* | | Added regression test for A8FCC765John Wiegley2012-03-172-0/+10
| | |
* | | Make --days-of-week an alias for --dowJohn Wiegley2012-03-171-1/+1
| | |
* | | Added option --day-breakJohn Wiegley2012-03-179-37/+91
| | |
* | | Formatting cleanuoCraig Earls2012-03-161-4/+4
|/ /
* | Added John recent detailed discussion of Transactions, remove redundant ↵Craig Earls2012-03-161-303/+937
| | | | | | | | exaplantions elesewhere. Updated account and tag directives to be "apply"
* | Always close the last report output streamJohn Wiegley2012-03-163-0/+10
| | | | | | | | Should fix #701
* | Don't allow trailing ws in abbrev. account segmentsJohn Wiegley2012-03-164-4/+22
| | | | | | | | Fixes #358
* | Improved error reporting for bad account namesJohn Wiegley2012-03-162-2/+55
| | | | | | | | Fixes #374
* | Correct parsing of automated xact expressionsJohn Wiegley2012-03-163-2/+35
| | | | | | | | Fixes #458
* | Improved error reports about leading whitespaceJohn Wiegley2012-03-165-1178/+51
| |
* | Added regression test for #584John Wiegley2012-03-161-0/+23
| |
* | pricedb was outputting redundant pricesJohn Wiegley2012-03-163-1/+14
| | | | | | | | Fixes #704
* | Restored tabs that had been converted to spacesJohn Wiegley2012-03-161-2/+2
| |
* | Unexpected initial whitespace is an error (again)John Wiegley2012-03-165-7/+1226
| | | | | | | | Fixes #565
* | Added ldg-test.el, to assist writing regression testsJohn Wiegley2012-03-162-0/+63
| |
* | Don't add price exchanges for a commodity itselfJohn Wiegley2012-03-162-1/+9
| | | | | | | | Fixes #703
* | Added description of --dc, internal Ledger Architecture, remove ! and @ from ↵Craig Earls2012-03-151-75/+557
| | | | | | | | command directives
* | Don't use -fomit-frame-pointer when building optimizedJohn Wiegley2012-03-151-1/+1
| | | | | | | | Makes stack traces impossible
* | Don't map_prices if price commodity matches sourceJohn Wiegley2012-03-157-13/+53
| | | | | | | | Fixes #680
* | Added regression test for #438John Wiegley2012-03-141-0/+74
| |
* | Added two regressions tests from Thierry DaucourtJohn Wiegley2012-03-142-0/+117
| |
* | Add experimental support for select queriesJohn Wiegley2012-03-134-0/+501
| |