summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* speed up things for complex inputs; resolves #2891390wlestes2012-02-171-4/+2
* improve rule handling at EOFwlestes2012-02-031-0/+4
* fix bug that prevented comments from working properlywlestes2008-02-151-2/+2
* Introduce %option extra-type="your_type *" (resolves bug #1744505).sodabrew2007-09-101-1/+3
* refactor and slightly redo alloca testing, resolves bug #1675899wlestes2007-04-131-39/+0
* Added ccl union operator.john432006-03-281-3/+3
* Implemented dot-all syntax.john432006-03-271-9/+22
* Removed global variable caseins.john432006-03-271-29/+48
* Changed explicit 'A'-'Z' to isupper(), where correct to do so.john432006-03-251-3/+3
* Added set difference operator {-} for character classes.john432006-03-221-2/+10
* Added negated character class expressions.john432006-03-221-2/+37
* Replaced sprintf with snprintf everywhere.john432006-03-221-5/+5
* Changed symbol INFINITE to fix conflict with C math symbol.john432006-02-141-2/+2
* Fixed bug submitted by Bruce Lilly <blilly@erols.com> where charactermillaway2002-12-161-7/+40
* Removed space before line num in error messages to look more like gcc's errors.millaway2002-11-171-1/+1
* Members of struct yy_trans_info are now forced to be the same size.millaway2002-09-071-0/+1
* Added --tables option.millaway2002-08-161-0/+3
* yylineno check is only performed on rules whose regexs can match a newline.millaway2002-07-271-18/+31
* address typos in NEWS; add --posix option for ERE parsing the way posix wants...wlestes2002-06-191-15/+97
* Applied 'const' to a few more char*, where appropriate.millaway2002-04-191-9/+9
* merge latest batch of millaway's changeswlestes2001-10-171-1/+3
* error messages will now show up the way that emacs likes themwlestes2001-07-311-1/+1
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-25/+30
* remove extraneous rcs keywordswlestes2001-05-031-3/+0
* reworked alloca() chud, from Francoisvern1995-04-211-19/+21
* more alloca() bullshitvern1995-04-201-8/+13
* added %option yyclassvern1995-03-051-2/+4
* treat [:upper:] as [:lower:] if -ivern1994-12-101-2/+7
* added ccl exprsvern1994-12-061-3/+39
* Brian Madsen's tweaks for Borlandvern1994-11-241-6/+5
* alloca, lint tweaksvern1994-11-051-2/+6
* %optionvern1993-12-271-1/+21
* Added scon_stk stuff, format_warnvern1993-12-261-109/+104
* Working checkpoint prior to adding <scon>{ stuffvern1993-12-261-3/+30
* Added beginnings of <SCON>{ ... }vern1993-12-231-1/+2
* removed crufty WHITESPACE token, some uses of '\n' tokenvern1993-12-161-5/+5
* -o optionvern1993-12-111-2/+2
* Fixed bug in treating '$' as variable trailing contextvern1993-12-091-15/+10
* Added #ifdef chud for alloca()vern1993-11-301-1/+26
* -l lex compatibility flagvern1993-11-261-4/+4
* YYSTYPE #define'd to intvern1993-09-211-1/+9
* nuked static RCS stringvern1993-09-161-4/+1
* Fixed bug with Z-a character classes as per Wilhelmsvern1993-07-051-9/+9
* Reformatting.vern1993-04-141-294/+282
* numerous bug fixesvern1993-02-061-66/+168
* 4.4 BSD copyrightvern1990-06-271-30/+26
* introduced format_pinpoint_message()vern1990-05-261-15/+45
* Rules rewritten so '/' and '$' parsed correctly.vern1990-03-201-56/+81
* Nuked some extraneous whitespace.vern1990-03-161-29/+17
* Tweaks for NUL chars.vern1990-03-141-2/+11