summaryrefslogtreecommitdiff
path: root/scan.l
Commit message (Collapse)AuthorAge
* 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
| | | | %array not allowed with C++ scanners
* 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
| | | | %pointer/%array match entire lines
* A lot of tweaks ...Vern Paxson1993-02-06
|
* 4.4 BSD copyrightVern Paxson1990-06-27
|
* declared void functions as suchVern Paxson1990-05-26
| | | | | | changed to strip # comments, as documented moved #undef of yywrap() to before include of flexdef, so prototype doesn't get screwed up
* cast added to malloc() call to keep lint happy.Vern Paxson1990-03-20
|
* Removed malloc() declaration.Vern Paxson1990-03-20
| | | | Added detection of EOF in actions.
* Tweaks for NUL chars.Vern Paxson1990-03-14
|
* 8-bit char support.Vern Paxson1990-01-15
| | | | | | | | | | | Arbitrary indented/%{} code allowed in section 2. \x escapes. %t support. Minor POSIX-compliance changes. BEGIN(0) -> BEGIN(INITIAL). yywrap() and set_input_file() for multiple input files. C_COMMENT_2 removed. 2.2 Release.
* changed to not use '|' and trailing context comboVern Paxson1989-06-20
| | | | so users can test using -F ...
* 2.0.1 betaVern Paxson1989-06-20
|
* Split copyright string into two to avoid tempting fate with \<newline>Vern Paxson1989-05-25
| | | | sequences ...
* added BSD copyright noticeVern Paxson1989-05-24
|
* changed to look for yymore, REJECT, %used and %unusedVern Paxson1989-05-19
| | | | removed gross magic for dealing with section 3
* RCS headerVern Paxson1988-05-08
| | | | removed \^ from ESCSEQ
* Changed name from flexscan.l -> scan.lVern Paxson1988-04-10
| | | | | fixed bug in <RECOVER> added block comments between rules.
* Beta Release.Vern Paxson1988-02-13
|
* Initial revisionVern Paxson1987-11-08