summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Split copyright string. Added check for empty machine in dupmachine().Vern Paxson1989-05-25
|
* Split copyright string into two to avoid tempting fate with \<newline>Vern Paxson1989-05-25
| | | | sequences ...
* updated for 2nd release Beta testVern Paxson1989-05-24
| | | | added RCS header
* removed static char copyrightVern Paxson1989-05-24
|
* Added BSD copyright notice.Vern Paxson1989-05-24
| | | | Removed FAST_SKELETON_FILE.
* added BSD copyright notice.Vern Paxson1989-05-24
| | | | Removed references to FAST_SKELETON_FILE.
* Added BSD copyright noticeVern Paxson1989-05-24
|
* added BSD copyright noticeVern Paxson1989-05-24
|
* Initial revisionVern Paxson1989-05-24
|
* renamed accnum to num_rulesVern Paxson1989-05-19
|
* moved table generation code to gen.cVern Paxson1989-05-19
| | | | moved ntod() to dfa.c
* the most piddling format change imaginableVern Paxson1989-05-19
|
* changed to look for yymore, REJECT, %used and %unusedVern Paxson1989-05-19
| | | | removed gross magic for dealing with section 3
* changes for variable trailing contextVern Paxson1989-05-19
|
* added all_lower() and all_upper()Vern Paxson1989-05-19
|
* added checking for features being Really usedVern Paxson1989-05-19
| | | | | backtracking, performance reports misc. cleanup
* major overhaul for merged skeletonVern Paxson1989-05-19
|
* a zillion changes/additions/cleanupsVern Paxson1989-05-19
|
* added backtrack reportVern Paxson1989-05-19
| | | | | added checking for dangerous trailing context considerable minor cleanup
* list_character_set() modified to take a FILE to write to ...Vern Paxson1989-05-19
|
* updated for beta releaseVern Paxson1989-05-19
|
* added -p flagVern Paxson1988-11-25
| | | | generation of #define's for scanner
* Added END_OF_BUFFER_ACTION and bol_neededVern Paxson1988-11-25
|
* added ntod()Vern Paxson1988-11-25
|
* Initial revisionVern Paxson1988-05-09
|
* RCS headerVern Paxson1988-05-08
| | | | changed display style of non-printings from ^x to \0xx
* RCS headerVern Paxson1988-05-08
| | | | | | | | | | | | | MAX_XTIONS_FOR_FULL_INTERIOR_FIT -> MAX_XTIONS_FULL_INTERIOR_FIT made back-tracking accepting number be one greater than the last legit accepting number, instead of 0. This way, end-of-buffer can take 0 and no negative accepting numbers are needed. added genftbl() changed last ftl references to C added check for UNSIGNED_CHAR's added back-track logic to make_tables() added checking and report for backtracking fixed fence-post error with onesp stack pointer
* RCS headerVern Paxson1988-05-08
| | | | changed "entry" to "sym_entry" to avoid conflict with old keyword
* RCS headerVern Paxson1988-05-08
| | | | removed \^ from ESCSEQ
* RCS headerVern Paxson1988-05-08
| | | | | bug fix due to missing default rule, could have to backtrack when backtrack variables haven't been set up
* RCS identVern Paxson1988-05-08
| | | | | | yy_cp, yy_bp support name shortenings assoc_rule support
* RCS headerVern Paxson1988-05-08
| | | | | | | | check before malloc()'ing for 16 bit overflow MS_DOS, VMS ifdef's removed commented-out \^ code removed FTLSOURCE code added readable_form()
* Added RCS headerVern Paxson1988-05-08
| | | | | | | | | removed revision history misc additions and fixes to globals VMS ifdef's backtracking statistics -p flag name shortenings
* removed revision historyVern Paxson1988-05-08
| | | | | | | | | | | added RCS header added VMS, MS_DOS ifdef's removed DEFAULT_ACTION, changed END_OF_BUFFER_ACTION shortened MAX_XTIONS_FOR_FULL_INTERIOR_FIT to MAX_XTIONS_FULL_INTERIOR_FIT added MAX_ASSOC_RULES added performance_report, assoc_rule gloabls added num_backtracking gloabl shortened allocate_integer_pointer_array, reallocate_integer_pointer_array
* added RCS idVern Paxson1988-05-08
| | | | added PROCFLG to avoid assumption of signed char's
* added RCS idVern Paxson1988-05-08
| | | | | | | | added check_for_backtracking() added dump_associated_rules() added dump_transitions() shortened reallocate_integer_pointer_array to reallocate_int_ptr_array removed some dfaacc_{state,set} abuses
* Added list_character_set()Vern Paxson1988-05-08
|
* added RCS idVern Paxson1988-05-07
|
* minor tweaksVern Paxson1988-04-10
|
* forgot sh flex.sharVern Paxson1988-04-10
|
* final tweakingVern Paxson1988-04-10
|
* removed minor lint fluffVern Paxson1988-04-10
|
* *** empty log message ***Vern Paxson1988-04-10
|
* Initial revisionVern Paxson1988-04-10
|
* added identifying comment.Vern Paxson1988-04-10
| | | | changed to include "parse.h" instead of "y.tab.h"
* Changed name from flexcmp.c -> tblcmp.cVern Paxson1988-04-10
| | | | | fixed misc. typos made generating ec tables be a routine
* changed name from flexsym.c -> sym.cVern Paxson1988-04-10
| | | | | revamped calling sequences, etc., for extended table struct definition which now has both char * and int fields.
* Changed name from flexscan.l -> scan.lVern Paxson1988-04-10
| | | | | fixed bug in <RECOVER> added block comments between rules.
* changed name from flexparse.y -> parse.yVern Paxson1988-04-10
| | | | | added start condition "INITIAL" made a{3} have "variable length"
* changed name from flexnfa.c -> nfa.cVern Paxson1988-04-10
| | | | corrected some typos.