summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed two memory corruption bugsJohn Wiegley2004-08-259-54/+110
* added asserts to, and proof-read, amount.ccJohn Wiegley2004-08-254-235/+239
* reorganized the docs, switched to using some more appropriate @commandsJohn Wiegley2004-08-251-276/+125
* added documentation for all of the command-line options to ledger.texiJohn Wiegley2004-08-251-81/+192
* minor simplificationJohn Wiegley2004-08-251-2/+1
* use back-patching to simplify binary file writingJohn Wiegley2004-08-251-29/+19
* Bulk alloc bigints in the binary reader; this gains another 20%John Wiegley2004-08-256-49/+112
* removed all uses of std::vector; simplified some codeJohn Wiegley2004-08-246-70/+84
* misc maintenance changesJohn Wiegley2004-08-243-4/+8
* use a string pool in binary files; gains 7% read timeJohn Wiegley2004-08-241-55/+94
* updated help screenJohn Wiegley2004-08-241-8/+4
* removed "version" scriptJohn Wiegley2004-08-241-5/+0
* removed completed itemJohn Wiegley2004-08-240-0/+0
* added validation code, to walk through a journal_t and make sure it's okJohn Wiegley2004-08-244-0/+106
* fixed a few minor bugsJohn Wiegley2004-08-243-3/+2
* a few fixesJohn Wiegley2004-08-243-3/+5
* added --gen flag, that runs configure for my setupJohn Wiegley2004-08-241-0/+5
* 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