summaryrefslogtreecommitdiff
path: root/tools/lemon
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-08An unimportant and harmless one per run leak in a tool used for building... C...Luis Ontanon1-1/+2
2006-03-07Undo the prevous unfortunate "rearrangement of code".Anders Broman1-80/+81
2006-03-07Fix a bug reported by covierty and solved by http://www.sqlite.org/cvstrac/rl...Anders Broman1-81/+81
2005-08-04Albert Chin:Jörg Mayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-6/+6
2005-07-26rom Maynard, Chris :Anders Broman1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-07-22Fix some warnings (and one of my previous 'fixes')Jörg Mayer1-2/+2
2005-07-22More 'char*' -> 'const char*' warning fixesJörg Mayer1-27/+27
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-06-14From Steve Grubb:Gerald Combs1-2/+2
2005-03-16Add a comment about where lemon is maintained now.Anders Broman1-0/+4
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2004-07-25Fix up the declaration of yy_accept().Gerald Combs1-1/+4
2004-07-23Trivial warning fixes:Jörg Mayer1-1/+1
2004-07-18 .cvsignore is deadJörg Mayer1-12/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris7-7/+7
2004-04-25Add support for flex 2.5.31.Gilbert Ramirez1-1/+17
2004-01-25Fix a warning by using a function typedefJörg Mayer1-5/+9
2004-01-18Fix some of the warnings when compiling with -Wstrict-prototypesJörg Mayer1-4/+2
2003-12-21removed some MSVC warnings (added type casts)Ulf Lamping1-3/+6
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer2-33/+33