summaryrefslogtreecommitdiff
path: root/FlexLexer.h
Commit message (Collapse)AuthorAge
* made preliminary c++ fixes; the intent is to make it work with recent c++ ↵Will Estes2001-09-19
| | | | compilers
* tell emacs that FlexLexer.h is c++Will Estes2001-06-17
|
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
|
* remove extraneous rcs keywordsWill Estes2001-05-03
|
* wrapped with extern "C++"Vern Paxson1997-06-23
|
* added yy_{,prev_}more_offsetVern Paxson1996-05-25
|
* fix multiple inclusionsVern Paxson1995-04-24
|
* remove first default for yylex(new_in, new_out)Vern Paxson1995-04-20
|
* debug(), setdebug(), lineno()Vern Paxson1995-03-20
|
* added yy_flush_bufferVern Paxson1995-03-05
|
* Added switch_streamsVern Paxson1995-03-05
|
* added yy_flex_debug member variableVern Paxson1995-03-05
|
* -P fixesVern Paxson1994-12-17
| | | | constructor, destructor moved to flex.skl
* Added yy_delete_buffer() in destructorVern Paxson1994-11-24
|
* Added yy_top_state()Vern Paxson1993-12-16
|
* start stack, extern "C++" movedVern Paxson1993-12-15
|
* Added extern "C++" wrapperVern Paxson1993-12-11
|
* Support for yyFlexLexer::LexerErrorVern Paxson1993-12-07
|
* mods so FlexLexer.h can be included separatelyVern Paxson1993-12-03
|
* Whitespace tweakingVern Paxson1993-10-10
|
* YY_CHAR -> charVern Paxson1993-10-03
| | | | added YYText(), YYLeng()
* Switched from FILE*'s to stream'sVern Paxson1993-10-02
|
* Split into two classes, one fully abstract.Vern Paxson1993-09-21
| | | | yylex() no longer abstract in yyFlexLexer
* Initial revisionVern Paxson1993-09-16