quakeforge/tools/qfcc
Bill Currie 3fe67eecd2 expr.c:
it helps if one understands /why/ something is done. I think this
	might be it for the reference count tweeks
switch.c:
	o	better control over whether case ranges are built
	o	/always/ append the temp = test expression and use temp instead of
		test for the != check
	o	only ever build case ranges if the switch expression is integer
2001-11-14 06:45:31 +00:00
..
doc document all those weird opcodes :) 2001-11-05 19:32:50 +00:00
include missed this in the cleanup 2001-11-13 23:14:59 +00:00
source expr.c: 2001-11-14 06:45:31 +00:00
.gitignore add ChangeLog 2001-06-08 00:18:53 +00:00
AUTHORS QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
Makefile.am QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
TODO switch statement. could do with lots of improvements, but this should be a 2001-10-25 06:41:52 +00:00
acconfig.h good bye, old parser 2001-08-10 18:35:55 +00:00
bootstrap QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
configure.in Fix configure for zlib and static compiling. static compiling is still broken 2001-11-12 23:49:08 +00:00
qfcc.lsm.in QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00