summaryrefslogtreecommitdiff
path: root/scan.l
Commit message (Expand)AuthorAge
* better bracket handling in the scannerWill Estes2012-03-02
* Greater specificity in error messagesWill Estes2012-02-03
* Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-10
* Added ccl union operator.John Millaway2006-03-28
* Extended syntax excluded for lex/posix compat mode.John Millaway2006-03-28
* Implemented (?x:) syntax to allow whitespace in patterns.John Millaway2006-03-27
* Removed global variable caseins.John Millaway2006-03-27
* Added extended, perl-compatible comment syntax.John Millaway2006-03-25
* Added set difference operator {-} for character classes.John Millaway2006-03-22
* Added negated character class expressions.John Millaway2006-03-22
* Fixed escape in actions.John Millaway2006-03-21
* Reverted previous input filter changes.John Millaway2006-03-21
* Moved set_input_file to different file.John Millaway2006-03-21
* Omitting parens for named rules in trailing context.John Millaway2006-02-14
* Renamed some internal variables.John Millaway2003-04-01
* Added %top block syntax.John Millaway2003-03-27
* merge millaway's m4 branch workWill Estes2003-03-25
* Flex now warns if always-interactive is specified with fast or full.John Millaway2003-01-31
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-13
* the debian patch used strlen(yytext) and similar constructs--as millaway poin...Will Estes2002-09-11
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
* use FLEX_EXIT(), not exit()Will Estes2002-09-05
* s/exit(1)/exit(EXIT_FAILURE)Will Estes2002-09-05
* prevent segfault on input lines which are longer than the allocated space (pr...Will Estes2002-09-05
* Tons more work on tables.John Millaway2002-09-05
* Added --tables option.John Millaway2002-08-16
* Fixed bug I created in previous commit.John Millaway2002-07-28
* Don't wrap ()s around {NAMEDEFS} at the end of a rule.John Millaway2002-07-28
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-27
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...John Millaway2002-07-17
* allow blank lines and continuations in more placesWill Estes2002-07-15
* Fixed POSIXLY_CORRECT detection in scanner.John Millaway2002-07-12
* Fixed prefix issue with get/set debug functions.John Millaway2002-07-10
* Added yylex_destroy() to non-reentrant scanner.John Millaway2002-07-09
* Made yy_flex_debug non-global in reentrant scanner.John Millaway2002-07-09
* address typos in NEWS; add --posix option for ERE parsing the way posix wants...Will Estes2002-06-19
* Removed CFront 1.2 -specific code from skeleton, because CFront now defines _...John Millaway2002-03-18
* gettext cruftWill Estes2002-03-13
* phew, millaway's latest batchWill Estes2001-10-22
* merge latest batch of millaway's changesWill Estes2001-10-17
* now flex recognizes \r as an eol characterWill Estes2001-09-20
* automake is unhappy if we specify the outfileWill Estes2001-07-27
* tell emacs scan.l is in C modeWill Estes2001-06-17
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
* john millaway's reentrancy patchWill Estes2001-05-18
* remove extraneous rcs keywordsWill Estes2001-05-03
* if a newline is seen in <ACTION_STRING>, assume it terminates the string.Vern Paxson2000-08-21
* lint tweakVern Paxson1995-04-24
* '-' means stdinVern Paxson1995-04-20
* added %option yylinenoVern Paxson1995-03-20