summaryrefslogtreecommitdiff
path: root/src/conflicts.c
Commit message (Expand)AuthorAgeFilesLines
...
| * maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* | warnings: factoring: complaintsVictor Santet2012-06-281-7/+7
* | warnings: rename the categoriesVictor Santet2012-06-281-2/+2
* | maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* | global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-129/+129
* | Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-091-0/+9
* | maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* | Do not use date ranges in copyright notices.Paul Eggert2010-06-171-2/+2
* | maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* | maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* | Add %precedence support.Akim Demaille2008-11-101-6/+11
|/
* Don't let --report affect XML output; always print all information.Joel E. Denny2007-12-011-70/+70
* Make xml2dot.xsl and --graph produce the same output.Joel E. Denny2007-10-091-41/+0
* * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.Paul Eggert2007-09-241-3/+3
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-6/+132
* Update to GPLv3.Paul Eggert2007-08-151-11/+9
* Improve handling of multiple S/R conflicts in the same state and of S/RJoel E. Denny2007-07-171-23/+22
* Don't depend on C99 features.Joel E. Denny2007-05-281-1/+2
* * NEWS (2.3a+): Mention yesterday's state-removal change.Joel E. Denny2007-05-081-2/+2
* If conflict resolution makes states unreachable, remove those states,Joel E. Denny2007-05-071-0/+10
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-30/+30
* Fix some nits reported by twlevo.Paul Eggert2006-03-081-1/+1
* Be a bit more systematic about using 'abort'.Paul Eggert2006-01-211-4/+4
* Work around portability problem on Solaris 10: flex-generatedPaul Eggert2005-12-091-0/+1
* * src/conflicts.c (conflicts_print): Don't print file name twicePaul Eggert2005-11-181-19/+24
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callersPaul Eggert2004-12-101-3/+3
* XFREE -> freePaul Eggert2004-11-221-3/+3
* Use "look-ahead" instead of "lookahead", consistently.Paul Eggert2004-06-211-38/+38
* * src/conflicts.c (conflicts_print): Correct format string typo:Paul Eggert2004-04-131-2/+2
* * src/parse-gram.y: Define PERCENT_EXPECT_RR.Paul Hilfinger2004-03-261-9/+23
* Switch from 'int' to 'bool' where that makes sense.Paul Eggert2003-05-241-2/+2
* (set_conflicts): Resolve all conflicts, not justPaul Eggert2003-04-181-7/+7
* * NEWS: %expect-violations are now just warnings, revertingPaul Eggert2003-01-131-6/+6
* (conflict_report):Paul Eggert2002-12-291-59/+17
* (conflicts_print): If the user specifies "%expect N", report an errorPaul Eggert2002-12-261-5/+10
* Undo XFREE change; we assume C89 compiler, but not C89 library.Paul Eggert2002-12-131-1/+1
* All uses of XCALLOC, XMALLOC, and XREALLOC changed to use new macrosPaul Eggert2002-12-131-3/+3
* (enum conflict_resolution): Renamed from enum conflict_resolution_e.Paul Eggert2002-12-111-59/+61
* (resolve_sr_conflict): Use abort rather than assert.Paul Eggert2002-11-211-2/+1
* * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,Paul Eggert2002-11-151-2/+2
* Use C99-style bool instead of our own style.Paul Eggert2002-10-221-5/+5
* * src/conflicts.c (conflicts_output): Don't output rules neverAkim Demaille2002-08-021-22/+0
* Instead of attaching lookaheads and duplicating the rules beingAkim Demaille2002-08-011-19/+20
* Normalize conflict related messages.Akim Demaille2002-07-301-27/+30
* * src/state.h, src/state.c (transitions_t): Holds state_t*'s, notAkim Demaille2002-07-291-17/+39
* Stop storing rules from 1 to nrules + 1.Akim Demaille2002-07-251-2/+2
* Fix some memory leaks, and fix a bug: state 0 was examined twice.Akim Demaille2002-07-031-13/+37
* * src/state.h (reductions_t): Rename member `nreds' as num.Akim Demaille2002-06-301-5/+6
* * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)Akim Demaille2002-06-301-14/+14