summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update .gitmodules to point at upstream:gnulib and upstream:autoconfbaserock/morphDaniel Silverstone2012-09-111-2/+2
* Drop the .tarball-version hack, no longer remove .git*.Jannis Pohlmann2012-02-221-2/+0
* flex-scanner.h: use types of git-build flexRichard Maw2012-02-211-1/+1
* Add a quick hack to derive a version number from NEWS.Jannis Pohlmann2012-02-211-0/+1
* bison.morph: do submodule support fixesRichard Maw2012-02-171-2/+3
* bison.morph: Set DESTDIR in make commandRichard Maw2012-02-151-1/+1
* add morphRichard Maw2012-01-111-0/+14
* build: avoid warnings about set-but-not-used variablesJim Meyering2012-01-064-12/+8
* lalr1.cc: remove trailing comma from enumerator list.Joel E. Denny2011-08-212-1/+7
* tests: add -pedantic for --enable-gcc-warnings.Joel E. Denny2011-08-213-4/+13
* tests: fix empty unions.Joel E. Denny2011-08-214-4/+17
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-2498-5424/+5447
* build: avoid YACC typo inherited from Autoconf.Joel E. Denny2011-07-104-2/+19
* build: create xz instead of bzip2 tarballs.Joel E. Denny2011-07-103-2/+11
* doc: clean up references to `Locations Overview'.Joel E. Denny2011-06-112-3/+11
* doc: clean up references to `Tracking Locations'.Joel E. Denny2011-06-112-56/+66
* doc: clean up `Named References' a little.Joel E. Denny2011-06-112-20/+32
* doc: motivate named references.Joel E. Denny2011-06-112-6/+19
* doc: discuss named references after locations.Joel E. Denny2011-06-113-89/+102
* Prepare for the possibility of a 2.5.1 release.Joel E. Denny2011-06-112-0/+7
* Version 2.5.Joel E. Denny2011-05-142-2/+7
* Don't use IF_LINT in Bison sources.Joel E. Denny2011-05-145-13/+35
* Fix precedence for end token.Joel E. Denny2011-05-014-5/+32
* Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-0112-17/+63
* * NEWS (2.5): Fix minor typos.Joel E. Denny2011-05-012-2/+6
* doc: clean up quotation style in NEWS.Joel E. Denny2011-05-012-11/+19
* tests: pacify gcc 4.6.0's -Wunused-but-set-variable.Joel E. Denny2011-04-162-1/+10
* glr.c: omit yyresolveLocations when locations are disabled.Joel E. Denny2011-04-162-4/+17
* gnulib, autoconf: update.Joel E. Denny2011-04-1615-59/+157
* Fix missing updates to GPLv3.Joel E. Denny2011-04-093-14/+17
* Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-0910-5/+192
* Pacify maintainer-check-posix.Joel E. Denny2011-04-092-72/+78
* Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-0911-31/+133
* Don't let -Wnone disable -Werror.Joel E. Denny2011-04-094-17/+72
* * NEWS (2.5): Document fix for -Wno-KEY.Joel E. Denny2011-04-092-0/+13
* doc: fix confusing citation of LAC publication.Joel E. Denny2011-03-202-4/+9
* lr.default-reductions: rename "full" value to "most".Joel E. Denny2011-03-207-14/+28
* * src/parse-gram.c, src/parse-gram.h: Regenerate.Joel E. Denny2011-03-133-249/+281
* named references: fix double free.candidates/named-ref-freeAkim Demaille2011-03-098-8/+65
* tests: style changes.Akim Demaille2011-03-092-79/+57
* java: fix parser tracing bug.Joel E. Denny2011-03-063-1/+10
* java: finish fixing parser stack popping bug.Joel E. Denny2011-03-063-3/+16
* java: fix parser stack popping bug.Angelo Borsotti2011-03-063-1/+12
* doc: cite publication for LAC.Joel E. Denny2011-03-062-0/+10
* doc: clean up terminology for mysterious conflicts.Joel E. Denny2011-03-062-12/+21
* lr.default-reductions: rename "all" value to "full".Joel E. Denny2011-03-067-17/+29
* doc: create a new Tuning LR section in the manual.Joel E. Denny2011-03-063-316/+545
* doc: add bibliography to manual.Joel E. Denny2011-02-202-11/+53
* java: test and document previous bug fix.Joel E. Denny2011-02-193-32/+47
* java: fix location handling bug.Bernd Kiefer2011-02-193-1/+11