summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improved the output from some debugging commands.John Wiegley2008-08-014-24/+49
* Value expressions now auto-compile themselves on first use if the expr_tJohn Wiegley2008-08-012-23/+39
* Re-implemented ?: parsing in value expressions. "a ? b : c" is implemented byJohn Wiegley2008-08-013-10/+59
* Simplified the format_t code so that it no longer references any particularsJohn Wiegley2008-08-016-595/+545
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-3126-579/+370
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-3136-407/+243
* Cleaned up some method names and documentation relating to values.John Wiegley2008-07-317-102/+128
* A new binary_cache_t object has been creating to manage saving and restoring aJohn Wiegley2008-07-3120-1068/+1203
* Fixed the clean targets in Makefile.am. Use 'all-clean' to wipe everythingJohn Wiegley2008-07-301-13/+17
* Corrected a failing test.John Wiegley2008-07-303-3/+6
* Updated acprep to reflect a more modern OS X system.John Wiegley2008-07-301-11/+9
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-3026-137/+154
* Reorganized the ordering of filenames in Makefile.am, to better reflectJohn Wiegley2008-07-301-28/+34
* Merged over fix to #205 from v2.6.1b, which deals with small commodityJohn Wiegley2008-07-292-8/+11
* The register report has begun printing real data, although not all the piecesJohn Wiegley2008-07-297-55/+53
* The next value expression scheme is working, but the individual accessorJohn Wiegley2008-07-299-41/+127
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-2943-2315/+2264
* Changed the way scopes are structured for an upcoming design change.John Wiegley2008-07-2912-3632/+29
* Move the value expression code into libamounts, since it really belongs withJohn Wiegley2008-07-292-12/+12
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-2941-709/+4082
* Added the skeleton for the upcoming value_expr unit tests.John Wiegley2008-07-283-1/+57
* Cleaned up the value expression code a bit before undertaking the real work ofJohn Wiegley2008-07-2711-1241/+170
* Merge branch 'master' into v2.7aJohn Wiegley2008-07-278-34/+247
|\
| * Added the concept of "balance setting transactions".John Wiegley2008-07-275-6/+209
* | Updated all copyright messages to 2003-2008.John Wiegley2008-07-2745-45/+45
* | Merge branch 'master' into v2.7a.John Wiegley2008-07-271-2/+2
|\|
| * Another quick optimization that cuts down on memory allocation.John Wiegley2008-07-261-3/+5
| * Added a simple optimization to the way amount strings are parsed.John Wiegley2008-07-263-26/+25
| * Increased binary cache file internal version number.John Wiegley2008-07-261-2/+2
* | 'make check' is now working again. Also, conversion from amount_t to/fromJohn Wiegley2008-07-2723-150/+157
* | A large body of work to get the register report printing again, but stillJohn Wiegley2008-07-2719-441/+1054
* | The --verify option is now working properly again. Use "--verify --verbose"John Wiegley2008-07-269-48/+98
* | --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-2637-280/+725
* | Parsing now works again. And there was much rejoicing.John Wiegley2008-07-2411-181/+379
* | There are no more asserts or exceptions while parsing, but still there areJohn Wiegley2008-07-242-5/+48
* | More work toward getting the textual parser working again. Since this meansJohn Wiegley2008-07-2416-211/+381
* | More fixes to restore parsing capability.John Wiegley2008-07-232-16/+22
* | Merge branch 'master' into v2.7aJohn Wiegley2008-07-232-1/+2
|\|
| * acprep: I don't keep ChangeLog files under version control anymore, butJohn Wiegley2008-07-232-1/+2
* | Fixed a memory bug due to a shallow copy in value_t::storage_t.John Wiegley2008-07-224-32/+48
* | More work toward getting my ledger data to parse.John Wiegley2008-07-225-70/+60
* | A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-2224-570/+165
* | Report an error if the user forgets to pass an argument to --trace.John Wiegley2008-07-221-1/+8
* | Added the var_t helper class, which can be seen in the beginningJohn Wiegley2008-07-217-97/+84
* | Added back the --version option, and changed acprep so that it hacks on theJohn Wiegley2008-07-214-3/+36
* | Merged in from master.John Wiegley2008-07-216-7/+757
|\|
| * More copyright date updates.John Wiegley2008-07-212-2/+2
| * A patch from Juergen Daubert, which fixes the output from --version.John Wiegley2008-07-212-2/+2
| * When using the "entry" command with an unknown payee, get the draw accountJohn Wiegley2008-07-201-4/+15
| * Corrected the copyright date in ledger.el.John Wiegley2008-07-201-2/+2