summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* portability: fix several issues with M4 subprocess.Joel E. Denny2010-02-224-28/+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-598/+585
* 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-341/+360
* YYFAIL: warn about uses and remove from lalr1.java.Joel E. Denny2009-12-211-1/+14
* YYFAIL: deprecate.Joel E. Denny2009-12-212-342/+351
* 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
* Minor code cleanup.Joel E. Denny2009-10-083-39/+86
* Minor code cleanup.Joel E. Denny2009-10-054-364/+377
* yysyntax_error: avoid duplicate lookahead collection.Joel E. Denny2009-10-042-345/+353
* 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-328/+326
* Fix --enable-gcc-warnings.Joel E. Denny2009-09-103-201/+203
* Regen.Akim Demaille2009-09-092-407/+436
* style changes.Akim Demaille2009-09-091-16/+18
* %parse: support several arguments.Akim Demaille2009-09-091-8/+18
* Regen.Akim Demaille2009-09-092-599/+665
* %param.Akim Demaille2009-09-092-43/+91
* 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
* Adjust synclines in src/parse-gram.[ch].Akim Demaille2009-09-042-111/+111
* 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-284-100/+109
* %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-323/+332
* More fixes related to last two patches.Joel E. Denny2009-08-253-249/+253
* Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-252-326/+334
* Some code and documentation improvements.Joel E. Denny2009-08-251-2/+11
* Use locale when quoting.Joel E. Denny2009-08-211-5/+2
* Make previous patch more robust.Eric Blake2009-08-201-0/+3
* Import latest m4/m4.m4.Eric Blake2009-08-201-19/+14
* Fix complaints about escape sequences.Joel E. Denny2009-08-191-14/+20
* variables: simplify the upgrade of namespace into api.namespace.Akim Demaille2009-08-191-14/+26
* Make it easier to write deterministic tests.Joel E. Denny2009-08-132-8/+40
* build: fix paths.Akim Demaille2009-08-121-2/+2
* Miscellaneous code readability improvements.Joel E. Denny2009-08-105-77/+84
* Convert "misleading reference" messages to warnings.Alex Rozenman2009-08-081-92/+114
* maint: run "make update-copyright"Joel E. Denny2009-08-0630-42/+47