summaryrefslogtreecommitdiff
path: root/value.h
Commit message (Collapse)AuthorAgeFilesLines
* made value_t into a more complete type. amounts.py now works.John Wiegley2004-09-081-0/+118
|
* some fixes to value_t in python; still more work to goJohn Wiegley2004-09-071-0/+21
|
* changed constructors to downgrade BALANCE and BALANCE_PAIR types when possibleJohn Wiegley2004-09-061-2/+3
|
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-19/+18
|
* fixed another memory strangeness (too much destruction)John Wiegley2004-08-261-25/+44
|
* slight cleanupJohn Wiegley2004-08-231-2/+1
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-3/+32
|
* fixes so that ledger will build optimizedJohn Wiegley2004-08-211-0/+1
|
* moved code from value.h into value.ccJohn Wiegley2004-08-211-887/+34
|
* tracked down a tricky memory leak in value.hJohn Wiegley2004-08-211-26/+16
|
* speed improvements; my "bal" script is cut to a thirdJohn Wiegley2004-08-171-0/+995