summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
...
* 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
* 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