quakeforge/tools
Bill Currie ec16ffaa65 move to using hash tables for variable lookups.
WARNING: this fixes a scope bug in qcc and thus you WILL get different (but
now correct) code for the following:

float foo;

void () bar =
{
	local float foo;
	foo = 0;
}

ie, the local foo will, as is correct, now be a separate var to the global
foo.
2001-04-01 02:12:57 +00:00
..
cvs2cl bring in the tools from newtree and nuq. the two pythong files are from nuq 2001-01-09 05:58:40 +00:00
Forge Forge: InspectorControl and KeypairView compile with no warnings now. 2001-03-16 19:19:24 +00:00
gas2masm bring in the tools from newtree and nuq. the two pythong files are from nuq 2001-01-09 05:58:40 +00:00
misc bring in the tools from newtree and nuq. the two pythong files are from nuq 2001-01-09 05:58:40 +00:00
pak and some more 2001-01-18 00:59:42 +00:00
qfcc move to using hash tables for variable lookups. 2001-04-01 02:12:57 +00:00
zpak fix usage 2001-01-09 23:51:55 +00:00