Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |