summaryrefslogtreecommitdiffstats
path: root/Source/cmCommandArgumentLexer.in.l
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix for aixBill Hoffman2007-06-051-0/+1
|
* BUG: Fixed cmCommandArgumentLexer no-escape mode to not match ↵Brad King2007-06-041-2/+25
| | | | backslash-escape sequences as lexical tokens at all. Needed to configure files with backslashes preceding an @VAR@ replacement. This fixes bug#5130.
* BUG: Character + should be valid in a variable name.Brad King2006-09-251-9/+9
|
* COMP: Moved duplicate flex-generated lexer warning suppression and ↵Brad King2006-08-081-34/+3
| | | | 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 King2006-08-011-0/+5
|
* ENH: Improve handling of escaped charactersAndy Cedilnik2005-06-171-1/+9
|
* ENH: Improve variable name regular expressionAndy Cedilnik2005-06-141-3/+3
|
* ENH: Remove some allocationsAndy Cedilnik2005-06-131-10/+16
|
* ENH: Handle more casesAndy Cedilnik2005-06-081-2/+32
|
* ENH: Initial import (not working yet)Andy Cedilnik2005-06-081-0/+115