summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
* support large flex tables; from debian package maintainerWill Estes2002-02-06
* millaway: Fixed yytext_ptr when using %array in reentrant scannerWill Estes2001-11-20
* more from the same batchWill Estes2001-11-14
* millaway simplified the reentrant api; here's the resultWill Estes2001-10-26
* more from millawayWill Estes2001-10-23
* the last checkin was broken; millaway fixed itWill Estes2001-10-22
* phew, millaway's latest batchWill Estes2001-10-22
* merge latest batch of millaway's changesWill Estes2001-10-17
* Fixed typo in options displayWill Estes2001-09-22
* reentrant and non-reentrant scanners share the same yywrap MACRO. millawayWill Estes2001-09-20
* commit the backwash from the branch mergesWill Estes2001-09-19
* remove argv_fixup; fix typo in error message; changes from millaway's branchWill Estes2001-08-26
* 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