summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-27
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...John Millaway2002-07-17
* Fixed POSIXLY_CORRECT detection in scanner.John Millaway2002-07-12
* Removed duplicate definition of FLEX_DEBUG. gcc doesn't care, but other compi...John Millaway2002-07-10
* Fixed prefix issue with get/set debug functions.John Millaway2002-07-10
* Check POSIXLY_CORRECT env variable.John Millaway2002-07-09
* Made yy_flex_debug non-global in reentrant scanner.John Millaway2002-07-09
* fix bug whereby prefix didn't get passed to everybody; patch by ...Will Estes2002-07-03
* address typos in NEWS; add --posix option for ERE parsing the way posix wants...Will Estes2002-06-19
* conditional compile gettext initializationWill Estes2002-04-23
* Replaced exit(2) calls with longjmps (in the form of FLEX_EXIT macro).John Millaway2002-04-13
* fix typo in commentWill Estes2002-04-01
* Documented the header file kludge, (in anticipation of buffering Section 1.)John Millaway2002-03-31
* Output of `flex --version` now matches GNU coding standards.John Millaway2002-03-28
* Removed CFront 1.2 -specific code from skeleton, because CFront now defines _...John Millaway2002-03-18
* mostly, changes for gettextWill Estes2002-03-12
* 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