summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-2422-260/+235
* a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)John Wiegley2004-08-238-32/+39
* added flags to Makefile.amJohn Wiegley2004-08-231-0/+2
* move over to the autoconf system; Makefile.old is still thereJohn Wiegley2004-08-233-30/+50
* removed items that have been completed from TODOJohn Wiegley2004-08-230-0/+0
* removed a periodJohn Wiegley2004-08-231-1/+1
* don't bring in libgmpxx anymoreJohn Wiegley2004-08-231-1/+1
* Removed dependency on libgmpxx.aJohn Wiegley2004-08-231-17/+7
* added stub docs for all of the optionsJohn Wiegley2004-08-231-1/+156
* added a better commentary (at least for now)John Wiegley2004-08-231-2/+9
* fixed bad #defineJohn Wiegley2004-08-231-2/+2
* change to binary loading that increases speed by another 20%John Wiegley2004-08-234-24/+107
* slight cleanupJohn Wiegley2004-08-237-28/+37
* simplified some codeJohn Wiegley2004-08-225-51/+19
* escape codes in format strings; can now redefine individual report formatsJohn Wiegley2004-08-225-19/+65
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-2212-201/+338
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-2121-828/+606
* added todo itemsJohn Wiegley2004-08-210-0/+0
* updated NEWS fileJohn Wiegley2004-08-211-127/+42
* fixes so that ledger will build optimizedJohn Wiegley2004-08-215-1/+6
* only compute the cost when it differs from the amountJohn Wiegley2004-08-2118-112/+227
* removed some redundant codeJohn Wiegley2004-08-211-1/+1
* changes to bal scriptJohn Wiegley2004-08-211-10/+7
* moved code from value.h into value.ccJohn Wiegley2004-08-213-887/+928
* changed RELEASE_LEVEL to DEBUG_LEVELJohn Wiegley2004-08-214-21/+21
* tracked down a tricky memory leak in value.hJohn Wiegley2004-08-212-76/+84
* more cleanupJohn Wiegley2004-08-218-160/+146
* moved some debug code aroundJohn Wiegley2004-08-212-17/+20
* fixes to how commodities are looked up using quotes.ccJohn Wiegley2004-08-216-25/+36
* added virtual destructor to parser_tJohn Wiegley2004-08-211-0/+2
* bumped binary file version numberJohn Wiegley2004-08-211-1/+1
* add copy-on-write semantics to amount.cc; cuts object creation by 5xJohn Wiegley2004-08-216-128/+234
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-219-249/+249
* doc updatesJohn Wiegley2004-08-201-682/+793
* fixes to .texi fileJohn Wiegley2004-08-201-10/+10
* minor changesJohn Wiegley2004-08-204-233/+183
* added to the docs, now working directly in TexinfoJohn Wiegley2004-08-201-0/+1885
* updated gnucash supportJohn Wiegley2004-08-204-5/+42
* quick fixJohn Wiegley2004-08-191-1/+1
* added missing backslashJohn Wiegley2004-08-191-1/+1
* change some makefile rulesJohn Wiegley2004-08-191-15/+2
* fixesJohn Wiegley2004-08-197-8/+143
* several fixesJohn Wiegley2004-08-1910-1664/+98
* the QIF parser was too order dependentJohn Wiegley2004-08-191-4/+8
* bug fix in QIF parsingJohn Wiegley2004-08-191-1/+1
* added support for parsing QIF filesJohn Wiegley2004-08-1913-85/+269
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-198-141/+143
* always print balance amounts sorted alphabetically by commodityJohn Wiegley2004-08-191-14/+31
* fixes to quote downloadingJohn Wiegley2004-08-194-41/+48
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-1910-257/+285