aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
AgeCommit message (Expand)AuthorFilesLines
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin1-722/+578
2015-01-11Lemon: Update lemon toolsAlexis La Goutte1-578/+722
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-3/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-5/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-19Fix two coverity messages:Jörg Mayer1-5/+3
2014-01-13Squelch some warnings.Guy Harris1-2/+2
2013-11-28Fix potential signed int overflow in LemonBalint Reczey1-2/+2
2013-10-27More SVN properties cleanup.Jeff Morriss1-1/+1
2013-10-18Fix lemon FSF address and add license exception for the generated mate grammarEvan Huus2-8/+6
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-07-03Fix Coverity CID 660 (Negative array index read) by holding off the assignmen...Chris Maynard1-18/+34
2013-07-03Fix Coverity CID 280323 (Free of array-typed value) by ensuring that tpltname...Chris Maynard1-6/+6
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-06-10tools/lemon/lemon.c: Fix an integer shortening issue. (CMake enablesGerald Combs1-1/+1
2013-05-20Make the minimum supported GLib version 2.16.Gerald Combs1-6/+0
2013-03-26Align a bit more with upstream.Anders Broman2-13/+17
2013-03-04Align lempar somewhat with upstream.Anders Broman1-24/+34
2013-03-02Rearrang the code to align with sqlite lemon and copy over a few more things.Anders Broman1-174/+179
2013-03-02Wite space changes.Anders Broman1-50/+50
2013-03-02lemon.c:3176:8: error: attempt to free a non-heap object ‘buf’Anders Broman1-1/+0
2013-03-02Becport more code.Anders Broman1-10/+9
2013-03-02Missed one place.Anders Broman1-1/+2
2013-03-02lemon.c:78:14: note: expected ‘int (*)(const void *, const void *)’ but a...Anders Broman1-1/+1
2013-03-02More backports from sqlite lemon to try to address warnings.Anders Broman1-14/+20
2013-03-02lemon.c:4628:5: error: conflicting types for ‘Configcmp’Anders Broman1-1/+1
2013-03-02More backports from sqlite lemon to try to address warnings.Anders Broman1-15/+15
2013-03-01Backports from sqlite lemon.Anders Broman1-8/+11
2013-03-01Fix a cut-n-pasteo and add a const cast to quiet a warning.Jeff Morriss1-2/+2
2013-03-01Backport const casts from sqlite lemon.Anders Broman1-26/+30
2013-03-01try to remove C++ incompatibilities from lemonAnders Broman1-89/+95
2013-02-10Clean up some warnings (including warnings that ultimately come fromGuy Harris1-60/+56
2012-09-29From Bill Parker:Guy Harris1-13/+25
2012-09-21Followup to r45034: Don't define _U_ on the compile line, pull it in fromJeff Morriss3-8/+7
2012-09-21Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back offJeff Morriss2-6/+3
2012-09-20Fix lemon build with cmake by defining _U_. I feel like there's a betterEvan Huus1-0/+6
2012-09-20lemon is not compiled with HAVE_CONFIG_h so don't test for it nor try to incl...Jeff Morriss1-7/+4
2012-07-13Fix Coverity CID 709600: Resource leak.Chris Maynard1-0/+1
2012-07-09From Martin Kaiser:Anders Broman1-3/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki2-2/+2
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