summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
* john millaway's reentrancy patchWill Estes2001-05-18
* remove extraneous rcs keywordsWill Estes2001-05-03
* removed decl of unused library functionVern Paxson1996-05-25
* const -> yyconstVern Paxson1995-04-20
* do_stdinit now defaults to falseVern Paxson1995-04-20
* -- terminates optionsVern Paxson1995-04-20
* rename yylineno if -PVern Paxson1995-03-21
* added %option yylinenoVern Paxson1995-03-20
* prefix support for yy_flush_bufferVern Paxson1995-03-05
* added yyclassVern Paxson1995-03-05
* don't rename yy_flex_debug for C++Vern Paxson1995-03-05
* VMS POSIX stuffVern Paxson1995-03-04
* removed VMS-specific exitVern Paxson1995-03-04
* internationalization aidsVern Paxson1995-03-04
* do yy_flex_debug prefix for both C++ and CVern Paxson1995-03-04
* fixed program_name tweak againVern Paxson1995-02-06
* oops, fixed program_name tweakVern Paxson1995-01-11
* program_name is "flex" if argv[0] nilVern Paxson1995-01-11
* help messages to stdoutVern Paxson1995-01-10
* long options, VMS tweaksVern Paxson1995-01-09
* stdinit tweaksVern Paxson1994-12-29
* C++/-P fixesVern Paxson1994-12-17
* messages identify filenamesVern Paxson1994-12-03
* Added do_stdinit, Think C hacksVern Paxson1994-11-24
* yywrap option, no stdin/out init for VMS, mundane tweaksVern Paxson1994-11-05
* Reworked for %optionVern Paxson1993-12-27
* Added in_rule, deleted actvscVern Paxson1993-12-26
* yy_str*() -> str*()Vern Paxson1993-12-11
* -o optionVern Paxson1993-12-11
* #include "FlexLexer.h" -> <FlexLexer.h>Vern Paxson1993-12-11
* Detect REJECT etc. before generating YY_USES_REJECT!Vern Paxson1993-12-09
* {min,max,abs} -> {MIN,MAX,ABS}Vern Paxson1993-12-07
* mods so FlexLexer.h can be included separatelyVern Paxson1993-12-03
* Use yy_strXXX() routines instead of <string.h>Vern Paxson1993-12-02
* Fixed very minor typo in -v outputVern Paxson1993-11-30
* Fixed YYLMAX headachesVern Paxson1993-11-29
* Fixed to buffer section 1 definitionsVern Paxson1993-11-29
* -a -> -Ca; fixed help outputVern Paxson1993-11-28
* Added YY_INTERACTIVE.Vern Paxson1993-11-26
* -l lex compatibility flagVern Paxson1993-11-26
* Added -CrVern Paxson1993-11-20
* Added global to remember -P prefix so it can be written in -v summary.Vern Paxson1993-11-10
* Use DEFAULT_CSIZE only if not using equivalence classes.Vern Paxson1993-10-10
* Added "flex++" featureVern Paxson1993-10-03
* Clarified help message for -SVern Paxson1993-10-02
* If -+ used, output to lex.yy.ccVern Paxson1993-10-02
* Added -a option for long-align.Vern Paxson1993-10-02
* yyflexlexer.h -> FlexLexer.hVern Paxson1993-09-21
* nuked static RCS stringVern Paxson1993-09-16