summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright".Joel E. Denny2011-01-0275-276/+259
* parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-233-347/+597
* parse.lac: implement as %define variable.Joel E. Denny2010-12-232-147/+148
* yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-072-128/+146
* yysyntax_error: prepare for readability of next patches.Joel E. Denny2010-11-072-212/+217
* maint: re-anchor all .gitignore entries.Joel E. Denny2010-10-171-14/+14
* Fix portability problem on OpenBSD 4.7.Paul Eggert2010-10-162-158/+161
* Adjust to recent changes to gnulib bootstrap.Paul Eggert2010-10-162-24/+14
* -Werror: fix for rules useless in parser after conflicts.Joel E. Denny2010-08-013-23/+24
* Do not use date ranges in copyright notices.Paul Eggert2010-06-2372-109/+135
* tests: fix maintainer-xml-check.Joel E. Denny2010-05-011-3/+7
* In DOT output, convert from "/*" comments to "//" comments.Joel E. Denny2010-05-011-5/+3
* Revert 2009-12-30 change for undefined %prec token complaints.Joel E. Denny2010-04-301-2/+2
* i18n: fix untranslatable string.Joel E. Denny2010-04-251-2/+2
* portability: fix pointer arithmetic to conform to C standard.Joel E. Denny2010-04-092-9/+9
* remove useless include.Akim Demaille2010-04-051-1/+0
* graph: sign the output file.Akim Demaille2010-04-051-1/+15
* fix comments.Akim Demaille2010-03-301-1/+44
* portability: fix several issues with M4 subprocess.Joel E. Denny2010-02-224-29/+52
* Fix some comments concerning LR(0) versus LALR(1).Joel E. Denny2010-01-048-17/+15
* maint: run "make update-copyright"Joel E. Denny2010-01-0474-393/+382
* POSIX: complain if %prec's token was not defined.Joel E. Denny2009-12-311-2/+2
* POSIX: warn if %prec's token was not defined.Joel E. Denny2009-12-311-0/+19
* portability: `<' and `>' are not always defined on addresses.Joel E. Denny2009-12-295-46/+71
* Fix handling of yychar manipulation in user semantic actions.Joel E. Denny2009-12-222-155/+174
* YYFAIL: warn about uses and remove from lalr1.java.Joel E. Denny2009-12-221-1/+14
* YYFAIL: deprecate.Joel E. Denny2009-12-222-156/+165
* Code cleanup.Joel E. Denny2009-12-172-21/+0
* Enable assertion output and --disable-assert for configure.Joel E. Denny2009-12-141-8/+17
* Expand GLR acronym in summary of Bison.Joel E. Denny2009-12-141-2/+2
* cleanup.Joel E. Denny2009-10-162-9/+9
* portability: don't assume 8-bit bytes.Joel E. Denny2009-10-161-7/+11
* portability: use va_start and va_end in the same function.Joel E. Denny2009-10-111-1/+1
* Rename muscle_tab.* to muscle-tab.* for consistency with master.Joel E. Denny2009-10-0814-15/+15
* Minor code cleanup.Joel E. Denny2009-10-083-38/+85
* Minor code cleanup.Joel E. Denny2009-10-054-269/+289
* yysyntax_error: avoid duplicate lookahead collection.Joel E. Denny2009-10-042-197/+196
* Remove dead code.Joel E. Denny2009-10-041-24/+4
* Use the correct conversion specifier for size_t.Joel E. Denny2009-09-292-2/+5
* Keep sub-messages aligned. Fix strings for translation.Alex Rozenman2009-09-195-43/+116
* Provide an additional sub-message for clarity.Alex Rozenman2009-09-121-21/+16
* Clean up yacc.c a little.Joel E. Denny2009-09-102-141/+139
* Use aver not assert.Joel E. Denny2009-09-052-3/+5
* Use "Unresolved reference" error message when no symbols were foundAlex Rozenman2009-09-051-16/+28
* Fix gcc 3.4.4 shadowing warning reported by Eric Blake.Joel E. Denny2009-08-291-1/+1
* %define: accept unquoted values.Joel E. Denny2009-08-283-104/+114
* %define lr.type: make values lowercase IDs.Joel E. Denny2009-08-285-12/+12
* scan-gram: avoid portability trap with ctype usage.Eric Blake2009-08-271-1/+1
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-264-151/+160
* More fixes related to last two patches.Joel E. Denny2009-08-253-39/+43