summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
* (char*) cast for reallocVern Paxson1995-04-24
* yy_delete_buffer allows nil buffer pointerVern Paxson1995-04-20
* rearrange some definitions; fix YY_NO_UNPUTVern Paxson1995-04-20
* const -> yyconstVern Paxson1995-04-20
* %option yylineno supportVern Paxson1995-03-20
* Added yy_flush_bufferVern Paxson1995-03-05
* added switch_streamsVern Paxson1995-03-05
* yyFlexLexer initialization of yy_flex_debugVern Paxson1995-03-05
* moved position of yy_init = 0Vern Paxson1995-03-04
* added YY_EXIT_FAILUREVern Paxson1995-03-04
* better fix for #pragma problemVern Paxson1995-01-09
* comment out Turbo C #pragma'sVern Paxson1995-01-09
* isatty() externVern Paxson1995-01-09
* YY_FLEX_{MAJOR,MINOR}_VERSIONVern Paxson1994-12-28
* YY_SKIP_YYWRAPVern Paxson1994-12-17
* added YY_FLEX_VERSIONVern Paxson1994-12-10
* input() maintains BOLVern Paxson1994-12-06
* check size of buffer in yy_scan_bufferVern Paxson1994-12-06
* added %option main, fixed missing %*Vern Paxson1994-12-06
* added YYSTATE aliasVern Paxson1994-12-04
* undid YY_UNIX_NEWLINEVern Paxson1994-12-03
* Added YY_UNIX_NEWLINEVern Paxson1994-12-03
* BOL changesVern Paxson1994-12-03
* Brian Madsen's tweaks for BorlandVern Paxson1994-11-24
* Added yy_set_interactive, YY_ALWAYS_INTERACTIVE, YY_NEVER_INTERACTIVE,Vern Paxson1994-11-24
* size_tVern Paxson1994-11-05
* Added yy_scan_{buffer,bytes,string}, plus tweaksVern Paxson1994-11-05
* made stack code conditional on "stack" optionVern Paxson1994-10-12
* yy_eof_status -> yy_buffer_statusVern Paxson1994-07-25
* yy_flex_strcpy -> yy_flex_strncpyVern Paxson1994-07-25
* Added fix for 8-bit chars returned by input()Vern Paxson1994-03-16
* Move definition of yy_flex_strcpy to come after #define of yytext_ptrVern Paxson1994-03-16
* Fixsed sense of test for %arrayVern Paxson1993-12-23
* prototypes for alloc/string routinesVern Paxson1993-12-17
* alloc, string routines internalVern Paxson1993-12-17
* Added yy_top_state()Vern Paxson1993-12-16
* start-state stacks, alloc routines take unsignedVern Paxson1993-12-15
* yy_str*() -> str*()Vern Paxson1993-12-11
* Added yy_fill_bufferVern Paxson1993-12-11
* Fixed nasty 8-bit bugsVern Paxson1993-12-07
* Support for yyFlexLexer::LexerErrorVern Paxson1993-12-07
* YY_USER_ACTION generated now for each case in action switchVern Paxson1993-12-05
* Fixed bug in pointing yyin at a new file and resuming scanningVern Paxson1993-12-04
* lint tweakVern Paxson1993-12-03
* mods so FlexLexer.h can be included separatelyVern Paxson1993-12-03
* Use yy_strXXX() routines instead of <string.h>Vern Paxson1993-12-02
* Fixed bug in yy_fatal_error()Vern Paxson1993-12-01
* Fixed %array YYLMAX headaches, added error message if bufferVern Paxson1993-11-29
* Fixed to buffer section 1 definitionsVern Paxson1993-11-29
* Modified C++ scanners to get input a character at a time forVern Paxson1993-11-26