- simple Information Objects support
[obnox/wireshark/wip.git] / tools / lemon /
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:
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-07-26 etxrabrom Maynard, Chris :
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-22 jmayerFix some warnings (and one of my previous 'fixes')
2005-07-22 jmayerMore 'char*' -> 'const char*' warning fixes
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-06-14 geraldFrom Steve Grubb:
2005-03-16 etxrabAdd a comment about where lemon is maintained now.
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2004-07-25 geraldFix up the declaration of yy_accept().
2004-07-23 jmayerTrivial warning fixes:
2004-07-18 jmayer .cvsignore is dead
2004-07-18 jmayerAdd epan/dissectors/.cvsignore
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-25 gramAdd support for flex 2.5.31.
2004-01-25 jmayerFix a warning by using a function typedef
2004-01-18 jmayerFix some of the warnings when compiling with -Wstrict...
2003-12-21 ulflremoved some MSVC warnings (added type casts)
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-05-04 guyFrom Joerg Mayer: mark possibly-unused arguments as...
2002-05-04 guyFrom Joerg Mayer: get rid of an unused argument, and...
2002-02-27 guyFrom Joerg Mayer:
2002-01-30 guyFix up some type/size problems that showed up when...
2002-01-04 guyFrom Hamish Moffatt:
2001-12-12 guyFrom Motonori Shindo:
2001-11-09 guyRemove "text2pcap-scanner.obj" and "tools\lemon\lemon...
2001-10-04 guyFrom Motonori Shindo: have CVS ignore some files genera...
2001-07-22 guyDo __attribute__ stuff if the GCC version number is...
2001-06-26 guyIf length arguments to "%*s" aren't of type "int",...
2001-04-23 guySigned vs. unsigned fixes from Joerg Mayer.
2001-04-18 gramnmake was compiling lemon.c twice; now let it use its...
2001-04-18 gramRevert. MSVC is wrong. Thanks to Guy for pointing that...
2001-04-18 gramMakefile.nmake pulls in settings from config.nmake
2001-03-09 guyFixes to Lemon to get it to compile on platforms (such...
2001-02-27 gramMove the location of cppmagic.h, since the lemon-flex...
2001-02-15 guyDon't cast the function argument to "qsort()" to the...
2001-02-15 guyMore prototype fun - make the Lemon parser allocate...
2001-02-15 guyMore paranoia - when compiling with GCC 2.x, do checks...
2001-02-15 guyChange "lemon" *NOT* to cast pointers to "int", as...
2001-02-04 guyAdd a "-f" flag to the "rm", so that "make clean" won...
2001-02-02 gramAdd Makefile.nmake files for new subdirs.
2001-02-01 guyRename the "optarg()" and "opterr()" functions to ...
2001-02-01 gramCreate a more modular type system for the FT_* types...