Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as... | Brad King | 2004-04-21 | 1 | -31/+115 |
* | ERR: Removed YY_BREAK statements after return statements because they are unr... | Brad King | 2003-12-09 | 1 | -8/+1 |
* | ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLe... | Brad King | 2003-12-09 | 1 | -27/+41 |
* | ERR: We must define YY_NO_UNISTD_H to build on windows. | Brad King | 2003-12-08 | 1 | -0/+1 |
* | ENH: Using lex-based tokenizer and a simple recursive-descent parser in place... | Brad King | 2003-12-08 | 1 | -0/+2216 |