summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: fix some minor inconsistencies.Joel E. Denny2011-02-132-3/+12
* doc: clean up new subsections in manual.Joel E. Denny2011-02-132-37/+68
* doc: finish splitting apart the manual's Decl Summary section.Joel E. Denny2011-02-132-269/+287
* doc: begin to split apart the manual's Decl Summary section.Joel E. Denny2011-02-132-101/+125
* doc: clean up naming of various Bison files.Joel E. Denny2011-02-132-301/+326
* doc: give credit to more of Bison's developers.Joel E. Denny2011-02-132-4/+16
* doc: document experimental features better.Joel E. Denny2011-02-133-18/+35
* Do not allow identifiers that start with a dash.Joel E. Denny2011-01-299-35/+123
* Revert "Simplify handling of '.' and '-' after unbracketed named references."Joel E. Denny2011-01-297-147/+159
* * data/yacc.c: Fix last apostrophe warning from xgettext.Joel E. Denny2011-01-244-5/+9
* Simplify handling of '.' and '-' after unbracketed named references.Paul Eggert2011-01-097-159/+147
* Fix minor problems encountered by a fresh bootstrap.Paul Eggert2011-01-095-11/+21
* Improve error messages for `$' or `@' followed by `.' or `-'.Joel E. Denny2011-01-093-1/+57
* doc: don't use @acronym.Joel E. Denny2011-01-082-236/+243
* Do not allow identifiers that start with a negative number.Alex Rozenman2011-01-053-4/+14
* * ChangeLog (2011-01-02): improve description.Joel E. Denny2011-01-031-3/+8
* maint: don't update copyright years in bootstrap.Joel E. Denny2011-01-034-1/+17
* maint: run "make update-copyright".Joel E. Denny2011-01-02184-747/+685
* maint: prepare to use date ranges in copyright notices.Joel E. Denny2011-01-024-5/+28
* Correct my email address.Joel E. Denny2011-01-022-10/+16
* doc: cleanup.Joel E. Denny2010-12-192-73/+79
* doc: cleanup.Joel E. Denny2010-12-193-30/+44
* parse.lac: document.Joel E. Denny2010-12-193-59/+214
* parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-117-622/+1017
* parse.lac: implement as %define variable.Joel E. Denny2010-12-117-303/+901
* build: use gnulib's new bootstrap_sync option.Joel E. Denny2010-11-214-9/+45
* yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-0711-449/+785
* yysyntax_error: more preparation for readability of next patch.Joel E. Denny2010-11-074-62/+87
* yysyntax_error: prepare for readability of next patches.Joel E. Denny2010-11-077-646/+661
* Fix memory leak.Joel E. Denny2010-10-312-0/+6
* yysyntax_error: improve invocation readability.Joel E. Denny2010-10-312-22/+35
* * ChangeLog: Correct some errors in previous entries.Joel E. Denny2010-10-311-54/+58
* maint: re-anchor all .gitignore entries.Joel E. Denny2010-10-1711-494/+519
* Fix portability problem on OpenBSD 4.7.Paul Eggert2010-10-085-22/+32
* Adjust to recent changes to gnulib bootstrap.Paul Eggert2010-10-0823-1118/+666
* Sync from upstream gnulib and autoconf.Paul Eggert2010-10-082-0/+0
* Remove compiler warnings in GLR parsers.Paul Hilfinger2010-09-092-1/+6
* Fix some errors that were causing testsuite failures for GLR.Paul Hilfinger2010-09-082-7/+18