Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A new binary_cache_t object has been creating to manage saving and restoring a | John Wiegley | 2008-07-31 | 1 | -5/+0 |
| | | | | | Ledger session from a cache file. It doesn't work at all yet, though at least the major structures are in place now. | ||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -19/+1 |
| | | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x. | ||||
* | Updated all copyright messages to 2003-2008. | John Wiegley | 2008-07-27 | 1 | -1/+1 |
| | |||||
* | A great deal of reorganization to restore the old parsing code (since the | John Wiegley | 2008-07-22 | 1 | -3/+3 |
| | | | | newer XML stuff was pulled). | ||||
* | Re-enabled almost all of the code in main.cc. | John Wiegley | 2008-07-20 | 1 | -0/+13 |
| | |||||
* | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -0/+4 |
| | | | | report, session, parts of xpath, main, journal, option. | ||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -0/+7 |
| | |||||
* | Migrated over both code and build environment from was-v3.0 branch. | John Wiegley | 2008-05-08 | 1 | -16/+259 |
| | |||||
* | Made several changes to the parsing infrastructure to allow passing | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file. | ||||
* | (write_binary_journal): Removed unused "files" parameter. | John Wiegley | 2008-04-13 | 1 | -2/+1 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+26 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -28/+0 |
| | |||||
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -5/+0 |
| | |||||
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -0/+1 |
| | |||||
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -0/+1 |
| | |||||
* | Bulk alloc bigints in the binary reader; this gains another 20% | John Wiegley | 2004-08-25 | 1 | -1/+3 |
| | |||||
* | add copy-on-write semantics to amount.cc; cuts object creation by 5x | John Wiegley | 2004-08-21 | 1 | -0/+4 |
| | |||||
* | fixes | John Wiegley | 2004-08-19 | 1 | -0/+25 |
| | |||||
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -21/+0 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | two major changes | John Wiegley | 2004-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object. | ||||
* | Exit if parsing errors are encountered | John Wiegley | 2004-07-29 | 1 | -4/+4 |
| | |||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+21 |