Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Many improvements to lambdas and function calling | John Wiegley | 2012-03-08 | 1 | -0/+4 | |
| | ||||||
* | Many options now have additive effect | John Wiegley | 2012-03-07 | 2 | -2/+2 | |
| | | | | | | | | | For example, -A and -V used to override each other, whereas now: -A report the average amount -V report all amounts at current value -AV report the current value of the average -VA report the average of all current values | |||||
* | Added test for value directives and annotations | John Wiegley | 2012-03-07 | 1 | -0/+103 | |
| | ||||||
* | Added balance assertion test | John Wiegley | 2012-03-06 | 1 | -0/+13 | |
| | ||||||
* | Added "value" sub-directive for commodity directive | John Wiegley | 2012-03-06 | 1 | -0/+24 | |
| | ||||||
* | Add support for valuation expressions on commodities | John Wiegley | 2012-03-05 | 1 | -1/+1 | |
| | ||||||
* | Simplified Python import in a journal file | John Wiegley | 2012-03-05 | 1 | -0/+23 | |
| | ||||||
* | Look for valgrind in /opt/local/bin also | John Wiegley | 2012-03-05 | 1 | -1/+1 | |
| | ||||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 3 | -7/+9 | |
| | ||||||
* | Implemented first cut at price conversion logic | John Wiegley | 2012-03-05 | 1 | -1/+1 | |
| | ||||||
* | Fixed invocation of lambda expressions | John Wiegley | 2012-03-05 | 1 | -0/+5 | |
| | | | | | | | | | foo = x, y, z -> print(x, y, z) foo(1, 2, 3) However, this still does not work: (x, y, z -> print(x, y, z))(1, 2, 3) | |||||
* | This now works: ledger --import os eval 'os.path.isdir("/tmp")' | John Wiegley | 2012-03-02 | 1 | -3/+5 | |
| | ||||||
* | Allow --options to be added by the user in Python | John Wiegley | 2012-03-01 | 2 | -0/+19 | |
| | ||||||
* | Added more baseline testing, for valexprs and Python | John Wiegley | 2012-03-01 | 3 | -3/+32 | |
| | ||||||
* | Fixed an explicit path within a unit test | John Wiegley | 2012-03-01 | 1 | -1/+1 | |
| | ||||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 5 | -1/+60 | |
| | ||||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -10/+15 | |
| | ||||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 2 | -2/+2 | |
| | ||||||
* | Added skeletons for Python unit tests | John Wiegley | 2012-02-29 | 5 | -2/+96 | |
| | ||||||
* | Corrected problem with parsing of leap days | John Wiegley | 2012-02-28 | 1 | -0/+12 | |
| | ||||||
* | Corrected behavior of >= and <= | John Wiegley | 2012-02-28 | 1 | -0/+25 | |
| | ||||||
* | Apply timelog time to the check-in day | John Wiegley | 2012-02-28 | 1 | -0/+6 | |
| | | | | Fixes #546 | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 2 | -0/+0 | |
| | ||||||
* | Allow xact notes on periodic transactions | John Wiegley | 2012-02-28 | 1 | -0/+20 | |
| | | | | Fixes #448 | |||||
* | Rewrite the way interval reports are generated | John Wiegley | 2012-02-28 | 2 | -1/+553 | |
| | ||||||
* | Correctly elide amount sometimes in "print" | John Wiegley | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | Use "apply tag" instead of "tag" in test/input/sample.dat | John Wiegley | 2012-02-27 | 1 | -2/+4 | |
| | ||||||
* | Added regression test for #657 | John Wiegley | 2012-02-27 | 1 | -0/+25 | |
| | ||||||
* | Improved a test | John Wiegley | 2012-02-27 | 1 | -4/+7 | |
| | ||||||
* | Added --check-payees option | John Wiegley | 2012-02-27 | 1 | -0/+0 | |
| | ||||||
* | Implement the "tag" metadata directive | John Wiegley | 2012-02-27 | 1 | -0/+21 | |
| | ||||||
* | Implemented account and commodity directives | John Wiegley | 2012-02-27 | 1 | -0/+25 | |
| | ||||||
* | Output some line numbers with warnings | John Wiegley | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 4 | -2/+2 | |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | |||||
* | Revert behavior of 40ab81308025e9655074da37671c444b4257f867 | John Wiegley | 2012-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -0/+0 | |
| | ||||||
* | Don't print amounts when not necessary in 'print' | John Wiegley | 2012-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added --auto-match option, for use with 'convert' | John Wiegley | 2012-02-26 | 1 | -0/+0 | |
| | ||||||
* | Fixed cmd-script_2.test | John Wiegley | 2012-02-21 | 1 | -2/+2 | |
| | ||||||
* | Corrected handling of nested definitions | John Wiegley | 2012-02-21 | 2 | -0/+6 | |
| | ||||||
* | Simplify test for GuardMalloc | John Wiegley | 2012-02-17 | 1 | -7/+1 | |
| | ||||||
* | Moved some files into their right locations | John Wiegley | 2012-02-10 | 2 | -0/+0 | |
| | ||||||
* | Added detailed documentation of most command directives. Added command ↵ | Craig Earls | 2012-02-10 | 1 | -2/+18 | |
| | | | | directives to test/input/drewr3.dat to demonstrate @tag @account @bucket. | |||||
* | contains a transaction that cause a divide by zero error | Craig Earls | 2012-02-10 | 1 | -0/+11 | |
| | ||||||
* | resolved bug 584, trailing whitespace not ignored in payee | Craig Earls | 2012-02-10 | 1 | -0/+55 | |
| | ||||||
* | Ready for first publication | Craig Earls | 2011-10-02 | 1 | -7/+7 | |
| | ||||||
* | updated to work with V3 | Craig Earls | 2011-09-29 | 1 | -0/+67 | |
| | ||||||
* | General document structuring and transfer from older docs | Craig Earls | 2011-09-28 | 1 | -2/+2 | |
| | ||||||
* | Remove spurious false errors when using GuardMalloc | John Wiegley | 2011-03-28 | 1 | -1/+1 | |
| | ||||||
* | Corrected two tests | John Wiegley | 2011-02-12 | 2 | -50/+40 | |
| |