summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
* save errno as per Theo de RaadtWill Estes2001-06-08
* commit john millaway's YY_G wrapper correctionsWill Estes2001-05-27
* john millaway's reentrancy patchWill Estes2001-05-18
* remove extraneous rcs keywordsWill Estes2001-05-03
* explicit include of iostream.hVern Paxson2000-08-21
* fixed memory leakVern Paxson1997-06-23
* use delete [] for yy_state_bufVern Paxson1996-12-13
* fixed %option noinputVern Paxson1996-10-29
* free(char*) fix ... Sigh ...Vern Paxson1996-10-29
* "str" -> "yy_str"Vern Paxson1996-09-10
* (attempted) fix for input() crossing a file boundaryVern Paxson1996-07-02
* initialize yy_more_offset etc. for yyFlexLexer classVern Paxson1996-05-25
* niggling cosmetic tweakVern Paxson1996-05-25
* bug fixes for yymore (especially with %array)Vern Paxson1996-05-25
* snapshot of cscope yymore fixes, prior to switching yymore-on-%array approachVern Paxson1996-05-25
* (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