summaryrefslogtreecommitdiff
path: root/FlexLexer.h
Commit message (Collapse)AuthorAgeFilesLines
* annotate endifs since they're a bit far from their opening #if statementswlestes2007-04-131-3/+4
|
* declare some const where missing in c++ header filewlestes2007-04-121-2/+2
|
* make yywrap work with c++ scanners as per sf bug reportwlestes2006-10-221-7/+8
|
* merge millaway's m4 branch workwlestes2003-03-251-3/+3
|
* Added growable buffer stack to C++ scanner as well.millaway2003-03-041-2/+9
| | | | yyensure_buffer_stack is now static.
* made preliminary c++ fixes; the intent is to make it work with recent c++ ↵wlestes2001-09-191-13/+17
| | | | compilers
* tell emacs that FlexLexer.h is c++wlestes2001-06-171-1/+1
|
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-14/+19
|
* remove extraneous rcs keywordswlestes2001-05-031-1/+0
|
* wrapped with extern "C++"vern1997-06-231-1/+5
|
* added yy_{,prev_}more_offsetvern1996-05-251-1/+3
|
* fix multiple inclusionsvern1995-04-241-1/+9
|
* remove first default for yylex(new_in, new_out)vern1995-04-201-2/+2
|
* debug(), setdebug(), lineno()vern1995-03-201-1/+7
|
* added yy_flush_buffervern1995-03-051-1/+2
|
* Added switch_streamsvern1995-03-051-1/+14
|
* added yy_flex_debug member variablevern1995-03-051-1/+2
|
* -P fixesvern1994-12-171-46/+24
| | | | constructor, destructor moved to flex.skl
* Added yy_delete_buffer() in destructorvern1994-11-241-1/+2
|
* Added yy_top_state()vern1993-12-161-2/+3
|
* start stack, extern "C++" movedvern1993-12-151-3/+13
|
* Added extern "C++" wrappervern1993-12-111-1/+6
|
* Support for yyFlexLexer::LexerErrorvern1993-12-071-1/+2
|
* mods so FlexLexer.h can be included separatelyvern1993-12-031-9/+15
|
* Whitespace tweakingvern1993-10-101-4/+4
|
* YY_CHAR -> charvern1993-10-031-13/+18
| | | | added YYText(), YYLeng()
* Switched from FILE*'s to stream'svern1993-10-021-24/+17
|
* Split into two classes, one fully abstract.vern1993-09-211-3/+25
| | | | yylex() no longer abstract in yyFlexLexer
* Initial revisionvern1993-09-161-0/+132