quakeforge/tools/qfcc/source
Bill Currie 54fb180fad expr.h:
__attribute__((const)) has rather nasty results when it's not true
expr.c:
	fix up some mis-timed ex_error checks
2002-05-02 05:03:57 +00:00
..
.gitignore Fix three gitignores. 2002-01-31 07:49:29 +00:00
.indent.pro indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
Makefile.am move the getopt files from qfcc/source to libs/util, link qw-master against 2002-02-12 17:44:41 +00:00
cmdlib.c made qfcc compile again, by renaming com_token to qfcc_com_token so it does not conflict with QFutil 2002-01-04 11:12:52 +00:00
debug.c indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
emit.c don't generate useless expression warnings when that expression was caused 2002-05-01 22:08:59 +00:00
expr.c expr.h: 2002-05-02 05:03:57 +00:00
pr_comp.c indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
pr_def.c fix handling of pointers in function params and local vars for qc functions 2002-03-18 07:30:21 +00:00
pr_imm.c lots of work on better array/pointer/struct handline. doesn't quite work yet 2001-12-12 08:39:47 +00:00
pr_lex.c more old-code cleanup. move PR_LexString into make_string 2002-01-04 18:27:01 +00:00
pr_opcode.c indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
qc-lex.l rewrite the type and def parsing to allow more flexible types 2002-05-01 21:35:39 +00:00
qc-parse.y d'oh, missed a ; 2002-05-01 21:42:29 +00:00
qfcc.c use dstring_new instead of dstring_newstr to avoid allocating memory that's 2002-04-15 22:24:47 +00:00
struct.c enum support 2002-01-21 19:03:29 +00:00
switch.c rewrite the type and def parsing to allow more flexible types 2002-05-01 21:35:39 +00:00
type.c print out field types correctly 2002-05-01 21:33:59 +00:00