summaryrefslogtreecommitdiff
path: root/scan.l
Commit message (Expand)AuthorAge
* 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
* -o optionVern Paxson1993-12-11
* Fixed 8-bit bugVern Paxson1993-12-07
* Use yy_strXXX() routines instead of <string.h>Vern Paxson1993-12-02
* Fixed to buffer section 1 definitionsVern Paxson1993-11-29
* Fixed mis-definition of ndlookup()Vern Paxson1993-11-29
* Fixed some casts now that yytext is always char* and never unsigned char*Vern Paxson1993-11-28
* Put definitions inside ()'s so we can test -l option for "make bigcheck"Vern Paxson1993-11-26
* -l lex compatibility flagVern Paxson1993-11-26
* formfeed no longer considered whitespaceVern Paxson1993-10-02
* PC lint tweakVern Paxson1993-09-21
* nuked static RCS stringVern Paxson1993-09-16
* Fixed bugs regarding %{%} code in section 2 prologVern Paxson1993-09-16
* EOF in section 2 prolog leads to section 0, not section 3Vern Paxson1993-08-25
* Fixed bug with empty section 2Vern Paxson1993-08-24
* Nuked #undef of yywrap, now that it's a functionVern Paxson1993-07-05
* Fixed bug in lex % directivesVern Paxson1993-06-12
* Reformatting.Vern Paxson1993-04-14
* Fixed subtle problems regarding '*'s in commentsVern Paxson1993-04-05