aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orGuy Harris1-2/+2
2001-06-26If length arguments to "%*s" aren't of type "int", cast them to "int",Guy Harris1-4/+4
2001-04-23Signed vs. unsigned fixes from Joerg Mayer.Guy Harris1-6/+6
2001-04-18nmake was compiling lemon.c twice; now let it use its defaultGilbert Ramirez1-5/+1
2001-04-18Revert. MSVC is wrong. Thanks to Guy for pointing that out.Gilbert Ramirez1-3/+13
2001-04-18Makefile.nmake pulls in settings from config.nmakeGilbert Ramirez2-3/+10
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris1-11/+11
2001-03-06Add some win32-specific targets in .cvsignore's.Gilbert Ramirez1-2/+2
2001-02-27Move the location of cppmagic.h, since the lemon-flex include filesGilbert Ramirez2-1/+16
2001-02-23Add a little script which takes the output of "cvs diff", which isGilbert Ramirez2-1/+114
2001-02-15Don't cast the function argument to "qsort()" to the expected type, makeGuy Harris1-13/+16
2001-02-15More prototype fun - make the Lemon parser allocate and free routinesGuy Harris1-5/+5
2001-02-15More paranoia - when compiling with GCC 2.x, do checks of the formatGuy Harris1-3/+8
2001-02-15Change "lemon" *NOT* to cast pointers to "int", as that doesn't work onGuy Harris1-363/+232
2001-02-04Add a "-f" flag to the "rm", so that "make clean" won't get an errorGuy Harris1-1/+1
2001-02-02Add Makefile.nmake files for new subdirs.Gilbert Ramirez4-2/+27
2001-02-01Rename the "optarg()" and "opterr()" functions to "get_optarg()" andGuy Harris1-31/+42
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez10-0/+5739