Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled a huge number of warning flags for g++ in acprep, and fixed them all | John Wiegley | 2008-07-30 | 1 | -1/+1 |
| | | | | | | except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with. | ||||
* | 'make check' is now working again. Also, conversion from amount_t to/from | John Wiegley | 2008-07-27 | 1 | -1/+1 |
| | | | | | | | double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name. | ||||
* | --verify works again, but the memory totals at the end still need work. | John Wiegley | 2008-07-26 | 1 | -1/+1 |
| | |||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -19/+22 |
| | |||||
* | Migrated over both code and build environment from was-v3.0 branch. | John Wiegley | 2008-05-08 | 1 | -14/+19 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -115/+7 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -20/+188 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+65 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -65/+0 |
| | |||||
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -6/+0 |
| | |||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -0/+1 |
| | |||||
* | more cleanup | John Wiegley | 2004-08-21 | 1 | -1/+5 |
| | |||||
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -12/+12 |
| | |||||
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -3/+10 |
| | |||||
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -9/+0 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -7/+14 |
| | |||||
* | two major changes | John Wiegley | 2004-07-30 | 1 | -0/+7 |
| | | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object. | ||||
* | added error checking to value expression parsing | John Wiegley | 2004-07-30 | 1 | -0/+14 |
| | |||||
* | Exit if parsing errors are encountered | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | call c_str() | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | n | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | added error.h | John Wiegley | 2004-07-29 | 1 | -0/+40 |