aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
AgeCommit message (Expand)AuthorFilesLines
2008-08-12Fix a bunch of Win64 compilation errors by cowardly casting size_ts to ints.gerald1-16/+16
2008-07-29Update to sqlite lemon.c 1.60 and lempar.c 1.36etxrab2-71/+156
2008-06-04Suppress some unused-argument warnings.guy1-1/+1
2008-04-25Bug 2493: Fix (Part 1): wmeier1-1/+1
2008-04-08Update Lemon to v1.54 and lempar to v 1.31 from sqlite http://www.sqlite.org/...etxrab2-112/+186
2008-04-07- Remove GLIB1 codesfisher1-1/+1
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in additio...jake1-0/+6
2007-11-27Update to sqlite lemon 1.51etxrab1-46/+62
2007-07-31If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - withguy1-5/+6
2007-04-06Remove build detritusgrahamb1-1/+1
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-0/+4
2007-03-25set "treat warnings as errors" CFLAGS, no warning were in this dir :-)ulfl1-1/+1
2007-03-23fix warnings of (generated) grammar.culfl1-4/+4
2007-03-23squelch signedness warnings generated by generated code due to mayors being d...lego1-2/+24
2007-03-22add type casts to fix two warningsulfl1-2/+2
2007-03-22squelch a warning generated by generated codelego1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...wmeier1-1/+1
2007-02-20Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387jmayer1-1/+1
2007-02-07do not use an uninitialized rp->line to generate destructor code for rules wi...lego1-1/+4
2007-01-16It looks that their fix to my fix broke things out...lego1-1/+3
2007-01-16update to lemon.c 1.43lego1-6/+6
2007-01-15Fix a major leakage of token minors in lemon generated parsers due to the fac...lego1-1/+3
2006-11-19Update to the latest versions from sqlite.etxrab2-27/+73
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-11-04xxx_PROGRAMS variables have the name of the program without $(EXEEXT).guy1-3/+2
2006-11-03Fixes ./autogen.sh on Mac OS X...tuexen1-2/+2
2006-10-31Robert Schwebel:jmayer1-2/+2
2006-08-01Update lempar to sqlittes version 1.18etxrab1-36/+41
2006-06-06Ethereal -> Wiresharkgerald1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-3/+3
2006-05-21name changesahlberg1-1/+1
2006-03-23Doc update from Sqliteetxrab1-3/+36
2006-03-21Use "opt_func_string_t" so that we get some more type checking done.guy1-14/+11
2006-03-21Make it a bit more like the SQLite lemon.c 1.36.guy1-45/+40
2006-03-21Mimmicing lemon.c 1.36 exactly for Symbolcmpp does not make MSVC completly ha...etxrab1-3/+5
2006-03-21Upadates to squlite:s lemon 1.36etxrab2-412/+1285
2006-03-20Try again, this should take us to lemon version 1.16 http://www.sqlite.org/cv...etxrab2-117/+40
2006-03-20Back out the previous changes (:etxrab2-55/+45
2006-03-20Insert the code from sqlite http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/...etxrab2-45/+55
2006-03-19Sqlite lemon 1.8 ( 1.7 Make lemon 64-bit clean skipped) :etxrab2-25/+48
2006-03-19Align lemon/lempar.c with Squlite ver 1.2 http://www.sqlite.org/cvstrac/rlog?...etxrab2-9/+57
2006-03-16Copy a bugfix from http://www.sqlite.org/cvstrac/tktview?tn=313etxrab1-2/+1
2006-03-09Actually fix that leak!lego1-4/+9
2006-03-08An unimportant and harmless one per run leak in a tool used for building... C...lego1-1/+2
2006-03-07Undo the prevous unfortunate "rearrangement of code".etxrab1-80/+81
2006-03-07Fix a bug reported by covierty and solved by http://www.sqlite.org/cvstrac/rl...etxrab1-81/+81
2005-08-04Albert Chin:jmayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsjmayer1-6/+6
2005-07-26rom Maynard, Chris :etxrab1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-1/+1