Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised the way that exceptions are thrown around. Instead of context being a | John Wiegley | 2008-07-31 | 1 | -3/+3 |
| | | | | | | | complicated string of pointers, it's now just a global block of text that gets appended to as the error is being thrown up, and can be displayed at the catch point if desired. There are almost no cases where a thrown exception will not result in an error message being displayed to the user. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -7/+3 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -15/+15 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -13/+11 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -5/+5 |
| | |||||
* | Added a safety check to see if moment is less than date. | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | |||||
* | added missing headers | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+76 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -74/+0 |
| | |||||
* | made several of the buffers used non-static | John Wiegley | 2004-09-26 | 1 | -1/+0 |
| | |||||
* | if a commodity price cannot be downloaded, report it as an error | John Wiegley | 2004-09-25 | 1 | -5/+10 |
| | |||||
* | can't reliably use `access' and W_OK | John Wiegley | 2004-09-25 | 1 | -1/+1 |
| | |||||
* | more error checking and robustness mods | John Wiegley | 2004-09-23 | 1 | -1/+2 |
| | |||||
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -9/+9 |
| | |||||
* | fixes so that ledger will build optimized | John Wiegley | 2004-08-21 | 1 | -0/+1 |
| | |||||
* | fixes to how commodities are looked up using quotes.cc | John Wiegley | 2004-08-21 | 1 | -16/+23 |
| | |||||
* | fixes to quote downloading | John Wiegley | 2004-08-19 | 1 | -34/+41 |
| | |||||
* | use now from datetime.cc | John Wiegley | 2004-08-18 | 1 | -2/+1 |
| | |||||
* | further restructuring | John Wiegley | 2004-08-15 | 1 | -0/+55 |