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