summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bison: style: indentation fixesAkim Demaille2018-05-272-2/+2
* regenAkim Demaille2018-05-272-7/+7
* bison: please address sanitizerAkim Demaille2018-05-271-4/+4
* regenAkim Demaille2018-05-192-208/+208
* Update copyright yearsAkim Demaille2018-05-1274-91/+107
* getargs: rename argument to avoid gnulib's renamingAkim Demaille2018-05-081-7/+7
* build: re-enable compiler warnings, and fix themAkim Demaille2015-01-239-10/+13
* build: fix some warningsAkim Demaille2015-01-182-3/+3
* doc: minor fixesAkim Demaille2015-01-161-1/+3
* bison: avoid warnings from static code analysisAkim Demaille2015-01-093-22/+12
* %union: fix the support for named %unionAkim Demaille2015-01-043-189/+197
* package: bump to 2015Akim Demaille2015-01-0475-199/+217
* flex: don't trust YY_USER_INITAkim Demaille2014-12-311-3/+9
* build: use abort to pacify compiler errorsAkim Demaille2014-02-032-3/+3
* package: bump to 2014Akim Demaille2014-02-0374-74/+75
* diagnostics: fix the order of multiple declarations reportsAkim Demaille2013-12-091-0/+15
* symbol: provide an easy means to compare them in source orderAkim Demaille2013-12-091-11/+23
* output: do not generate source files when late errors are caughtAkim Demaille2013-12-043-0/+18
* output: record what generated files are source or report filesAkim Demaille2013-12-043-17/+32
* output: do not generate source files when early errors are caughtAkim Demaille2013-12-041-1/+2
* style: formatting changesAkim Demaille2013-11-261-33/+33
* reports: display %empty in the generated pointed-rulesAkim Demaille2013-11-262-4/+10
* style: scope reduction in lalr.ccAkim Demaille2013-11-181-23/+19
* aver: it is no longer "protected against NDEBUG"Akim Demaille2013-11-122-10/+15
* parsers: rename YY_NULL as YY_NULLPTR to avoid conflicts with FlexAkim Demaille2013-11-081-7/+7
* style: use /* ... */ commentsAkim Demaille2013-10-241-3/+3
* install: do not install yacc.1 when --disable-yaccAkim Demaille2013-10-221-1/+3
* style: avoid tabsAkim Demaille2013-10-221-8/+8
* fix: uniqstr are already pointersAkim Demaille2013-10-221-2/+2
* bison: pacify Sun C 5.12Paul Eggert2013-10-212-6/+16
* glr: allow spaces between "%?" and "{" in predicatesAkim Demaille2013-10-161-1/+1
* diagnostics: "-Werror -Wno-error=foo" must not emit errorsAkim Demaille2013-10-161-34/+55
* comment changesAkim Demaille2013-10-162-11/+14
* location: fix EOF checkAndreas Schwab2013-10-041-1/+1
* uniqstr: fix assertionValentin Tolmer2013-08-011-1/+2
* regenAkim Demaille2013-07-252-298/+299
* build: fix a warning from clangAkim Demaille2013-06-031-0/+1
* style: syntax-check fixesAkim Demaille2013-05-3011-44/+43
* fix a memory leakAkim Demaille2013-05-301-6/+12
* regenAkim Demaille2013-05-302-277/+283
* build: be sure to include config.h first in the generated parserAkim Demaille2013-05-301-1/+6
* drop unused options --raw, -n, -e, --include and -IPetr Machata2013-05-291-9/+0
* diagnostics: always point to the first directiveAkim Demaille2013-04-221-8/+14
* diagnostics: use appropriate location for useless precedence/associativityAkim Demaille2013-04-221-7/+10
* regenAkim Demaille2013-04-182-372/+387
* parser: do not convert $ and @ in code values of %define variablesAkim Demaille2013-04-181-2/+1
* parser: no longer use the "braceless" non-terminalAkim Demaille2013-04-182-58/+65
* regenAkim Demaille2013-04-182-341/+331
* style: avoid %{...%} in our parserAkim Demaille2013-04-182-19/+26
* style: use %code for local function declarations in our parserAkim Demaille2013-04-181-27/+30