summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug submitted by Bruce Lilly <blilly@erols.com> where characterJohn Millaway2002-12-161-7/+40
* Removed space before line num in error messages to look more like gcc's errors.John Millaway2002-11-171-1/+1
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-071-0/+1
* Added --tables option.John Millaway2002-08-161-0/+3
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-271-18/+31
* address typos in NEWS; add --posix option for ERE parsing the way posix wants...Will Estes2002-06-191-15/+97
* Applied 'const' to a few more char*, where appropriate.John Millaway2002-04-191-9/+9
* merge latest batch of millaway's changesWill Estes2001-10-171-1/+3
* error messages will now show up the way that emacs likes themWill Estes2001-07-311-1/+1
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-171-25/+30
* remove extraneous rcs keywordsWill Estes2001-05-031-3/+0
* reworked alloca() chud, from FrancoisVern Paxson1995-04-211-18/+20
* more alloca() bullshitVern Paxson1995-04-201-7/+12
* added %option yyclassVern Paxson1995-03-051-1/+3
* treat [:upper:] as [:lower:] if -iVern Paxson1994-12-101-1/+6
* added ccl exprsVern Paxson1994-12-061-2/+38
* Brian Madsen's tweaks for BorlandVern Paxson1994-11-241-5/+4
* alloca, lint tweaksVern Paxson1994-11-051-1/+5
* %optionVern Paxson1993-12-271-0/+20
* Added scon_stk stuff, format_warnVern Paxson1993-12-261-108/+103
* Working checkpoint prior to adding <scon>{ stuffVern Paxson1993-12-261-2/+29
* Added beginnings of <SCON>{ ... }Vern Paxson1993-12-231-0/+1
* removed crufty WHITESPACE token, some uses of '\n' tokenVern Paxson1993-12-161-4/+4
* -o optionVern Paxson1993-12-111-1/+1
* Fixed bug in treating '$' as variable trailing contextVern Paxson1993-12-091-14/+9
* Added #ifdef chud for alloca()Vern Paxson1993-11-301-0/+25
* -l lex compatibility flagVern Paxson1993-11-261-3/+3
* YYSTYPE #define'd to intVern Paxson1993-09-211-0/+8
* nuked static RCS stringVern Paxson1993-09-161-4/+1
* Fixed bug with Z-a character classes as per WilhelmsVern Paxson1993-07-051-8/+8
* Reformatting.Vern Paxson1993-04-141-293/+281
* numerous bug fixesVern Paxson1993-02-061-65/+167
* 4.4 BSD copyrightVern Paxson1990-06-271-29/+25
* introduced format_pinpoint_message()Vern Paxson1990-05-261-14/+44
* Rules rewritten so '/' and '$' parsed correctly.Vern Paxson1990-03-201-55/+80
* Nuked some extraneous whitespace.Vern Paxson1990-03-161-28/+16
* Tweaks for NUL chars.Vern Paxson1990-03-141-1/+10
* 8-bit char support.Vern Paxson1990-01-151-17/+19
* made trailing context combined with '|' warning always come outVern Paxson1989-06-201-3/+5
* 2.0.1 betaVern Paxson1989-06-201-4/+66
* Split copyright string.Vern Paxson1989-05-251-2/+2
* added BSD copyright noticeVern Paxson1989-05-241-5/+23
* changes for variable trailing contextVern Paxson1989-05-191-17/+78
* RCS headerVern Paxson1988-05-081-2/+26
* changed name from flexparse.y -> parse.yVern Paxson1988-04-101-3/+7
* Beta Release.Vern Paxson1988-02-131-4/+12
* Initial revisionVern Paxson1987-11-081-0/+473