Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected several assertions which could occur when using unary operators and | John Wiegley | 2008-09-16 | 1 | -10/+12 |
| | | | | unresolved identifiers. | ||||
* | Removed more dead code and todo comments, and made it possible to stream | John Wiegley | 2008-08-17 | 1 | -4/+11 |
| | | | | compiled value expressions. | ||||
* | Removed some dead code and updated the binary streaming code for op_t and | John Wiegley | 2008-08-17 | 1 | -661/+58 |
| | | | | value_t. | ||||
* | Ledger now builds without any significant warnings, except for one file. Some | John Wiegley | 2008-08-10 | 1 | -1/+2 |
| | | | | | of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master. | ||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+1130 |
is in doc/, etc. |