aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon/lempar.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+1
2013-10-18Fix lemon FSF address and add license exception for the generated mate grammarEvan Huus1-4/+3
2013-07-03Fix Coverity CID 660 (Negative array index read) by holding off the assignmen...Chris Maynard1-18/+34
2013-05-20Make the minimum supported GLib version 2.16.Gerald Combs1-6/+0
2013-03-26Align a bit more with upstream.Anders Broman1-12/+16
2013-03-04Align lempar somewhat with upstream.Anders Broman1-24/+34
2011-04-01Don't use pParser->yyidx as an index into pParser->yystack[] until after it isChris Maynard1-2/+3
2009-06-08Move declaration of yymx.Stig Bjørlykke1-1/+1
2008-07-29Update to sqlite lemon.c 1.60 and lempar.c 1.36Anders Broman1-14/+55
2008-06-04Suppress some unused-argument warnings.Guy Harris1-1/+1
2008-04-08Update Lemon to v1.54 and lempar to v 1.31 from sqlite http://www.sqlite.org/...Anders Broman1-65/+101
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-03-23fix warnings of (generated) grammar.cUlf Lamping1-4/+4
2007-03-22squelch a warning generated by generated codeLuis Ontanon1-1/+1
2006-11-19Update to the latest versions from sqlite.Anders Broman1-12/+29
2006-08-01Update lempar to sqlittes version 1.18Anders Broman1-36/+41
2006-03-21Upadates to squlite:s lemon 1.36Anders Broman1-130/+257
2006-03-20Try again, this should take us to lemon version 1.16 http://www.sqlite.org/cv...Anders Broman1-17/+0
2006-03-20Back out the previous changes (:Anders Broman1-13/+11
2006-03-20Insert the code from sqlite http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/...Anders Broman1-11/+13
2006-03-19Sqlite lemon 1.8 ( 1.7 Make lemon 64-bit clean skipped) :Anders Broman1-0/+4
2006-03-19Align lemon/lempar.c with Squlite ver 1.2 http://www.sqlite.org/cvstrac/rlog?...Anders Broman1-0/+13
2005-08-04Albert Chin:Jörg Mayer1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2004-07-25Fix up the declaration of yy_accept().Gerald Combs1-1/+4
2004-07-23Trivial warning fixes:Jörg Mayer1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-15/+15
2002-05-04From Joerg Mayer: mark possibly-unused arguments as unused.Guy Harris1-4/+4
2001-02-15More prototype fun - make the Lemon parser allocate and free routinesGuy Harris1-5/+5
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+598