summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* c++: support wide strings for file namesAkim Demaille2012-12-051-3/+6
* m4: use a safer pattern to enable/disable outputAkim Demaille2012-12-038-48/+64
* yacc.c, glr.c: check and fix the display of locationsAkim Demaille2012-11-301-8/+34
* formatting changesAkim Demaille2012-11-301-25/+25
* glr.c: remove stray macroAkim Demaille2012-11-301-7/+0
* yacc.c: support "%define api.pure full"Theophile Ranquet2012-11-291-13/+25
* Merge remote-tracking branch 'origin/branch-2.6' into maintAkim Demaille2012-11-261-5/+6
|\
| * yacc.c: always initialize yyllocTheophile Ranquet2012-11-231-5/+6
* | xml: match DOT output and xml2dot.xsl processingTheophile Ranquet2012-11-122-8/+179
* | xml: factor xslt space templateTheophile Ranquet2012-11-122-12/+12
* | Merge branch 'branch-2.6' into maintAkim Demaille2012-11-066-93/+89
|\ \ | |/
| * lalr1.cc: always initialize yylval.Akim Demaille2012-11-061-1/+2
| * yacc.c: also disable -Wuninitialized.Akim Demaille2012-11-061-0/+1
| * glr.cc, yacc.c: initialize yylloc properlyAkim Demaille2012-11-064-22/+26
| * yacc.c, glr.c: a better YY_LOCATION_PRINTAkim Demaille2012-11-063-42/+35
| * yacc.c: simplify initializationAkim Demaille2012-11-061-11/+3
| * c++: fix position operator signaturesAkim Demaille2012-11-051-2/+2
| * comment changesAkim Demaille2012-11-011-3/+2
| * yacc.c: initialize yylval and yylloc.Akim Demaille2012-10-283-28/+33
| * yacc.c: don't use _Pragma GCC diagnostic with 4.6Akim Demaille2012-10-261-1/+1
* | Merge branch 'branch-2.6' into maintAkim Demaille2012-10-262-9/+4
|\ \ | |/
| * yacc.c: do not define location support when not using locationsAkim Demaille2012-10-261-8/+3
| * fix commentAkim Demaille2012-10-251-1/+1
| * warnings: avoid warnings from clangAkim Demaille2012-10-222-2/+3
| * yacc.c: initialize yylval in pure-parser modePaul Eggert2012-10-221-1/+28
| * skeletons: style changesAkim Demaille2012-10-222-21/+21
| * lalr1.cc: fix test suite portabilityAkim Demaille2012-10-221-2/+0
| * maint: fix an erroneous includeTheophile Ranquet2012-10-221-1/+1
| * headers: move CPP guards into YY_*_INCLUDED to avoid collisionsAkim Demaille2012-10-221-1/+1
* | xml: slight improvement of the DOT outputAkim Demaille2012-10-191-1/+5
* | java: fixesAkim Demaille2012-10-161-9/+9
* | java: use api.location.type and api.position.typeAkim Demaille2012-10-121-2/+2
* | c++: api.location.typeAkim Demaille2012-10-094-9/+9
* | warnings: avoid warnings from clangAkim Demaille2012-10-082-2/+3
* | yacc.c: initialize yylval in pure-parser modePaul Eggert2012-10-081-1/+28
* | skeletons: style changesAkim Demaille2012-10-082-21/+21
* | lalr1.cc: check (and fix) %printer exception safetyAkim Demaille2012-10-061-5/+9
* | lalr1.cc: check (and fix) %initial-action exception safetyAkim Demaille2012-10-061-2/+2
* | lalr1.cc: fix exception safetyAkim Demaille2012-10-061-7/+38
* | lalr1.cc: indentation fixes.Akim Demaille2012-10-061-20/+19
* | lalr1.cc: don't leave macros define to nothingAkim Demaille2012-10-061-3/+3
* | lalr1.cc: fix test suite portabilityAkim Demaille2012-10-041-2/+0
* | maint: fix an erroneous includeTheophile Ranquet2012-10-031-1/+1
* | headers: move CPP guards into YY_*_INCLUDED to avoid collisionsAkim Demaille2012-10-011-1/+1
|/
* yacc: fix handling of CPP guards when no header is generatedAkim Demaille2012-09-252-5/+9
* yacc.c: style changesAkim Demaille2012-08-311-2/+1
* yacc: remove trailing end of line at end of fileAkim Demaille2012-08-024-9/+5
* synclines: remove spurious empty lineAkim Demaille2012-07-271-2/+2
* also support $<foo>$ in the %initial-actionAkim Demaille2012-07-278-51/+65
* skeletons: b4_dollar_pushdef and popdef to simpify complex definitionsAkim Demaille2012-07-271-5/+17