aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
AgeCommit message (Expand)AuthorFilesLines
2012-02-02Include config.h in preparation of moving the definitionJörg Mayer1-0/+4
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-05-19Fix an old style function declaration warning.Jörg Mayer1-4/+2
2011-04-01Don't use pParser->yyidx as an index into pParser->yystack[] until after it isChris Maynard1-2/+3
2011-03-31Memory leak in lemon.cRonnie Sahlberg1-5/+5
2011-03-22Allocate space for null termination in make_basename.Stig Bjørlykke1-2/+2
2011-03-22Coverity 323Ronnie Sahlberg1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-1/+1
2011-02-01WIN32 ==> _WIN32Bill Meier1-1/+1
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doGuy Harris1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-1/+2
2009-11-09Removed an unused assignment.Stig Bjørlykke1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-0/+12
2009-10-29From Eric Sesterhenn via bug 4175:Stig Bjørlykke1-0/+2
2009-10-20Removed some redundant prototypes and some shadowed variables.Stig Bjørlykke1-8/+3
2009-10-10Add tools/lemon/CMakeLists.txt which creates the lemon parser executableKovarththanan Rajaratnam1-0/+34
2009-06-08Move declaration of yymx.Stig Bjørlykke1-1/+1
2009-06-08Remove resetting useCnt in errsym, as it seems to disable some error checkingStig Bjørlykke1-1/+6
2008-08-12Fix a bunch of Win64 compilation errors by cowardly casting size_ts to ints.Gerald Combs1-16/+16
2008-07-29Update to sqlite lemon.c 1.60 and lempar.c 1.36Anders Broman2-71/+156
2008-06-04Suppress some unused-argument warnings.Guy Harris1-1/+1
2008-04-25Bug 2493: Fix (Part 1): Bill Meier1-1/+1
2008-04-08Update Lemon to v1.54 and lempar to v 1.31 from sqlite http://www.sqlite.org/...Anders Broman2-112/+186
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+1
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in additio...Jaap Keuter1-0/+6
2007-11-27Update to sqlite lemon 1.51Anders Broman1-46/+62
2007-07-31If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - withGuy Harris1-5/+6
2007-04-06Remove build detritusGraham Bloice1-1/+1
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-0/+4
2007-03-25set "treat warnings as errors" CFLAGS, no warning were in this dir :-)Ulf Lamping1-1/+1
2007-03-23fix warnings of (generated) grammar.cUlf Lamping1-4/+4
2007-03-23squelch signedness warnings generated by generated code due to mayors being d...Luis Ontanon1-2/+24
2007-03-22add type casts to fix two warningsUlf Lamping1-2/+2
2007-03-22squelch a warning generated by generated codeLuis Ontanon1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier1-1/+1
2007-02-20Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387Jörg Mayer1-1/+1
2007-02-07do not use an uninitialized rp->line to generate destructor code for rules wi...Luis Ontanon1-1/+4
2007-01-16It looks that their fix to my fix broke things out...Luis Ontanon1-1/+3
2007-01-16update to lemon.c 1.43Luis Ontanon1-6/+6
2007-01-15Fix a major leakage of token minors in lemon generated parsers due to the fac...Luis Ontanon1-1/+3
2006-11-19Update to the latest versions from sqlite.Anders Broman2-27/+73
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-11-04xxx_PROGRAMS variables have the name of the program without $(EXEEXT).Guy Harris1-3/+2
2006-11-03Fixes ./autogen.sh on Mac OS X...Michael Tüxen1-2/+2
2006-10-31Robert Schwebel:Jörg Mayer1-2/+2
2006-08-01Update lempar to sqlittes version 1.18Anders Broman1-36/+41
2006-06-06Ethereal -> WiresharkGerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-21name changeRonnie Sahlberg1-1/+1
2006-03-23Doc update from SqliteAnders Broman1-3/+36