Convert the quick setup chapter to AsciiDoc and start converting its
[metze/wireshark/wip.git] / tools / lemon /
2014-01-19 jmayerFix two coverity messages:
2014-01-13 guySquelch some warnings.
2013-11-28 rbalintFix potential signed int overflow in Lemon
2013-10-27 morrissMore SVN properties cleanup.
2013-10-18 eapacheFix lemon FSF address and add license exception for...
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-07-03 cmaynardFix Coverity CID 660 (Negative array index read) by...
2013-07-03 cmaynardFix Coverity CID 280323 (Free of array-typed value...
2013-06-25 cmaynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-06-10 geraldtools/lemon/lemon.c: Fix an integer shortening issue...
2013-05-20 geraldMake the minimum supported GLib version 2.16.
2013-03-26 etxrabAlign a bit more with upstream.
2013-03-04 etxrabAlign lempar somewhat with upstream.
2013-03-02 etxrabRearrang the code to align with sqlite lemon and copy...
2013-03-02 etxrabWite space changes.
2013-03-02 etxrablemon.c:3176:8: error: attempt to free a non-heap objec...
2013-03-02 etxrabBecport more code.
2013-03-02 etxrabMissed one place.
2013-03-02 etxrablemon.c:78:14: note: expected ‘int (*)(const void ...
2013-03-02 etxrabMore backports from sqlite lemon to try to address...
2013-03-02 etxrablemon.c:4628:5: error: conflicting types for ‘Configcmp’
2013-03-02 etxrabMore backports from sqlite lemon to try to address...
2013-03-01 etxrabBackports from sqlite lemon.
2013-03-01 morrissFix a cut-n-pasteo and add a const cast to quiet a...
2013-03-01 etxrabBackport const casts from sqlite lemon.
2013-03-01 etxrabtry to remove C++ incompatibilities from lemon
2013-02-10 guyClean up some warnings (including warnings that ultimat...
2012-09-29 guyFrom Bill Parker:
2012-09-21 morrissFollowup to r45034: Don't define _U_ on the compile...
2012-09-21 morrissRevert r45018 and r45019: put config.h back in lemon...
2012-09-20 eapacheFix lemon build with cmake by defining _U_. I feel...
2012-09-20 morrisslemon is not compiled with HAVE_CONFIG_h so don't test...
2012-07-13 cmaynardFix Coverity CID 709600: Resource leak.
2012-07-09 etxrabFrom Martin Kaiser:
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-02-02 jmayerInclude config.h in preparation of moving the definition
2012-01-29 etxrabAdd *.sbr files to the clean target.
2011-05-19 jmayerFix an old style function declaration warning.
2011-04-01 cmaynardDon't use pParser->yyidx as an index into pParser-...
2011-03-31 sahlbergMemory leak in lemon.c
2011-03-22 stigAllocate space for null termination in make_basename.
2011-03-22 sahlbergCoverity 323
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2011-02-01 wmeierWIN32 ==> _WIN32
2010-05-26 guyMore <stdarg.h> cleanup; some are real bugs, some are...
2010-05-14 morrissAdd Cmake stuff to the source distribution so more...
2009-11-09 stigRemoved an unused assignment.
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-29 stigFrom Eric Sesterhenn via bug 4175:
2009-10-20 stigRemoved some redundant prototypes and some shadowed...
2009-10-10 krjAdd tools/lemon/CMakeLists.txt which creates the lemon...
2009-06-08 stigMove declaration of yymx.
2009-06-08 stigRemove resetting useCnt in errsym, as it seems to disab...
2008-08-12 geraldFix a bunch of Win64 compilation errors by cowardly...
2008-07-29 etxrabUpdate to sqlite lemon.c 1.60 and lempar.c 1.36
2008-06-04 guySuppress some unused-argument warnings.
2008-04-25 wmeierBug 2493: Fix (Part 1):
2008-04-08 etxrabUpdate Lemon to v1.54 and lempar to v 1.31 from sqlite...
2008-04-07 sfisher- Remove GLIB1 code
2008-03-23 jakeRunning glib 2.16 on 32 bit platform requires this...
2007-11-27 etxrabUpdate to sqlite lemon 1.51
2007-07-31 guyIf YY_SKIP_YYWRAP is defined, don't bother defining...
2007-04-06 grahambRemove build detritus
2007-03-26 sfisherFix a bunch more warnings. Add -Werror when using...
2007-03-25 ulflset "treat warnings as errors" CFLAGS, no warning were...
2007-03-23 ulflfix warnings of (generated) grammar.c
2007-03-23 legosquelch signedness warnings generated by generated...
2007-03-22 ulfladd type casts to fix two warnings
2007-03-22 legosquelch a warning generated by generated code
2007-03-18 wmeierFix Windows Makefiles so clean removes all pdb files...
2007-02-20 jmayerNikns Siankin: Fix for bugs.wireshark.org/bugzilla...
2007-02-07 legodo not use an uninitialized rp->line to generate destru...
2007-01-16 legoIt looks that their fix to my fix broke things out...
2007-01-16 legoupdate to lemon.c 1.43
2007-01-15 legoFix a major leakage of token minors in lemon generated...
2006-11-19 etxrabUpdate to the latest versions from sqlite.
2006-11-14 jmayernikai@nikai.net:
2006-11-04 guyxxx_PROGRAMS variables have the name of the program...
2006-11-03 tuexenFixes ./autogen.sh on Mac OS X...
2006-10-31 jmayerRobert Schwebel:
2006-08-01 etxrabUpdate lempar to sqlittes version 1.18
2006-06-06 geraldEthereal -> Wireshark
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 sahlbergname change
2006-03-23 etxrabDoc update from Sqlite
2006-03-21 guyUse "opt_func_string_t" so that we get some more type...
2006-03-21 guyMake it a bit more like the SQLite lemon.c 1.36.
2006-03-21 etxrabMimmicing lemon.c 1.36 exactly for Symbolcmpp does...
2006-03-21 etxrabUpadates to squlite:s lemon 1.36
2006-03-20 etxrabTry again, this should take us to lemon version 1.16...
2006-03-20 etxrabBack out the previous changes (:
2006-03-20 etxrabInsert the code from sqlite sqlite.org/cvstrac/rlog...
2006-03-19 etxrabSqlite lemon 1.8 ( 1.7 Make lemon 64-bit clean skipped) :
2006-03-19 etxrabAlign lemon/lempar.c with Squlite ver 1.2 sqlite.org...
2006-03-16 etxrabCopy a bugfix from sqlite.org/cvstrac/tktview?tn=313
2006-03-09 legoActually fix that leak!
2006-03-08 legoAn unimportant and harmless one per run leak in a tool...
2006-03-07 etxrabUndo the prevous unfortunate "rearrangement of code".
2006-03-07 etxrabFix a bug reported by covierty and solved by sqlite...
2005-08-04 jmayerAlbert Chin:
next