summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* diagnostics: %pure-parser is obsoleteAkim Demaille2019-05-192-3/+23
* diagnostics: clean up convention for colored diagnosticsAkim Demaille2019-05-191-5/+4
* style: remove incorrect commentAkim Demaille2019-05-111-1/+1
* diagnostics: rename --style=debug as --color=debugAkim Demaille2019-05-083-9/+12
* diagnostics: support --color=htmlAkim Demaille2019-05-081-2/+19
* fixits: sort them before applying themAkim Demaille2019-05-081-1/+6
* style: use warning_is_enabled instead of duplicating itAkim Demaille2019-05-041-1/+1
* fixits: be sure to preserve the action when adding %emptyAkim Demaille2019-05-031-3/+4
* style: use consistently *_loc for locationsAkim Demaille2019-05-0315-65/+65
* style: clarify the use of symbol_lists' locationsAkim Demaille2019-05-034-19/+22
* package: various fixes for syntax-checkAkim Demaille2019-04-282-2/+2
* regenAkim Demaille2019-04-272-21/+41
* traces: use colors for the semantic valuesAkim Demaille2019-04-271-2/+19
* diagnostics: give m4 precise locationsAkim Demaille2019-04-273-20/+33
* diagnostics: fix locations coming from M4Akim Demaille2019-04-272-4/+6
* diagnostics: show locations in full when debuggingAkim Demaille2019-04-273-24/+44
* diagnostics: use flush, not fflushAkim Demaille2019-04-271-2/+2
* updates: insert/remove %emptyAkim Demaille2019-04-241-4/+13
* regenAkim Demaille2019-04-242-232/+235
* diagnostics: better rule locationsAkim Demaille2019-04-242-3/+6
* fixits: track byte-columns, not character-columnsAkim Demaille2019-04-241-6/+17
* diagnostics: expose a means to know whether a warning is enabledAkim Demaille2019-04-242-3/+11
* gnulib: let it use its own PO domainAkim Demaille2019-04-231-3/+4
* diagnostics: don't try to quote special filesAkim Demaille2019-04-231-11/+43
* diagnostics: copy GCC9's formatAkim Demaille2019-04-231-2/+2
* diagnostics: fix the handling of multibyte charactersAkim Demaille2019-04-231-3/+13
* diagnostics: fix styling issuesAkim Demaille2019-04-236-25/+43
* diagnostics: check the stylingAkim Demaille2019-04-233-6/+23
* doc: sort the warning categoriesAkim Demaille2019-04-191-2/+2
* graphviz: move constant computation out of a loopAkim Demaille2019-04-191-5/+3
* diagnostics: fix memory leak in libtextstyleAkim Demaille2019-04-183-2/+11
* traces: make closure() less verboseAkim Demaille2019-04-143-2/+5
* style: scope reduction in lalr.cAkim Demaille2019-04-121-2/+2
* style: comment changesAkim Demaille2019-04-123-11/+17
* traces: improve logsAkim Demaille2019-04-122-6/+9
* regenAkim Demaille2019-04-032-314/+7
* no-lines: avoid leaving an empty line instead of the synclineAkim Demaille2019-04-032-3/+3
* java: use full locations for diagnostics about destructorsAkim Demaille2019-04-033-5/+9
* lalr: offer more flexibility in debugging routinesAkim Demaille2019-04-032-11/+19
* lalr: don't overbook memoryAkim Demaille2019-03-311-5/+5
* lalr: show lookback for debugAkim Demaille2019-03-301-1/+73
* diagnostics: don't crash when declaring the error token as an ntermAkim Demaille2019-03-301-3/+6
* lalr: fix segmentation violationAkim Demaille2019-03-301-2/+14
* state: more debug tracesAkim Demaille2019-03-301-0/+13
* style: rename variables for consistencyAkim Demaille2019-03-302-21/+24
* gram: fix and improve log messageAkim Demaille2019-03-301-8/+6
* style: remove now useless _GL_UNUSEDAkim Demaille2019-03-251-1/+1
* tables: use bitsets for a performance boostTheophile Ranquet2019-03-241-15/+24
* reader: clarify variable namesAkim Demaille2019-03-244-16/+19
* diagnostics: style changesAkim Demaille2019-03-241-10/+11