Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG#1049: Added error message when file ends in an unterminated string. | Brad King | 2004-08-31 | 1 | -10/+35 |
| | |||||
* | BUG: Fixed parsing of unquoted arguments to allow double-quotes within the ↵ | Brad King | 2004-06-18 | 1 | -37/+34 |
| | | | | argument. | ||||
* | ENH: Added cmListFileLexer_SetString method to allow a string to be parsed ↵ | Brad King | 2004-04-21 | 1 | -31/+115 |
| | | | | as input. | ||||
* | ERR: Removed YY_BREAK statements after return statements because they are ↵ | Brad King | 2003-12-09 | 1 | -8/+1 |
| | | | | unreachable. | ||||
* | ERR: Added missing static keyword to cmListFileLexerSetToken and ↵ | Brad King | 2003-12-09 | 1 | -27/+41 |
| | | | | cmListFileLexerAppend definitions. | ||||
* | 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 ↵ | Brad King | 2003-12-08 | 1 | -0/+2216 |
place of the old hand-coded parser for CMake listfiles. |