summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
* Added %push and %pop operations to skel processing.John Millaway2002-09-19
* Serialization works in headers (%option headers).John Millaway2002-09-16
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-13
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-07
* Changed option 'header' to 'header-file'. 'header' still works, though.John Millaway2002-09-05
* Tons more work on tables.John Millaway2002-09-05
* #include fixes; we've factored out all the system include files and put them ...Will Estes2002-08-29
* ran the indent target; commit the resultsWill Estes2002-08-27
* Removed #undef of start conditions.John Millaway2002-08-18
* Start conditions now optional in header.John Millaway2002-08-17
* Added --tables option.John Millaway2002-08-16
* Fixed seg fault bug in ecs.John Millaway2002-08-15
* conditionally include <locale.h>; include config.h as wellWill Estes2002-08-15
* Start condition prefixes attempts to adjust to user preferences.John Millaway2002-08-14
* Include start condition symbols in header.John Millaway2002-08-13
* Omit user code and tables from generated header file.John Millaway2002-08-13
* Added alignment flag for future use.John Millaway2002-08-10
* 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