Fix some warnings (and one of my previous 'fixes')
[obnox/wireshark/wip.git] / tools / lemon / lemon.c
2005-07-22 jmayerFix some warnings (and one of my previous 'fixes')
2005-07-22 jmayerMore 'char*' -> 'const char*' warning fixes
2005-06-14 geraldFrom Steve Grubb:
2004-07-18 guySet the svn:eol-style property on all text files to...
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)
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-05-04 guyFrom Joerg Mayer: get rid of an unused argument, and...
2002-01-30 guyFix up some type/size problems that showed up when...
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 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-15 guyDon't cast the function argument to "qsort()" to the...
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-01 guyRename the "optarg()" and "opterr()" functions to ...
2001-02-01 gramCreate a more modular type system for the FT_* types...