quakeforge/tools/qfcc/source
Bill Currie 860e3ebb1d make unsigned arrays/pointers more useful by allowing them to be used as
unbounded arrays
2002-02-24 01:11:34 +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 o don't ice when ex_name or ex_nil expressions show up in emit_expr. 2002-02-21 20:34:04 +00:00
expr.c make unsigned arrays/pointers more useful by allowing them to be used as 2002-02-24 01:11:34 +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 o don't ice when ex_name or ex_nil expressions show up in emit_expr. 2002-02-21 20:34:04 +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 Implement --traditional so qfcc can be a nicer qcc. This disables several 2002-02-18 06:23:59 +00:00
qc-parse.y o don't ice when ex_name or ex_nil expressions show up in emit_expr. 2002-02-21 20:34:04 +00:00
qfcc.c Implement --traditional so qfcc can be a nicer qcc. This disables several 2002-02-18 06:23:59 +00:00
struct.c enum support 2002-01-21 19:03:29 +00:00
switch.c remove debug 2002-01-21 19:19:07 +00:00
type.c implement typedef 2002-01-23 20:50:25 +00:00