summaryrefslogtreecommitdiff
path: root/scan.l
Commit message (Expand)AuthorAgeFilesLines
* yy_str*() -> str*()Vern Paxson1993-12-111-8/+8
* -o optionVern Paxson1993-12-111-2/+2
* Fixed 8-bit bugVern Paxson1993-12-071-3/+3
* Use yy_strXXX() routines instead of <string.h>Vern Paxson1993-12-021-8/+8
* Fixed to buffer section 1 definitionsVern Paxson1993-11-291-15/+15
* Fixed mis-definition of ndlookup()Vern Paxson1993-11-291-1/+1
* Fixed some casts now that yytext is always char* and never unsigned char*Vern Paxson1993-11-281-16/+15
* Put definitions inside ()'s so we can test -l option for "make bigcheck"Vern Paxson1993-11-261-5/+5
* -l lex compatibility flagVern Paxson1993-11-261-5/+11
* formfeed no longer considered whitespaceVern Paxson1993-10-021-3/+3
* PC lint tweakVern Paxson1993-09-211-2/+2
* nuked static RCS stringVern Paxson1993-09-161-4/+1
* Fixed bugs regarding %{%} code in section 2 prologVern Paxson1993-09-161-7/+24
* EOF in section 2 prolog leads to section 0, not section 3Vern Paxson1993-08-251-2/+1
* Fixed bug with empty section 2Vern Paxson1993-08-241-2/+8
* Nuked #undef of yywrap, now that it's a functionVern Paxson1993-07-051-2/+0
* Fixed bug in lex % directivesVern Paxson1993-06-121-4/+4
* Reformatting.Vern Paxson1993-04-141-100/+102
* Fixed subtle problems regarding '*'s in commentsVern Paxson1993-04-051-6/+14
* A lot of tweaks ...Vern Paxson1993-02-061-136/+121
* 4.4 BSD copyrightVern Paxson1990-06-271-26/+25
* declared void functions as suchVern Paxson1990-05-261-6/+6
* cast added to malloc() call to keep lint happy.Vern Paxson1990-03-201-3/+4
* Removed malloc() declaration.Vern Paxson1990-03-201-2/+5
* Tweaks for NUL chars.Vern Paxson1990-03-141-4/+4
* 8-bit char support.Vern Paxson1990-01-151-55/+149
* changed to not use '|' and trailing context comboVern Paxson1989-06-201-1/+11
* 2.0.1 betaVern Paxson1989-06-201-14/+12
* Split copyright string into two to avoid tempting fate with \<newline>Vern Paxson1989-05-251-2/+2
* added BSD copyright noticeVern Paxson1989-05-241-5/+21
* changed to look for yymore, REJECT, %used and %unusedVern Paxson1989-05-191-52/+67
* RCS headerVern Paxson1988-05-081-3/+8
* Changed name from flexscan.l -> scan.lVern Paxson1988-04-101-10/+24
* Beta Release.Vern Paxson1988-02-131-55/+63
* Initial revisionVern Paxson1987-11-081-0/+370