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