Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -4/+12 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+9 |
| | |||||
* | (read_binary_journal, write_binary_journal): The "basket" account | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | | | | pointer was being incorrectly restored from the cache. | ||||
* | Increased binary version number. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Updated binary version number. (read_binary_entry_base): Read in | John Wiegley | 2008-04-13 | 1 | -1/+5 |
| | | | | | | beginning and ending line information for each entry. (write_binary_entry_base): Write out beginning and ending line information for each entry. | ||||
* | Updated binary file version. (read_binary_journal): Read in the | John Wiegley | 2008-04-13 | 1 | -1/+10 |
| | | | | | "basket" account, if used. (write_binary_journal): Write out the "basket" account, if used. | ||||
* | Increased binary file version number. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | updated binary version number | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -5/+6 |
| | |||||
* | Added support for each entry to remember: the file it came from, and | John Wiegley | 2008-04-13 | 1 | -11/+24 |
| | | | | | | | | | | the beginning and ending character positions of that entry within the file. This makes it possible to reproduce the input exactly, with only the changed entries updated. (read_binary_journal, write_binary_journal): All accounts and entries now know which journal they are a member of, and have a `journal' member pointing to it. | ||||
* | Updated binary cache version, for good measure. | John Wiegley | 2008-04-13 | 1 | -8/+17 |
| | | | | | | | | (read_binary_journal): Read in the price_db, in order to throw away the cache if it has changed. (write_binary_journal): Removed unused "files" parameter. Changed logic for writing out files list. Also, write out the prices database that was used. (py_write_binary_journal): Removed "files" argument. | ||||
* | Updated binary cache version, for good measure. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Updated binary file version. (read_binary_journal): Read in the | John Wiegley | 2008-04-13 | 1 | -1/+13 |
| | | | | | default commodity. (write_binary_journal): Write out the default commodity. | ||||
* | updated cache version | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | (read_binary_amount): If the commodity ident is zero, | John Wiegley | 2008-04-13 | 1 | -0/+7 |
| | | | | | | | | it is an explicit reference to commodity_t::null_commodity. (write_binary_journal): Initialize account_index and commodity_index to zero before writing. (write_binary_journal): Set the "ident" field of the null_commodity to 0, so that read_binary_amount can recognize it. | ||||
* | Fixed a textual parsing bug. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+753 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -631/+0 |
| | |||||
* | if a commodity price cannot be downloaded, report it as an error | John Wiegley | 2004-09-25 | 1 | -1/+1 |
| | |||||
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | main.py does everything except balance reports now | John Wiegley | 2004-09-14 | 1 | -0/+9 |
| | |||||
* | change commodity->symbol to const, and added set_symbol | John Wiegley | 2004-09-10 | 1 | -2/+4 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -15/+14 |
| | |||||
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -4/+4 |
| | |||||
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -1/+19 |
| | |||||
* | read all binary data in at one go; gains 33% | John Wiegley | 2004-08-26 | 1 | -106/+144 |
| | |||||
* | don't placement new() amount_t in binary.cc when it isn't necessary | John Wiegley | 2004-08-26 | 1 | -1/+0 |
| | |||||
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -2/+5 |
| | |||||
* | minor simplification | John Wiegley | 2004-08-25 | 1 | -2/+1 |
| | |||||
* | use back-patching to simplify binary file writing | John Wiegley | 2004-08-25 | 1 | -29/+19 |
| | |||||
* | Bulk alloc bigints in the binary reader; this gains another 20% | John Wiegley | 2004-08-25 | 1 | -30/+72 |
| | |||||
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -18/+34 |
| | |||||
* | use a string pool in binary files; gains 7% read time | John Wiegley | 2004-08-24 | 1 | -55/+94 |
| | |||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -2/+0 |
| | |||||
* | change to binary loading that increases speed by another 20% | John Wiegley | 2004-08-23 | 1 | -23/+78 |
| | |||||
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -1/+1 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -21/+19 |
| | |||||
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -3/+11 |
| | |||||
* | changed RELEASE_LEVEL to DEBUG_LEVEL | John Wiegley | 2004-08-21 | 1 | -2/+2 |
| | |||||
* | fixes to how commodities are looked up using quotes.cc | John Wiegley | 2004-08-21 | 1 | -1/+3 |
| | |||||
* | bumped binary file version number | John Wiegley | 2004-08-21 | 1 | -1/+1 |
| | |||||
* | add copy-on-write semantics to amount.cc; cuts object creation by 5x | John Wiegley | 2004-08-21 | 1 | -11/+6 |
| | |||||
* | several fixes | John Wiegley | 2004-08-19 | 1 | -1/+19 |
| | |||||
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 1 | -16/+23 |
| | |||||
* | fixes | John Wiegley | 2004-08-17 | 1 | -17/+12 |
| | |||||
* | misc cleanup | John Wiegley | 2004-08-17 | 1 | -1/+0 |
| | |||||
* | slight fixes | John Wiegley | 2004-08-17 | 1 | -2/+2 |
| |