Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix warnings produced by the change in include order from the ↵ | Brad King | 2006-08-09 | 1 | -9/+1 |
| | | | | re-organization of lexer code. | ||||
* | COMP: Moved duplicate flex-generated lexer warning suppression and ↵ | Brad King | 2006-08-08 | 1 | -20/+2 |
| | | | | cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler. | ||||
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -0/+5 |
| | |||||
* | BUG: When an unquoted argument contains a pair of matching double quotes ↵ | Brad King | 2005-09-19 | 1 | -48/+49 |
| | | | | spaces and tabs should be allowed in-between. This allows arguments like -DFOO='"bar zot"' to work. | ||||
* | BUG: Unquoted arguments can have quotes that are not at the beginning, but ↵ | Brad King | 2005-08-01 | 1 | -67/+65 |
| | | | | only an even number of them. | ||||
* | COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. ↵ | Brad King | 2005-03-15 | 1 | -0/+1 |
| | | | | It was producing a warning about unreachable code. | ||||
* | ENH: Mangled lexer symbols to begin in cmListFileLexer_yy instead of just yy ↵ | Brad King | 2005-01-19 | 1 | -150/+152 |
| | | | | to avoid conflict with other lexers that may be added. | ||||
* | BUG#1179: Fix for syntax in unquoted arguments. | Brad King | 2004-09-20 | 1 | -70/+80 |
| | |||||
* | 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. |