summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* maint: automate annual package-wide copyright-year update.Joel E. Denny2009-08-047-8/+9
* Pacify "gcc -Wunused" for the input function from Flex.Joel E. Denny2009-08-013-3/+3
* Fix --enable-gcc-warnings problems.Alex Rozenman2009-07-313-73/+73
* Fix a --enable-gcc-warnings problem.Joel E. Denny2009-07-291-2/+2
* Warn about character literals not of length one.Joel E. Denny2009-07-241-8/+24
* Fix some memory leaks.Alex Rozenman2009-07-243-2/+21
* * src/lalr.c (state_lookahead_tokens_count): Correct comment.Joel E. Denny2009-07-241-4/+5
* Revert unnecessary column realignment in --help output.Joel E. Denny2009-07-151-16/+16