Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -4/+7 |
| | | | | binary cache. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -6/+7 |
| | |||||
* | (value_expr_t::compute): Added new 'act_date' and 'eff_date' value | John Wiegley | 2008-04-13 | 1 | -19/+39 |
| | | | | | | expressions, for getting at the explicit actual and effective dates of a transaction or entry. For accounts, these both refer to the present moment. | ||||
* | Further improvements to lot pricing. | John Wiegley | 2008-04-13 | 1 | -23/+42 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -418/+746 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+5 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+22 |
| | |||||
* | (parse_value_term): Added support for general @name functions. This | John Wiegley | 2008-04-13 | 1 | -0/+77 |
| | | | | | | used to mean Python functions, now it will be used for all further value expression functions. Right now this means the new @min(x,y) and @max(x,y) functions. | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -136/+0 |
| | |||||
* | (parse_and_report): Set ledger::terminus in main.cc, instead of | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | relying on static initialization of valexpr.cc. | ||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -0/+6 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | Added support for a Y flag which matches against a transaction's | John Wiegley | 2008-04-13 | 1 | -0/+9 |
| | | | | | | PENDING state (as opposed to X, which checks only CLEARED). Now it should be possible to query for all combinations of PENDING, CLEARED or UNCLEARED. | ||||
* | Added a `terminus' global, which if set marks the "current time" as | John Wiegley | 2008-04-13 | 1 | -3/+5 |
| | | | | | | seen by the value expression logic. This has the effect of changing valexprs that test against the current time, such as for calculating the market value of commodities. | ||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -3/+6 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -2/+19 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | Added the capability for value expression regexps targetted at | John Wiegley | 2008-04-13 | 1 | -15/+63 |
| | | | | | | specific parts of a transaction: c// (entry code), p// (payee), w// (short account name), W// (full account name), and e// (transaction note). | ||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+1037 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -1051/+0 |
| | |||||
* | made several of the buffers used non-static | John Wiegley | 2004-09-26 | 1 | -2/+1 |
| | |||||
* | corrected the deviation report (-D) when -V is also being used | John Wiegley | 2004-09-25 | 1 | -7/+0 |
| | |||||
* | added pysample.dat, which provides a more realistic example of using Python | John Wiegley | 2004-09-25 | 1 | -5/+7 |
| | |||||
* | fixed support for multiple argument passing to Python functions | John Wiegley | 2004-09-25 | 1 | -17/+45 |
| | |||||
* | accept multiple arguments passed to an interpreted function (more work tbd) | John Wiegley | 2004-09-24 | 1 | -30/+57 |
| | |||||
* | more error checking and robustness mods | John Wiegley | 2004-09-23 | 1 | -29/+40 |
| | |||||
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -7/+28 |
| | |||||
* | passing --enable-python to configure is now required for python support | John Wiegley | 2004-09-20 | 1 | -2/+2 |
| | |||||
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -0/+10 |
| | |||||
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 1 | -26/+25 |
| | |||||
* | further python integration improvements | John Wiegley | 2004-09-14 | 1 | -2/+12 |
| | |||||
* | python integrated both ways (see sample.dat), and initialized on-demand | John Wiegley | 2004-09-14 | 1 | -3/+57 |
| | |||||
* | added support for ValueExpr objects to python. | John Wiegley | 2004-09-10 | 1 | -0/+32 |
| | |||||
* | interval_t objects now play nicely with python. see the bottom of main.py | John Wiegley | 2004-09-10 | 1 | -3/+2 |
| | |||||
* | optimize python iterations of entries, transactions; use exceptions more | John Wiegley | 2004-09-08 | 1 | -15/+11 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -2/+1 |
| | |||||
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -5/+3 |
| | |||||
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -2/+0 |
| | |||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -11/+11 |
| | |||||
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -15/+23 |
| | |||||
* | simplified some code | John Wiegley | 2004-08-22 | 1 | -8/+0 |
| | |||||
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -30/+33 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -24/+19 |
| | |||||
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -9/+34 |
| | |||||
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 1 | -1/+1 |
| | |||||
* | minor changes | John Wiegley | 2004-08-20 | 1 | -25/+0 |
| | |||||
* | updated gnucash support | John Wiegley | 2004-08-20 | 1 | -4/+2 |
| | |||||
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 1 | -88/+82 |
| | |||||
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | speed improvements; my "bal" script is cut to a third | John Wiegley | 2004-08-17 | 1 | -43/+67 |
| | |||||
* | small changes | John Wiegley | 2004-08-17 | 1 | -22/+13 |
| |