summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* 8-bit char support.vern1990-01-151-18/+20
* made trailing context combined with '|' warning always come outvern1989-06-201-4/+6
* Beta releasevern1989-06-201-1/+1
* 2.0.1 betavern1989-06-201-5/+67
* Split copyright string.vern1989-05-251-3/+3
* added BSD copyright noticevern1989-05-241-6/+24
* changes for variable trailing contextvern1989-05-191-18/+79
* RCS headervern1988-05-081-2/+26
* changed name from flexparse.y -> parse.yvern1988-04-101-3/+7
* Beta Release.vern1988-02-131-4/+12
* Initial revisionvern1987-11-081-0/+473