summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 3.0.4v3.0.4Akim Demaille2015-01-231-1/+1
* gnulib: updateAkim Demaille2015-01-231-0/+0
* build: re-enable compiler warnings, and fix themAkim Demaille2015-01-2317-22/+33
* tests: c++: fix a C++03 conformance issueAkim Demaille2015-01-222-3/+10
* tests: fix a titleAkim Demaille2015-01-201-1/+1
* c++: reserve 200 slots in the parser's stackAkim Demaille2015-01-202-5/+3
* tests: be more robust to unrecognized synclines, and try to recognize xlcAkim Demaille2015-01-201-12/+35
* tests: fix C++ conformanceAkim Demaille2015-01-201-1/+2
* build: fix some warningsAkim Demaille2015-01-183-3/+4
* build: avoid infinite recursions on include_nextAkim Demaille2015-01-162-2/+4
* doc: minor fixesAkim Demaille2015-01-164-963/+1409
* gnulib: strtoul is considered obsolete and now uselessAkim Demaille2015-01-153-5/+1
* c++: avoid warnings when destructors don't use $$Akim Demaille2015-01-152-0/+6
* maint: post-release administriviaAkim Demaille2015-01-152-1/+4
* version 3.0.3v3.0.3Akim Demaille2015-01-151-1/+1
* gnulib: updateAkim Demaille2015-01-151-0/+0
* tests: split a large test case into several smaller onesAkim Demaille2015-01-131-4/+7
* package: a bit of trouble shooting indicationsAkim Demaille2015-01-121-3/+5
* doc: liby's main arms the internationalizationAkim Demaille2015-01-122-3/+18
* bison: avoid warnings from static code analysisAkim Demaille2015-01-095-23/+13
* c++: fix the use of destructors when variants are enabledAkim Demaille2015-01-094-10/+41
* style: tests: simplify the handling of some C++ testsAkim Demaille2015-01-081-14/+13
* c++: symbols can be empty, so use itAkim Demaille2015-01-081-21/+13
* c++: variants: don't leak the lookahead in error recoveryAkim Demaille2015-01-082-26/+44
* c++: provide a means to clear symbolsAkim Demaille2015-01-083-2/+36
* c++: clean up the handling of empty symbolsAkim Demaille2015-01-082-18/+29
* c++: comment and style changesAkim Demaille2015-01-083-12/+16
* c++: variants: comparing addresses of typeid.name() is undefinedAkim Demaille2015-01-072-13/+14
* c++: locations: complete the API and fix commentsAkim Demaille2015-01-053-16/+34
* build: do not clean figure sources in make cleanAkim Demaille2015-01-051-1/+1
* build: don't try to generate docs when cross-compilingAkim Demaille2015-01-053-1/+11
* package: fix a reporter's nameAkim Demaille2015-01-042-1/+4
* %union: fix the support for named %unionAkim Demaille2015-01-0412-212/+363
* package: bump to 2015Akim Demaille2015-01-04201-332/+351
* flex: don't trust YY_USER_INITAkim Demaille2014-12-312-3/+10
* yacc.c: fix broken union when api.value.type=union and %defines are usedAkim Demaille2014-12-315-23/+70
* doc: fix missing xrefAkim Demaille2014-12-312-4/+7
* gnulib: updateAkim Demaille2014-12-294-9/+48
* location: remove some ugly debugging code tracesAkim Demaille2014-02-031-2/+1
* build: use abort to pacify compiler errorsAkim Demaille2014-02-032-3/+3
* package: bump to 2014Akim Demaille2014-02-03197-206/+207
* doc: specify documentation encodingPaul Eggert2014-01-031-0/+2
* package: install the examplesAkim Demaille2013-12-097-20/+69
* package: install README and the like in docdirAkim Demaille2013-12-091-2/+4
* diagnostics: fix the order of multiple declarations reportsAkim Demaille2013-12-093-31/+135
* symbol: provide an easy means to compare them in source orderAkim Demaille2013-12-091-11/+23
* maint: post-release administriviaAkim Demaille2013-12-052-1/+4
* version 3.0.2v3.0.2Akim Demaille2013-12-051-1/+1
* gnulib: updateAkim Demaille2013-12-053-0/+5
* output: do not generate source files when late errors are caughtAkim Demaille2013-12-045-2/+29