Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added support for Unicode text in Ledger files, thanks to 'utfcpp', which can | John Wiegley | 2009-01-23 | 1 | -0/+2 | |
| | | | | be located at http://utfcpp.sourceforge.net. | |||||
* | Correctly handle "bare parentheses" in the command regexps. | John Wiegley | 2009-01-23 | 1 | -6/+13 | |
| | ||||||
* | Redid the way command-line arguments are processed. Before, Ledger used - and | John Wiegley | 2009-01-22 | 1 | -77/+92 | |
| | | | | | | | | | | | | | | | -- to mean special things after the command verb was seen. But now, what used to be specified as this: ledger -n reg cash -payable -- shell Is now specified as this: ledger reg -n cash not payable @shell It could also be specified as: ledger -n reg \(cash and not payable\) and @shell | |||||
* | Added support for "anonymizing" any report with --anon. | John Wiegley | 2009-01-20 | 1 | -0/+8 | |
| | ||||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 | |
| | ||||||
* | Added back several cost reporting options. | John Wiegley | 2009-01-19 | 1 | -0/+29 | |
| | ||||||
* | Pass in the total_expr directly to changed_value_xacts. | John Wiegley | 2009-01-19 | 1 | -1/+2 | |
| | ||||||
* | Added back the -V (market value) option. | John Wiegley | 2009-01-19 | 1 | -0/+32 | |
| | ||||||
* | Added the concept of a "display_total", used for showing the values in the | John Wiegley | 2009-01-19 | 1 | -0/+10 | |
| | | | | | totals column of both the register and balance reports. This is different from the internal calculated total, which is still "total_expr". | |||||
* | Changed a plain equality into a strcmp. | John Wiegley | 2008-09-18 | 1 | -1/+6 | |
| | ||||||
* | Move handling of all commands to the value expression subsystem, rather than | John Wiegley | 2008-09-18 | 1 | -6/+178 | |
| | | | | handling them explicitly in main.cc. | |||||
* | Restored --cleared, --pending, --uncleared, -X and -Y. | John Wiegley | 2008-09-16 | 1 | -8/+27 | |
| | ||||||
* | Restored --format, --date-format (-y), and --input-date-format options. | John Wiegley | 2008-09-14 | 1 | -4/+17 | |
| | ||||||
* | Added back a lot of hacktastic logic from 2.6.1 that made the "bal" command | John Wiegley | 2008-08-14 | 1 | -91/+2 | |
| | | | | | somewhat smart about how it interpreted certain options. Beware, code, for your days are not long-lived. | |||||
* | Re-enabled many more options, among them -n. | John Wiegley | 2008-08-14 | 1 | -1/+42 | |
| | ||||||
* | Restored the -p, -b and -e reporting options. | John Wiegley | 2008-08-14 | 1 | -5/+84 | |
| | ||||||
* | Enabled the --tail and --head options. | John Wiegley | 2008-08-13 | 1 | -7/+12 | |
| | ||||||
* | The register report is now mostly displaying multi-line balances correctly. | John Wiegley | 2008-08-10 | 1 | -0/+20 | |
| | | | | It still shows lots even when --lots isn't specified, though. | |||||
* | The balance report is working again. | John Wiegley | 2008-08-10 | 1 | -2/+2 | |
| | ||||||
* | Basic balance reports are working again! | John Wiegley | 2008-08-10 | 1 | -2/+1 | |
| | ||||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+432 | |
is in doc/, etc. |