Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-16 | * Allow linking against an external Berkeley DB / ATerm library. | Eelco Dolstra | 1 | -2/+2 | |
2004-01-30 | * Doh! | Eelco Dolstra | 1 | -1/+3 | |
2004-01-30 | * Parser numbers again. | Eelco Dolstra | 1 | -1/+1 | |
* Include missing files in distributions. | |||||
2004-01-30 | * Detect flex and bison; updated the manual. | Eelco Dolstra | 1 | -2/+4 | |
2004-01-30 | * Replaced the SDF parser by a substantially faster Bison/Flex | Eelco Dolstra | 1 | -8/+10 | |
parser (roughly 80x faster). The absolutely latest version of Bison (1.875c) is required for reentrant GLR support, as well as a recent version of Flex (say, 2.5.31). Note that most Unix distributions ship with the prehistoric Flex 2.5.4, which doesn't support reentrancy. | |||||
2003-11-25 | * More `make dist' fixes. | Eelco Dolstra | 1 | -1/+2 | |
2003-11-19 | * Refactoring (step 2). | Eelco Dolstra | 1 | -6/+3 | |
2003-11-19 | * Refactoring: put the Nix expression evaluator in its own library so | Eelco Dolstra | 1 | -0/+22 | |
that it can be used by multiple programs. |