aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-21Use "opt_func_string_t" so that we get some more type checking done.Guy Harris1-14/+11
2006-03-21Make it a bit more like the SQLite lemon.c 1.36.Guy Harris1-45/+40
2006-03-21Mimmicing lemon.c 1.36 exactly for Symbolcmpp does not make MSVC completly ha...Anders Broman1-3/+5
2006-03-21Upadates to squlite:s lemon 1.36Anders Broman2-412/+1285
2006-03-20Try again, this should take us to lemon version 1.16 http://www.sqlite.org/cv...Anders Broman2-117/+40
2006-03-20Back out the previous changes (:Anders Broman2-55/+45
2006-03-20Insert the code from sqlite http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/...Anders Broman2-45/+55
2006-03-19Sqlite lemon 1.8 ( 1.7 Make lemon 64-bit clean skipped) :Anders Broman2-25/+48
2006-03-19Align lemon/lempar.c with Squlite ver 1.2 http://www.sqlite.org/cvstrac/rlog?...Anders Broman2-9/+57
2006-03-16Copy a bugfix from http://www.sqlite.org/cvstrac/tktview?tn=313Anders Broman1-2/+1
2006-03-09Actually fix that leak!Luis Ontanon1-4/+9