Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Fixes to the way that EXPR_PARSE_SINGLE behaves. | John Wiegley | 2008-09-15 | 1 | -14/+12 |
| | |||||
* | Fixed the way that nested caught exceptions are rethrown, and how value | John Wiegley | 2008-09-15 | 1 | -6/+9 |
| | | | | expressions are displayed when errors are found in them. | ||||
* | Added value expression parsing flag EXPR_PARSE_SINGLE, which means to read | John Wiegley | 2008-09-14 | 1 | -4/+5 |
| | | | | | | only a single expression and then quit immediately. Useful for parsing expressions that begin with a left parenthesis and are known to end at the right parenthesis. | ||||
* | Ledger now builds without any significant warnings, except for one file. Some | John Wiegley | 2008-08-10 | 1 | -1/+1 |
| | | | | | of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master. | ||||
* | Removed all use of USE_BOOST_PYTHON from the main Ledger sources. When Python | John Wiegley | 2008-08-08 | 1 | -32/+0 |
| | | | | | support is enabled for use within Ledger, it will do so through the current scoping mechanism. | ||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+441 |
is in doc/, etc. |