aboutsummaryrefslogtreecommitdiff
path: root/dfa.c
AgeCommit message (Expand)Author
2012-02-17speed up things for complex inputs; resolves #2891390Will Estes
2006-03-27Removed global variable caseins.John Millaway
2006-02-14.John Millaway
2002-11-27Changed int types to flex_intX_t. The build is now broken until typedef's areJohn Millaway
2002-09-13Created test for reject.John Millaway
2002-09-09Table deserialization works for everything except --fast scanners.John Millaway
2002-09-07Members of struct yy_trans_info are now forced to be the same size.John Millaway
2002-09-05Tables are now generated with %option tables-file=FILE.John Millaway
2002-08-29eat a blank lineWill Estes
2002-08-27ran the indent target; commit the resultsWill Estes
2002-08-20Cleaned up macros that took no ';'.John Millaway
2002-08-10Added alignment flag for future use.John Millaway
2001-06-17change copyright/license notices as per Vern's response to TheoWill Estes
2001-05-03remove extraneous rcs keywordsWill Estes
2000-08-21fixed underallocation for accsetVern Paxson
1995-04-20const -> yyconstVern Paxson
1995-03-27{}'s around full-table initializationsVern Paxson
1995-03-04internationalization aidsVern Paxson
1994-12-03fixed bug with caseins but not ecsVern Paxson
1994-11-24Brian Madsen's tweaks for BorlandVern Paxson
1993-12-17yy_flex_XXX -> flex_XXXVern Paxson
1993-12-15Bug fix for -CFVern Paxson
1993-12-11-o optionVern Paxson
1993-12-11Initialize dfaacc[0] for -CF representationVern Paxson
1993-12-07{min,max,abs} -> {MIN,MAX,ABS}Vern Paxson
1993-11-28-a -> -CaVern Paxson
1993-10-02Added -a option for long-align.Vern Paxson
1993-09-16nuked static RCS stringVern Paxson
1993-08-25yy_nxt table should be "const"Vern Paxson
1993-08-24"backtracking" -> "backing up"Vern Paxson
1993-07-05Wilhems bug fixes.Vern Paxson
1993-06-12Got rid of code needed for %tVern Paxson
1993-04-14Reformatting.Vern Paxson
1993-02-06Added keeping track of which rules are usefulVern Paxson
1990-06-274.4 BSD copyrightVern Paxson
1990-05-26prototypes for forward referencesVern Paxson
1990-03-20"associated rules" changed to "associated rule line numbers".Vern Paxson
1990-03-20-8 tweaks.Vern Paxson
1990-03-16more thrashing around with NUL'sVern Paxson
1990-03-14Tweaks for NUL chars.Vern Paxson
1990-01-15%t hacks.Vern Paxson
1989-05-25Split copyright string into two to avoid tempting fate with \<newline>Vern Paxson
1989-05-24added BSD copyright noticeVern Paxson
1989-05-19added backtrack reportVern Paxson
1988-11-25added ntod()Vern Paxson
1988-05-08added RCS idVern Paxson
1988-04-10changed name from flexdfa.c to dfa.cVern Paxson
1988-02-13Beta Release.Vern Paxson
1987-11-08Initial revisionVern Paxson