summaryrefslogtreecommitdiff
path: root/scan.l
Commit message (Expand)AuthorAge
...
* 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
* A lot of tweaks ...Vern Paxson1993-02-06
* 4.4 BSD copyrightVern Paxson1990-06-27
* declared void functions as suchVern Paxson1990-05-26
* cast added to malloc() call to keep lint happy.Vern Paxson1990-03-20
* Removed malloc() declaration.Vern Paxson1990-03-20
* Tweaks for NUL chars.Vern Paxson1990-03-14
* 8-bit char support.Vern Paxson1990-01-15
* changed to not use '|' and trailing context comboVern Paxson1989-06-20
* 2.0.1 betaVern Paxson1989-06-20
* Split copyright string into two to avoid tempting fate with \<newline>Vern Paxson1989-05-25
* added BSD copyright noticeVern Paxson1989-05-24
* changed to look for yymore, REJECT, %used and %unusedVern Paxson1989-05-19
* RCS headerVern Paxson1988-05-08
* Changed name from flexscan.l -> scan.lVern Paxson1988-04-10
* Beta Release.Vern Paxson1988-02-13
* Initial revisionVern Paxson1987-11-08