summaryrefslogtreecommitdiff
path: root/scan.l
Commit message (Expand)AuthorAgeFilesLines
* 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
* added yyclassvern1995-03-051-1/+2
* internationalization aidsvern1995-03-041-15/+21
* reset linenum on new filevern1995-01-091-1/+3
* #line in section 1vern1995-01-091-5/+19
* added nostdinitvern1994-12-291-1/+2
* fixed sense of %option main implying %option noyywrapvern1994-12-281-2/+2
* switched scanner itself over to [:xxx:]vern1994-12-101-14/+14
* Fixed CCL-match pattern for [:whatever:]vern1994-12-101-2/+2
* added ccl exprs, %option mainvern1994-12-061-2/+26
* NL is now \r?\nvern1994-12-041-2/+2
* Added yy_XX_state %option'svern1994-12-031-2/+7
* Brian Madsen's tweaks for Borlandvern1994-11-241-3/+3
* Added %options for input, always-interactive, never-interactive,vern1994-11-241-4/+20
* %option yywrapvern1994-11-051-8/+14
* added use of "stack" %optionvern1994-10-121-2/+2
* Added %option'svern1993-12-271-1/+3
* %optionvern1993-12-271-50/+65
* Minor consolidation using scon scopes etcvern1993-12-271-14/+12
* Modified to use scon scopesvern1993-12-271-99/+135
* indented rulesvern1993-12-271-10/+16
* Added in_rule, doing_rule_actionvern1993-12-261-8/+30
* Simplified scanning {}'svern1993-12-231-3/+2
* Added flex_XXX -> yy_flex_XXX wrappersvern1993-12-171-1/+23
* simplified comment-scanning using push/pop statesvern1993-12-161-29/+13
* yy_str*() -> str*()vern1993-12-111-9/+9
* -o optionvern1993-12-111-3/+3
* Fixed 8-bit bugvern1993-12-071-4/+4
* Use yy_strXXX() routines instead of <string.h>vern1993-12-021-9/+9
* Fixed to buffer section 1 definitionsvern1993-11-291-16/+16
* Fixed mis-definition of ndlookup()vern1993-11-291-2/+2
* Fixed some casts now that yytext is always char* and never unsigned char*vern1993-11-281-17/+16
* Put definitions inside ()'s so we can test -l option for "make bigcheck"vern1993-11-261-6/+6
* -l lex compatibility flagvern1993-11-261-6/+12
* formfeed no longer considered whitespacevern1993-10-021-4/+4
* PC lint tweakvern1993-09-211-3/+3
* nuked static RCS stringvern1993-09-161-4/+1