summaryrefslogtreecommitdiff
path: root/flex.skl
Commit message (Expand)AuthorAge
* 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
* Reformatting.Vern Paxson1993-04-14
* %array supportVern Paxson1993-04-05
* Beginning of %pointer/%array supportVern Paxson1993-02-06
* changed to include <stddef.h> for __GNUC__Vern Paxson1990-08-03
* Another try at getting the malloc() definitions correct;Vern Paxson1990-08-02
* fixed to declare malloc() and free() by hand if __GNUC__Vern Paxson1990-08-02
* Added DONT_HAVE_STDLIB_H and declarations of malloc()Vern Paxson1990-05-26
* Added YY_USER_INITVern Paxson1990-05-26
* added fix for allowing yy_switch_to_buffer() in yywrap()Vern Paxson1990-04-12
* fixed fencepost errors with yy_buf_size and detecting NUL'sVern Paxson1990-03-27
* g++ tweaksVern Paxson1990-03-26
* fix for g++Vern Paxson1990-03-23
* Tweaks for lint and C++Vern Paxson1990-03-20
* Changed to use YY_BUFFER_STATE everywhere.Vern Paxson1990-03-20
* Many multiple-buffer additions.Vern Paxson1990-03-20
* Proto hacks.Vern Paxson1990-03-19
* NUL's; indentingVern Paxson1990-03-16
* C++ support.Vern Paxson1990-01-15
* unput() bug fixVern Paxson1989-12-30
* 2.0.1 betaVern Paxson1989-06-20
* Cleaned up forward declarations of yyunput() and input()Vern Paxson1989-05-25
* Initial revisionVern Paxson1989-05-24