summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* portability: use -DGNULIB_POSIXCHECK.Joel E. Denny2009-12-1511-5/+192
* Enable assertion output and --disable-assert for configure.Joel E. Denny2009-12-145-14/+32
* Expand GLR acronym in summary of Bison.Joel E. Denny2009-12-143-5/+14
* Document named references.Alex Rozenman2009-11-262-3/+146
* cleanup.Joel E. Denny2009-10-163-9/+19
* portability: don't assume 8-bit bytes.Joel E. Denny2009-10-162-7/+22
* portability: use va_start and va_end in the same function.Joel E. Denny2009-10-112-1/+7
* * data/bison.m4: Update comments for rename to muscle-tab.h.Joel E. Denny2009-10-082-7/+11
* Rename muscle_tab.* to muscle-tab.* for consistency with master.Joel E. Denny2009-10-0815-15/+26
* Minor code cleanup.Joel E. Denny2009-10-084-38/+95
* Minor code cleanup.Joel E. Denny2009-10-055-269/+297
* tests: skip tests of file names that platform does not support.Joel E. Denny2009-10-043-0/+14
* yysyntax_error: avoid duplicate lookahead collection.Joel E. Denny2009-10-045-271/+295
* yysyntax_error: test memory management more.Joel E. Denny2009-10-043-0/+222
* Pass the token type to yysyntax_error.Akim Demaille2009-10-042-7/+13
* Simplify the i18n of the error messages.Akim Demaille2009-10-042-42/+40
* Remove dead code.Joel E. Denny2009-10-042-24/+10
* Add additional space after periods in NEWS.Alex Rozenman2009-10-032-12/+17
* Use the correct conversion specifier for size_t.Joel E. Denny2009-09-293-2/+13
* tests: don't abuse AT_BISON_CHECK.Joel E. Denny2009-09-272-3/+11
* tests: check that parse-gram.y's IELR and LALR are identical.Joel E. Denny2009-09-263-0/+29
* doc: comment changes.Akim Demaille2009-09-252-29/+63
* doc: spell checking.Akim Demaille2009-09-252-7/+12
* Keep sub-messages aligned. Fix strings for translation.Alex Rozenman2009-09-198-94/+208
* tests: clean up push.at test group titles.Joel E. Denny2009-09-132-12/+18
* Provide an additional sub-message for clarity.Alex Rozenman2009-09-123-41/+75
* Clean up yacc.c a little.Joel E. Denny2009-09-104-248/+262
* Complain about unused %define variables and %code qualifiers.Joel E. Denny2009-09-056-60/+82
* Use aver not assert.Joel E. Denny2009-09-053-3/+13
* Use "Unresolved reference" error message when no symbols were foundAlex Rozenman2009-09-053-20/+118
* NEWS: Internationalization.Akim Demaille2009-09-032-0/+10
* bootstrap: fix/improve find_tool.Akim Demaille2009-09-032-6/+20
* Fix gcc 3.4.4 shadowing warning reported by Eric Blake.Joel E. Denny2009-08-292-1/+11
* ChangeLog: Fix typo for commit f3749, but it's too late for git log.Joel E. Denny2009-08-281-1/+1
* %define: accept unquoted values.Joel E. Denny2009-08-2813-174/+221
* %define lr.type: make values lowercase IDs.Joel E. Denny2009-08-2810-29/+44
* scan-gram: avoid portability trap with ctype usage.Eric Blake2009-08-272-1/+7
* tests: use perl for printing special sequences to files.Joel E. Denny2009-08-272-11/+18
* tests: show a use of %define lr.default-reductions "consistent"Joel E. Denny2009-08-262-0/+29
* tests: portability fix.Akim Demaille2009-08-262-1/+14
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-269-164/+184
* More fixes related to last two patches.Joel E. Denny2009-08-259-74/+163
* Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-259-113/+139
* Some code and documentation improvements.Joel E. Denny2009-08-259-168/+216
* Use locale when quoting.Joel E. Denny2009-08-212-5/+8
* Make previous patch more robust.Eric Blake2009-08-202-14/+23
* Import latest m4/m4.m4.Eric Blake2009-08-205-19/+26
* Fix complaints about escape sequences.Joel E. Denny2009-08-193-14/+83
* doc: fixes.Akim Demaille2009-08-192-2/+7
* doc: %initial-action to initialize yylloc.Akim Demaille2009-08-193-2/+18