summaryrefslogtreecommitdiff
path: root/scan.l
Commit message (Expand)AuthorAge
* 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
* added yyclassVern Paxson1995-03-05
* internationalization aidsVern Paxson1995-03-04
* reset linenum on new fileVern Paxson1995-01-09
* #line in section 1Vern Paxson1995-01-09
* added nostdinitVern Paxson1994-12-29
* fixed sense of %option main implying %option noyywrapVern Paxson1994-12-28
* switched scanner itself over to [:xxx:]Vern Paxson1994-12-10
* Fixed CCL-match pattern for [:whatever:]Vern Paxson1994-12-10
* added ccl exprs, %option mainVern Paxson1994-12-06
* NL is now \r?\nVern Paxson1994-12-04
* Added yy_XX_state %option'sVern Paxson1994-12-03
* Brian Madsen's tweaks for BorlandVern Paxson1994-11-24
* Added %options for input, always-interactive, never-interactive,Vern Paxson1994-11-24
* %option yywrapVern Paxson1994-11-05
* added use of "stack" %optionVern Paxson1994-10-12
* Added %option'sVern Paxson1993-12-27
* %optionVern Paxson1993-12-27
* Minor consolidation using scon scopes etcVern Paxson1993-12-27
* Modified to use scon scopesVern Paxson1993-12-27
* indented rulesVern Paxson1993-12-27
* Added in_rule, doing_rule_actionVern Paxson1993-12-26
* Simplified scanning {}'sVern Paxson1993-12-23
* Added flex_XXX -> yy_flex_XXX wrappersVern Paxson1993-12-17
* simplified comment-scanning using push/pop statesVern Paxson1993-12-16
* yy_str*() -> str*()Vern Paxson1993-12-11