quakeforge/tools/qfcc/source
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
..
.gitignore getting closer. soon timie to start putting real code in there 2001-06-12 21:06:28 +00:00
.indent.pro QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
Makefile.am add getopt.c and getopt1.c to the makefile. There is preprocessor 2001-10-26 23:53:36 +00:00
cmdlib.c fix the verbosity levels to what they were 2001-10-26 16:04:38 +00:00
debug.c and some more 2001-09-28 07:09:38 +00:00
emit.c qfcc.h: 2001-11-13 18:11:19 +00:00
expr.c expr.c: 2001-11-14 06:45:31 +00:00
getopt.c qfcc: getopt support. Yes, it exists, and it works, and it's fun! :) 2001-10-26 08:14:05 +00:00
getopt1.c qfcc: getopt support. Yes, it exists, and it works, and it's fun! :) 2001-10-26 08:14:05 +00:00
pr_comp.c clean up some duplicate symbols 2001-10-26 17:49:23 +00:00
pr_def.c oops, failed to notice that relocs on temp defs weren't being done correctly 2001-11-13 23:21:23 +00:00
pr_imm.c fix a missed immediate type missmatch case 2001-11-14 05:08:37 +00:00
pr_lex.c pr_comp.h: 2001-11-13 08:58:54 +00:00
pr_opcode.c pr_comp.h: 2001-11-13 08:58:54 +00:00
qc-lex.l qfcc: Preparation for getopt. 2001-10-26 06:43:56 +00:00
qc-parse.y s/type_size/pr_type_size/ 2001-11-12 23:56:46 +00:00
qfcc.c clean out a bunch of unneeded code. this should take care of static linking 2001-11-13 20:34:21 +00:00
switch.c expr.c: 2001-11-14 06:45:31 +00:00