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 | -1/+1 |
| | | | | | | | 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. | ||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -5/+4 |
| | | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x. | ||||
* | Updated all copyright messages to 2003-2008. | John Wiegley | 2008-07-27 | 1 | -1/+1 |
| | |||||
* | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -31/+39 |
| | | | | report, session, parts of xpath, main, journal, option. | ||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -14/+6 |
| | |||||
* | Made separate modules for the csv command, since the prior method was | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | not fully correct. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added elision styles. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -0/+20 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -7/+4 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -21/+12 |
| | |||||
* | Fixed some compiler complaints. | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+44 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -44/+0 |
| | |||||
* | if a commodity price cannot be downloaded, report it as an error | John Wiegley | 2004-09-25 | 1 | -0/+12 |
| | |||||
* | make config_t visible to Python; almost possible to implement main.cc in main.py | John Wiegley | 2004-09-14 | 1 | -5/+8 |
| | |||||
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -2/+2 |
| | |||||
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -29/+8 |
| | |||||
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -4/+4 |
| | |||||
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -6/+5 |
| | |||||
* | escape codes in format strings; can now redefine individual report formats | John Wiegley | 2004-08-22 | 1 | -4/+4 |
| | |||||
* | slight fixes | John Wiegley | 2004-08-17 | 1 | -5/+3 |
| | |||||
* | more options fixes | John Wiegley | 2004-08-13 | 1 | -2/+4 |
| | |||||
* | added option.cc and option.h | John Wiegley | 2004-08-13 | 1 | -0/+51 |