summaryrefslogtreecommitdiff
path: root/tests/conflicts.at
Commit message (Expand)AuthorAgeFilesLines
* tests: AT_YYERROR_DEFINE: prepare for list of ints.Akim Demaille2012-06-281-1/+1
* tests: use assert instead of plain abort.Akim Demaille2012-06-261-2/+2
* tests: factor the declaration/definition of yyerror and yylex.Akim Demaille2012-06-171-46/+13
* maint: address some syntax-issues remaining after cherry-picking from master.Akim Demaille2012-02-191-1/+1
* maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
* Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-031-0/+101
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* parse.lac: implement as %define variable.Joel E. Denny2010-12-231-25/+160
* yysyntax_error: adjust prior fixes for branch-2.5's lalr1.cc.Joel E. Denny2010-11-071-2/+7
* yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-071-26/+174
* yysyntax_error: more preparation for readability of next patch.Joel E. Denny2010-11-071-52/+67
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-2/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* Fix handling of yychar manipulation in user semantic actions.Joel E. Denny2009-12-221-0/+124
* tests: show a use of %define lr.default-reductions "consistent"Joel E. Denny2009-08-261-0/+23
* Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-251-6/+3
* style changes.Akim Demaille2009-06-111-9/+9
* xml: beware of user strings used to give a %prec to rules.Akim Demaille2009-06-111-3/+20
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-2/+3
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-221-16/+16
* * src/gram.c: Remove comments that duplicate comments in gram.h.Joel E. Denny2007-11-101-15/+15
* Add %define lr.keep_unreachable_states.Joel E. Denny2007-10-191-1/+14
* * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.Joel E. Denny2007-10-171-2/+2
* Update to GPLv3.Paul Eggert2007-08-151-8/+6
* Improve handling of multiple S/R conflicts in the same state and of S/RJoel E. Denny2007-07-171-2/+151
* * NEWS (2.3a+): Mention yesterday's state-removal change.Joel E. Denny2007-05-081-1/+1
* If conflict resolution makes states unreachable, remove those states,Joel E. Denny2007-05-071-0/+198
* Fix test failure reported by Tom Lane inPaul Eggert2006-10-061-8/+7
* * src/conflicts.c (conflicts_print): Don't print file name twicePaul Eggert2005-11-181-6/+6
* * tests/conflicts.at (%nonassoc and eof): Don't exit with statusPaul Eggert2005-07-181-2/+1
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Remove more K&R C support.Paul Eggert2004-04-281-5/+2
* Use "%no-default-prec" instead of "%default-prec 0".Paul Eggert2003-10-011-13/+13
* Add %default-prec.Paul Eggert2003-09-301-0/+74
* * NEWS: %expect-violations are now just warnings, revertingPaul Eggert2003-01-131-7/+8
* (Unresolved SR Conflicts, DefaultedPaul Eggert2002-12-291-7/+7
* (%expect with reduce conflicts): New test.Paul Eggert2002-12-261-0/+20
* (S/R in initial, Defaulted Conflicted Reduction):Paul Eggert2002-12-071-2/+2
* * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,Paul Eggert2002-11-151-3/+3
* * tests/atlocal.in (CPPFLAGS): We have config.h.Akim Demaille2002-11-141-6/+1
* (%nonassoc and eof): #undef memcmp and realloc.Paul Eggert2002-10-191-1/+3
* Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",Paul Eggert2002-10-141-8/+8
* * src/print.c (print_state): Separate the list of solved conflictsAkim Demaille2002-10-131-0/+1
* * src/conflicts.c (conflicts_output): Don't output rules neverAkim Demaille2002-08-021-1/+6
* Normalize conflict related messages.Akim Demaille2002-07-301-6/+6
* Report rules which are never reduced by the parser: those hiddenAkim Demaille2002-07-301-6/+9
* Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.Akim Demaille2002-07-291-36/+36
* Stop storing rules from 1 to nrules + 1.Akim Demaille2002-07-251-1/+1
* Typo.Akim Demaille2002-06-301-1/+1
* Have the GLR tests be `warning' checked, and fix the warnings.Akim Demaille2002-06-301-6/+6