summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
...
* 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
* -l lex compatibility flagVern Paxson1993-11-26
* Support for read()/fread()Vern Paxson1993-11-20
* osfcn.h -> unistd.hVern Paxson1993-10-04
* Added "static" to definition of yy_fatal_error as well as fwd decl.Vern Paxson1993-10-04
* Added yy_fatal_error function.Vern Paxson1993-10-04
* Got rid of (char *) casts of yytext, no longer needed.Vern Paxson1993-10-03
* Minimized use of YY_CHARVern Paxson1993-10-03
* Switched from FILE*'s to stream'sVern Paxson1993-10-02
* Added dynamic buffer growing.Vern Paxson1993-10-02
* Added YY_STARTVern Paxson1993-09-21
* First version of C/C++ skeletonVern Paxson1993-08-25
* preserve yytext on input()Vern Paxson1993-08-24
* Fixed to not generate extra EOF's after reading one.Vern Paxson1993-07-09
* Some rearranging to make sure things get declared in the right orderVern Paxson1993-07-05
* Added #ifndef's around #define's to let user overrideVern Paxson1993-07-05
* Modified to use yy_flex_alloc() and friendsVern Paxson1993-06-12