summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* spelling: transitionsJosh Soref2018-10-051-2/+2
* spelling: resourcesJosh Soref2018-10-051-1/+1
* spelling: persistentJosh Soref2018-10-051-1/+1
* spelling: occurrenceJosh Soref2018-10-051-1/+1
* spelling: incorrectlyJosh Soref2018-10-051-1/+1
* spelling: gratuitouslyJosh Soref2018-10-051-1/+1
* spelling: grammarJosh Soref2018-10-051-1/+1
* spelling: familyJosh Soref2018-10-051-1/+1
* spelling: extensionsJosh Soref2018-10-051-1/+1
* spelling: appropriateJosh Soref2018-10-051-1/+1
* main: fix error message for missing argumentAkim Demaille2018-10-041-1/+1
* gnulib: move timevar to itAkim Demaille2018-09-303-42/+42
* getargs: use LC_MESSAGES trick only on glibcPaul Eggert2018-09-281-0/+3
* uniqstr: avoid need for VLAsPaul Eggert2018-09-282-45/+30
* style: reduce scopes in muscle-tab.cAkim Demaille2018-09-241-73/+57
* c++: fix warning message for automoveAkim Demaille2018-09-241-2/+2
* style: minor refactoringAkim Demaille2018-09-241-50/+25
* timevar: get rid of a useless macroAkim Demaille2018-09-221-1/+1
* timevar: rename init_timevar as timevar_initAkim Demaille2018-09-221-1/+1
* c++: issue a warning with a value is moved several timesAkim Demaille2018-09-221-9/+12
* style: reduce scopes in gram.cAkim Demaille2018-09-201-39/+23
* style: reduce scopes in reduce.cAkim Demaille2018-09-201-57/+30
* style: use midrule only, not mid-ruleAkim Demaille2018-09-193-8/+8
* style: reduce scopes in complain.cAkim Demaille2018-09-151-11/+6
* style: reduce scopes in tables.cAkim Demaille2018-09-152-132/+100
* style: reduce scopes in graphviz.cAkim Demaille2018-09-151-36/+31
* style: reduce scopes in LR0.cAkim Demaille2018-09-151-26/+14
* style: reduce scopes in print_graph.cAkim Demaille2018-09-151-10/+6
* build: work around warnings in Flex 2.5.35Akim Demaille2018-09-081-14/+26
* build: work around GCC warnings on Flex codeAkim Demaille2018-09-061-2/+2
* build: fix concurrent build failureAkim Demaille2018-08-181-0/+1
* escape properly the file names in #line for printer/destructorAkim Demaille2018-08-181-1/+1
* style: reduce scopesAkim Demaille2018-08-181-53/+35
* style: reduce scopesAkim Demaille2018-08-181-31/+22
* regenAkim Demaille2018-08-182-225/+221
* style: reduce scopesAkim Demaille2018-08-181-8/+4
* reader: simplify the search of the start symbolAkim Demaille2018-08-171-11/+5
* build: work around GCC warnings on Flex codeAkim Demaille2018-08-151-0/+14
* fix incorrect C codeAkim Demaille2018-08-151-5/+5
* regenAkim Demaille2018-08-142-9/+9
* style: src: remove useless reference to 'int' in integral typesAkim Demaille2018-08-1416-40/+40
* style: reduce scopesAkim Demaille2018-08-112-70/+49
* rule actions cannot be typedAkim Demaille2018-08-111-0/+5
* warn about typed mid-rule actions in Yacc modeAkim Demaille2018-08-111-0/+3
* regenAkim Demaille2018-08-111-45/+45
* add support for typed mid-rule actionsAkim Demaille2018-08-115-12/+26
* warnings: address -Wnull-dereference in reader.cAkim Demaille2018-08-051-13/+22
* style: ielr: reduce scopesAkim Demaille2018-08-051-99/+63
* style: move to C99 to reduce scopesAkim Demaille2018-07-262-74/+39
* style: split a function in twoAkim Demaille2018-07-265-12/+24