Add my pre-commit git script (with checkAPI/hf/encoding args...) Need to copy in...
[metze/wireshark/wip.git] / tools / lemon / lemon.c
2013-07-03 Chris MaynardFix Coverity CID 280323 (Free of array-typed value...
2013-06-10 Gerald Combstools/lemon/lemon.c: Fix an integer shortening issue...
2013-03-26 Anders BromanAlign a bit more with upstream.
2013-03-02 Anders BromanRearrang the code to align with sqlite lemon and copy...
2013-03-02 Anders BromanWite space changes.
2013-03-02 Anders Bromanlemon.c:3176:8: error: attempt to free a non-heap objec...
2013-03-02 Anders BromanBecport more code.
2013-03-02 Anders BromanMissed one place.
2013-03-02 Anders Bromanlemon.c:78:14: note: expected ‘int (*)(const void ...
2013-03-02 Anders BromanMore backports from sqlite lemon to try to address...
2013-03-02 Anders Bromanlemon.c:4628:5: error: conflicting types for ‘Configcmp’
2013-03-02 Anders BromanMore backports from sqlite lemon to try to address...
2013-03-01 Anders BromanBackports from sqlite lemon.
2013-03-01 Jeff MorrissFix a cut-n-pasteo and add a const cast to quiet a...
2013-03-01 Anders BromanBackport const casts from sqlite lemon.
2013-03-01 Anders Bromantry to remove C++ incompatibilities from lemon
2013-02-10 Guy HarrisClean up some warnings (including warnings that ultimat...
2012-09-29 Guy HarrisFrom Bill Parker:
2012-09-21 Jeff MorrissFollowup to r45034: Don't define _U_ on the compile...
2012-09-21 Jeff MorrissRevert r45018 and r45019: put config.h back in lemon...
2012-09-20 Jeff Morrisslemon is not compiled with HAVE_CONFIG_h so don't test...
2012-07-13 Chris MaynardFix Coverity CID 709600: Resource leak.
2012-07-09 Anders BromanFrom Martin Kaiser:
2012-02-02 Jörg MayerInclude config.h in preparation of moving the definition
2011-05-19 Jörg MayerFix an old style function declaration warning.
2011-03-31 Ronnie SahlbergMemory leak in lemon.c
2011-03-22 Stig BjørlykkeAllocate space for null termination in make_basename.
2011-03-22 Ronnie SahlbergCoverity 323
2011-02-01 Bill MeierWIN32 ==> _WIN32
2010-05-26 Guy HarrisMore <stdarg.h> cleanup; some are real bugs, some are...
2009-11-09 Stig BjørlykkeRemoved an unused assignment.
2009-10-29 Stig BjørlykkeFrom Eric Sesterhenn via bug 4175:
2009-10-20 Stig BjørlykkeRemoved some redundant prototypes and some shadowed...
2009-06-08 Stig BjørlykkeRemove resetting useCnt in errsym, as it seems to disab...
2008-08-12 Gerald CombsFix a bunch of Win64 compilation errors by cowardly...
2008-07-29 Anders BromanUpdate to sqlite lemon.c 1.60 and lempar.c 1.36
2008-04-08 Anders BromanUpdate Lemon to v1.54 and lempar to v 1.31 from sqlite...
2007-11-27 Anders BromanUpdate to sqlite lemon 1.51
2007-03-23 Luis Ontanonsquelch signedness warnings generated by generated...
2007-03-22 Ulf Lampingadd type casts to fix two warnings
2007-02-07 Luis Ontanondo not use an uninitialized rp->line to generate destru...
2007-01-16 Luis OntanonIt looks that their fix to my fix broke things out...
2007-01-16 Luis Ontanonupdate to lemon.c 1.43
2007-01-15 Luis OntanonFix a major leakage of token minors in lemon generated...
2006-11-19 Anders BromanUpdate to the latest versions from sqlite.
2006-11-14 Jörg Mayernikai@nikai.net:
2006-03-21 Guy HarrisUse "opt_func_string_t" so that we get some more type...
2006-03-21 Guy HarrisMake it a bit more like the SQLite lemon.c 1.36.
2006-03-21 Anders BromanMimmicing lemon.c 1.36 exactly for Symbolcmpp does...
2006-03-21 Anders BromanUpadates to squlite:s lemon 1.36
2006-03-20 Anders BromanTry again, this should take us to lemon version 1.16...
2006-03-20 Anders BromanBack out the previous changes (:
2006-03-20 Anders BromanInsert the code from sqlite sqlite.org/cvstrac/rlog...
2006-03-19 Anders BromanSqlite lemon 1.8 ( 1.7 Make lemon 64-bit clean skipped) :
2006-03-19 Anders BromanAlign lemon/lempar.c with Squlite ver 1.2 sqlite.org...
2006-03-16 Anders BromanCopy a bugfix from sqlite.org/cvstrac/tktview?tn=313
2006-03-09 Luis OntanonActually fix that leak!
2006-03-08 Luis OntanonAn unimportant and harmless one per run leak in a tool...
2006-03-07 Anders BromanUndo the prevous unfortunate "rearrangement of code".
2006-03-07 Anders BromanFix a bug reported by covierty and solved by sqlite...
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-07-26 Anders Bromanrom Maynard, Chris :
2005-07-22 Jörg MayerFix some warnings (and one of my previous 'fixes')
2005-07-22 Jörg MayerMore 'char*' -> 'const char*' warning fixes
2005-06-14 Gerald CombsFrom Steve Grubb:
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-25 Jörg MayerFix a warning by using a function typedef
2004-01-18 Jörg MayerFix some of the warnings when compiling with -Wstrict...
2003-12-21 Ulf Lampingremoved some MSVC warnings (added type casts)
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-05-04 Guy HarrisFrom Joerg Mayer: get rid of an unused argument, and...
2002-01-30 Guy HarrisFix up some type/size problems that showed up when...
2001-07-22 Guy HarrisDo __attribute__ stuff if the GCC version number is...
2001-06-26 Guy HarrisIf length arguments to "%*s" aren't of type "int",...
2001-04-23 Guy HarrisSigned vs. unsigned fixes from Joerg Mayer.
2001-04-18 Gilbert RamirezRevert. MSVC is wrong. Thanks to Guy for pointing that...
2001-04-18 Gilbert RamirezMakefile.nmake pulls in settings from config.nmake
2001-03-09 Guy HarrisFixes to Lemon to get it to compile on platforms (such...
2001-02-15 Guy HarrisDon't cast the function argument to "qsort()" to the...
2001-02-15 Guy HarrisMore paranoia - when compiling with GCC 2.x, do checks...
2001-02-15 Guy HarrisChange "lemon" *NOT* to cast pointers to "int", as...
2001-02-01 Guy HarrisRename the "optarg()" and "opterr()" functions to ...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...