quakeforge/tools/qfcc/source
2003-08-06 21:36:07 +00:00
..
.gitignore
.indent.pro
class.c blah, double ; 2003-08-01 21:26:36 +00:00
cpp.c don't create temp files when only preprocessing 2003-03-24 17:40:27 +00:00
debug.c
def.c revamp the struct system so "struct foo;" does the right thing (ala C) 2003-07-30 04:11:45 +00:00
emit.c make the useless expression warning more interesting 2003-08-05 21:41:48 +00:00
expr.c expr.c: 2003-08-05 17:48:16 +00:00
function.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
idstuff.c general revamp so params and the return value use proper defs rather than 2003-04-22 15:29:32 +00:00
immediate.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
linker.c grovel around for the source file and line of an undefined def to give 2003-08-06 21:36:07 +00:00
Makefile.am
method.c make methods showing up only in the implementation work when overiding an 2003-08-01 05:08:15 +00:00
obj_file.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
opcodes.c general revamp so params and the return value use proper defs rather than 2003-04-22 15:29:32 +00:00
options.c add interface-check warning option. defaults off 2003-07-29 18:31:12 +00:00
qc-lex.l revamp the struct system so "struct foo;" does the right thing (ala C) 2003-07-30 04:11:45 +00:00
qc-parse.y get unsigned mostly working 2003-08-01 21:20:04 +00:00
qfcc.c expr.c: 2003-08-05 17:48:16 +00:00
qfodump.c
reloc.c allow rel_def_op relocs to point just past the end of the code. needed for 2003-07-24 17:51:24 +00:00
strpool.c
struct.c initialize the new field properly 2003-08-01 02:43:51 +00:00
switch.c
type.c fix struct parsing and printing 2003-07-31 06:17:49 +00:00