quakeforge/tools/qfcc/source
Bill Currie 07b59d2f07 pr_comp.h:
o	add OP_JUMPB
	o	OP_JUMPB renumberd some opcodes, so up PROG_VERSION
pr_edict.c:
	o	make the version error reporting more informative
pr_exec.c:
	o	implement OP_JUMPB (goto *(ptr + index))
pr_opcode.c: (libs/gamecode/engine)
	o	add OP_JUMPB to the table
expr.h:
	o	ex_uinteger support
	o	some const correctness
	o	prototype new_label_expr
qfcc.h:
	o	uinteger ussport
	o	add pointers for op_jump and op_jumpb
	o	prototype PR_GetArray
emit.c:
	o	general uinteger support
	o	new reference/reloc type 3: absolute statement address
	o	jumpb support (binary goto)
expr.c:
	o	uinteger support
	o	break the label name creation out of new_label_expr into
		new_label_name
	o	some const correctness
pr_def.c:
	o	add PR_GetArray to allocate an array in global space
	o	factor out some code common to PR_GetDef and PR_GetArray that would
		otherwise be duplicated
pr_imm.c:
	o	some const correctness
	o	uinteger support
pr_lex.c:
	o	uinteger support
pr_opcode.c: (tools/qfcc/source)
	o	support jump and jumpb
switch.c:
	o	rewrite the binary search code to support ranges.
2001-11-13 08:58:54 +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
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 pr_comp.h: 2001-11-13 08:58:54 +00:00
expr.c pr_comp.h: 2001-11-13 08:58:54 +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
Makefile.am add getopt.c and getopt1.c to the makefile. There is preprocessor 2001-10-26 23:53:36 +00:00
pr_comp.c clean up some duplicate symbols 2001-10-26 17:49:23 +00:00
pr_def.c pr_comp.h: 2001-11-13 08:58:54 +00:00
pr_imm.c pr_comp.h: 2001-11-13 08:58:54 +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 pr_comp.h: 2001-11-13 08:58:54 +00:00