summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileLexer.in.l
Commit message (Expand)AuthorAgeFilesLines
* COMP: Fix warnings produced by the change in include order from the re-organi...Brad King2006-08-091-5/+1
* COMP: Moved duplicate flex-generated lexer warning suppression and cross-plat...Brad King2006-08-081-22/+4
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+5
* BUG: When an unquoted argument contains a pair of matching double quotes spac...Brad King2005-09-191-1/+1
* BUG: Unquoted arguments can have quotes that are not at the beginning, but on...Brad King2005-08-011-1/+1
* COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. ...Brad King2005-03-151-0/+1
* ENH: Mangled lexer symbols to begin in cmListFileLexer_yy instead of just yy ...Brad King2005-01-191-7/+7
* BUG#1179: Fix for syntax in unquoted arguments.Brad King2004-09-201-1/+3
* BUG#1049: Added error message when file ends in an unterminated string.Brad King2004-08-311-1/+27
* BUG: Fixed parsing of unquoted arguments to allow double-quotes within the ar...Brad King2004-06-181-1/+1
* ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as...Brad King2004-04-211-9/+91
* ERR: Removed YY_BREAK statements after return statements because they are unr...Brad King2003-12-091-0/+1
* ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLe...Brad King2003-12-091-4/+4
* ERR: Fixed comment about how to run flex to reflect new name of this file.Brad King2003-12-081-1/+1
* ERR: Renaming cmListFileLexer.l to cmListFileLexer.in.l to avoid make program...Brad King2003-12-081-0/+327