| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | tracked down a tricky memory leak in value.h | John Wiegley | 2004-08-21 | 1 | -50/+68 |
* | more cleanup | John Wiegley | 2004-08-21 | 1 | -125/+126 |
* | moved some debug code around | John Wiegley | 2004-08-21 | 1 | -16/+19 |
* | fixes to how commodities are looked up using quotes.cc | John Wiegley | 2004-08-21 | 1 | -1/+2 |
* | add copy-on-write semantics to amount.cc; cuts object creation by 5x | John Wiegley | 2004-08-21 | 1 | -96/+192 |
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 1 | -216/+198 |
* | fixes to quote downloading | John Wiegley | 2004-08-19 | 1 | -3/+3 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -19/+57 |
* | speed improvements; my "bal" script is cut to a third | John Wiegley | 2004-08-17 | 1 | -17/+75 |
* | fixes | John Wiegley | 2004-08-17 | 1 | -11/+1 |
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 1 | -26/+12 |
* | fixes | John Wiegley | 2004-08-17 | 1 | -2/+4 |
* | misc cleanup | John Wiegley | 2004-08-17 | 1 | -1/+1 |
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -3/+5 |
* | further restructuring | John Wiegley | 2004-08-15 | 1 | -13/+10 |
* | fix to amount printing | John Wiegley | 2004-08-14 | 1 | -1/+3 |
* | optimized printing of amounts | John Wiegley | 2004-08-14 | 1 | -19/+24 |