Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed parsing of unquoted arguments to allow double-quotes within the ↵ | Brad King | 2004-06-18 | 1 | -1/+1 |
| | | | | argument. | ||||
* | ENH: Added cmListFileLexer_SetString method to allow a string to be parsed ↵ | Brad King | 2004-04-21 | 1 | -9/+91 |
| | | | | as input. | ||||
* | ERR: Removed YY_BREAK statements after return statements because they are ↵ | Brad King | 2003-12-09 | 1 | -0/+1 |
| | | | | unreachable. | ||||
* | ERR: Added missing static keyword to cmListFileLexerSetToken and ↵ | Brad King | 2003-12-09 | 1 | -4/+4 |
| | | | | cmListFileLexerAppend definitions. | ||||
* | ERR: Fixed comment about how to run flex to reflect new name of this file. | Brad King | 2003-12-08 | 1 | -1/+1 |
| | |||||
* | ERR: Renaming cmListFileLexer.l to cmListFileLexer.in.l to avoid make ↵ | Brad King | 2003-12-08 | 1 | -0/+327 |
programs trying to run lex automatically whn building cmListFileLexer.c. |