Commit History

Author SHA1 Message Date
  Brad King 89a8261f68 ENH: Mangled lexer symbols to begin in cmListFileLexer_yy instead of just yy to avoid conflict with other lexers that may be added. 21 years ago
  Brad King bc26a216b4 BUG#1179: Fix for syntax in unquoted arguments. 21 years ago
  Brad King 486a26d3db BUG#1049: Added error message when file ends in an unterminated string. 21 years ago
  Brad King 2716ac3966 BUG: Fixed parsing of unquoted arguments to allow double-quotes within the argument. 21 years ago
  Brad King 5473791b4b ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as input. 21 years ago
  Brad King cf42225c0b ERR: Removed YY_BREAK statements after return statements because they are unreachable. 22 years ago
  Brad King c85e16450d ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLexerAppend definitions. 22 years ago
  Brad King 2b957198fd ERR: Fixed comment about how to run flex to reflect new name of this file. 22 years ago
  Brad King c05b800f9f ERR: Renaming cmListFileLexer.l to cmListFileLexer.in.l to avoid make programs trying to run lex automatically whn building cmListFileLexer.c. 22 years ago