aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
AgeCommit message (Expand)AuthorFilesLines
2004-04-25Add support for flex 2.5.31.gram1-1/+17
2004-01-25Fix a warning by using a function typedefjmayer1-5/+9
2004-01-18Fix some of the warnings when compiling with -Wstrict-prototypesjmayer1-4/+2
2003-12-21removed some MSVC warnings (added type casts)ulfl1-3/+6
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer2-33/+33
2002-05-04From Joerg Mayer: mark possibly-unused arguments as unused.guy1-4/+4
2002-05-04From Joerg Mayer: get rid of an unused argument, and flag another asguy1-6/+5
2002-02-27From Joerg Mayer:guy1-1/+5
2002-01-30Fix up some type/size problems that showed up when compiling on Digitalguy1-7/+8
2002-01-04From Hamish Moffatt:guy1-1/+1
2001-12-12From Motonori Shindo:guy1-3/+3
2001-11-09Remove "text2pcap-scanner.obj" and "tools\lemon\lemon.obj" when a "nmakeguy1-1/+1
2001-10-04From Motonori Shindo: have CVS ignore some files generated by Win32guy1-0/+2
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orguy1-2/+2
2001-06-26If length arguments to "%*s" aren't of type "int", cast them to "int",guy1-4/+4
2001-04-23Signed vs. unsigned fixes from Joerg Mayer.guy1-6/+6
2001-04-18nmake was compiling lemon.c twice; now let it use its defaultgram1-5/+1
2001-04-18Revert. MSVC is wrong. Thanks to Guy for pointing that out.gram1-3/+13
2001-04-18Makefile.nmake pulls in settings from config.nmakegram2-3/+10
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsguy1-11/+11
2001-02-27Move the location of cppmagic.h, since the lemon-flex include filesgram2-1/+16
2001-02-15Don't cast the function argument to "qsort()" to the expected type, makeguy1-13/+16
2001-02-15More prototype fun - make the Lemon parser allocate and free routinesguy1-5/+5
2001-02-15More paranoia - when compiling with GCC 2.x, do checks of the formatguy1-3/+8
2001-02-15Change "lemon" *NOT* to cast pointers to "int", as that doesn't work onguy1-363/+232
2001-02-04Add a "-f" flag to the "rm", so that "make clean" won't get an errorguy1-1/+1
2001-02-02Add Makefile.nmake files for new subdirs.gram2-2/+11
2001-02-01Rename the "optarg()" and "opterr()" functions to "get_optarg()" andguy1-31/+42
2001-02-01Create a more modular type system for the FT_* types. Put themgram8-0/+5735