quakeforge/tools/qfcc/source
Bill Currie f2f8e096f3 qfcc.h:
o	add a "freed" marker to def_t to prevent double freeing of
		temp def offsets
emit.c:
	o	break out the bind code into emit_bind_expr (doesn't /really/
		emit code, but still:)
	o	make bind work with disparate types (forces def_t->freed 1)
pr_def.c:
	o	mark array pointers as initialized and constant.
	o	don't free the offset for already freed temp defs
pr_imm.c
	o	fix a bug in uinteger support
	o	support disparate types for immediates
switch:
	o	fix a bug where gt.i was being used instead of gt.ui
	o	remove some debug code
2001-11-13 18:11:19 +00:00
..
.gitignore
.indent.pro
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 seems gcc3 drops the missed enum in switch warning :/ 2001-11-13 16:08:50 +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 qfcc.h: 2001-11-13 18:11:19 +00:00
pr_imm.c qfcc.h: 2001-11-13 18:11:19 +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 s/type_size/pr_type_size/ 2001-11-12 23:56:46 +00:00
switch.c qfcc.h: 2001-11-13 18:11:19 +00:00