summaryrefslogtreecommitdiff
path: root/scan.l
Commit message (Expand)AuthorAgeFilesLines
* better bracket handling in the scannerwlestes2012-03-021-2/+2
* Greater specificity in error messageswlestes2012-02-031-3/+3
* Introduce %option extra-type="your_type *" (resolves bug #1744505).sodabrew2007-09-101-0/+1
* Added ccl union operator.john432006-03-281-1/+7
* Extended syntax excluded for lex/posix compat mode.john432006-03-281-8/+56
* Implemented (?x:) syntax to allow whitespace in patterns.john432006-03-271-30/+54
* Removed global variable caseins.john432006-03-271-9/+11
* Added extended, perl-compatible comment syntax.john432006-03-251-0/+30
* Added set difference operator {-} for character classes.john432006-03-221-0/+1
* Added negated character class expressions.john432006-03-221-1/+14
* Fixed escape in actions.john432006-03-211-2/+7
* Reverted previous input filter changes.john432006-03-211-42/+81
* Moved set_input_file to different file.john432006-03-211-22/+0
* Omitting parens for named rules in trailing context.john432006-02-141-1/+2
* Renamed some internal variables.flex-2-5-30millaway2003-04-011-3/+3
* Added %top block syntax.millaway2003-03-271-2/+41
* merge millaway's m4 branch workwlestes2003-03-251-35/+48
* Flex now warns if always-interactive is specified with fast or full.millaway2003-01-311-0/+2
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.millaway2002-09-131-5/+1
* the debian patch used strlen(yytext) and similar constructs--as millaway poin...wlestes2002-09-111-6/+6
* Table deserialization works for everything except --fast scanners.millaway2002-09-091-0/+7
* use FLEX_EXIT(), not exit()wlestes2002-09-051-6/+6
* s/exit(1)/exit(EXIT_FAILURE)wlestes2002-09-051-5/+5
* prevent segfault on input lines which are longer than the allocated space (pr...wlestes2002-09-051-2/+50
* Tons more work on tables.millaway2002-09-051-2/+2
* Added --tables option.millaway2002-08-161-0/+1
* Fixed bug I created in previous commit.millaway2002-07-281-2/+2
* Don't wrap ()s around {NAMEDEFS} at the end of a rule.millaway2002-07-281-3/+14
* yylineno check is only performed on rules whose regexs can match a newline.millaway2002-07-271-1/+1
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...millaway2002-07-171-2/+1
* allow blank lines and continuations in more placeswlestes2002-07-151-0/+1
* Fixed POSIXLY_CORRECT detection in scanner.millaway2002-07-121-0/+5
* Fixed prefix issue with get/set debug functions.millaway2002-07-101-3/+3
* Added yylex_destroy() to non-reentrant scanner.millaway2002-07-091-0/+4
* Made yy_flex_debug non-global in reentrant scanner.millaway2002-07-091-0/+2
* address typos in NEWS; add --posix option for ERE parsing the way posix wants...wlestes2002-06-191-2/+15
* Removed CFront 1.2 -specific code from skeleton, because CFront now defines _...millaway2002-03-181-0/+1
* gettext cruftwlestes2002-03-131-0/+1
* phew, millaway's latest batchwlestes2001-10-221-0/+1
* merge latest batch of millaway's changeswlestes2001-10-171-0/+1
* now flex recognizes \r as an eol characterwlestes2001-09-201-2/+2
* automake is unhappy if we specify the outfilewlestes2001-07-271-1/+1
* tell emacs scan.l is in C modewlestes2001-06-171-1/+1
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-25/+30
* john millaway's reentrancy patchwlestes2001-05-181-2/+25
* remove extraneous rcs keywordswlestes2001-05-031-2/+0
* if a newline is seen in <ACTION_STRING>, assume it terminates the string.vern2000-08-211-2/+2
* lint tweakvern1995-04-241-2/+2
* '-' means stdinvern1995-04-201-3/+3
* added %option yylinenovern1995-03-201-1/+2