| Commit message (Expand) | Author | Age | Files | Lines |
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -0/+177 |
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -73/+115 |
* | (amount_t::valid): Don't verify the commodity as being non-null, since | John Wiegley | 2008-04-13 | 1 | -10/+14 |
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -165/+0 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
* | Moved the setting of time quantities to the commodity initialization | John Wiegley | 2008-04-13 | 1 | -0/+20 |
* | (amount_t::value): Corrected a problem with commodity rounding after | John Wiegley | 2008-04-13 | 1 | -8/+23 |
* | (find_commodity): Don't copy over the NOMARKET flag from the default | John Wiegley | 2008-04-13 | 1 | -1/+2 |
* | (parse): Allow "-$100.00" as the equivalent of "$-100.00". | John Wiegley | 2008-04-13 | 1 | -2/+12 |
* | (amount_t::parse): Only set the SUFFIXED flag if there is actually a | John Wiegley | 2008-04-13 | 1 | -1/+2 |
* | (parse_conversion): When defining a commodity conversion, always mark | John Wiegley | 2008-04-13 | 1 | -1/+2 |
* | (value): Use `std::map<>::lower_bound' to search for the nearest price | John Wiegley | 2008-04-13 | 1 | -6/+11 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -4/+4 |
* | (parse): A fix to the way commodity flags are applied to newly parsed | John Wiegley | 2008-04-13 | 1 | -7/+26 |
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -0/+11 |
* | (AMOUNT_CMP_AMOUNT): Fixed a very serious error in basic amount math, | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Added preliminary support for OFX, using libofx. Needs much | John Wiegley | 2008-04-13 | 1 | -3/+3 |
* | (operator/): Added a more complete divide-by-zero check. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Added commodity_t::default_commodity. Initialize the same. | John Wiegley | 2008-04-13 | 1 | -2/+4 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -12/+10 |
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -0/+3 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -412/+1117 |
* | changes | John Wiegley | 2008-04-13 | 1 | -915/+417 |
* | fixed several segfaults (using new option-scrambler test harness) | John Wiegley | 2004-09-27 | 1 | -2/+4 |
* | made several of the buffers used non-static | John Wiegley | 2004-09-26 | 1 | -6/+5 |
* | fixed printing of amounts that have a null commodity (was always precision 0) | John Wiegley | 2004-09-24 | 1 | -4/+14 |
* | improved error checking in parser, in case parts of an amount are missing | John Wiegley | 2004-09-24 | 1 | -8/+12 |
* | fixed a rather obscure memory bug, which also simplified some code | John Wiegley | 2004-09-24 | 1 | -29/+8 |
* | fixed several issues in value_t's core | John Wiegley | 2004-09-21 | 1 | -46/+3 |
* | improvements to python exposure of commodity_t | John Wiegley | 2004-09-11 | 1 | -5/+25 |
* | change commodity->symbol to const, and added set_symbol | John Wiegley | 2004-09-10 | 1 | -4/+2 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -82/+121 |
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -102/+65 |
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -1/+1 |
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -3/+3 |
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -2/+113 |
* | read all binary data in at one go; gains 33% | John Wiegley | 2004-08-26 | 1 | -2/+34 |
* | don't placement new() amount_t in binary.cc when it isn't necessary | John Wiegley | 2004-08-26 | 1 | -6/+4 |
* | added usual operator | John Wiegley | 2004-08-25 | 1 | -5/+6 |
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -31/+57 |
* | added asserts to, and proof-read, amount.cc | John Wiegley | 2004-08-25 | 1 | -210/+188 |
* | Bulk alloc bigints in the binary reader; this gains another 20% | John Wiegley | 2004-08-25 | 1 | -13/+24 |
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -36/+54 |
* | a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) | John Wiegley | 2004-08-23 | 1 | -11/+8 |
* | Removed dependency on libgmpxx.a | John Wiegley | 2004-08-23 | 1 | -17/+7 |
* | simplified some code | John Wiegley | 2004-08-22 | 1 | -6/+4 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -5/+8 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -35/+8 |
* | fixes so that ledger will build optimized | John Wiegley | 2004-08-21 | 1 | -0/+1 |
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -3/+3 |