quakeforge/tools/qfcc/source
Bill Currie 669771681a split up and modernize configure.ac
Most of the guts of configure.ac have been moved to config.d and are then
brought in by m4_include. This will make maintaining configure.ac much easier.

Also drop use of PROGRAM and VERSION, using PACKAGE_NAME, PACKAGE_VERSION, and
on occasion, PACKAGE_STRING instead, and clean out some old files we no longer
need.
2010-08-19 15:01:43 +09:00
..
.indent.pro
class.c
constfold.c fix incorrect users for temps resulting from casting the result of ?: 2010-01-13 06:25:06 +00:00
cpp.c
debug.c
def.c make sure def->space points to the space the def's location is allocated from to ensure that freeing the location works properly (fixes the bogus address triggered by prozaccoop: thanks, phrosty) 2010-02-22 13:11:41 +00:00
disassemble.c
emit.c get double indirection working 2010-01-13 06:31:06 +00:00
expr.c audit the usage of "only" 2010-01-13 06:42:26 +00:00
function.c More docs. 2008-08-01 13:54:24 +00:00
globals.c
idstuff.c
immediate.c
lines.c
linker.c
Makefile.am
method.c
modules.c
obj_file.c
opcodes.c
options.c split up and modernize configure.ac 2010-08-19 15:01:43 +09:00
qc-lex.l get \8 and \9 right 2010-01-13 06:23:02 +00:00
qc-parse.y minor comment about scoping in traditional mode 2010-02-22 13:44:52 +00:00
qfcc.c
qfpreqcc Make qfpreqcc a little noisier when qfcc can't be run. 2010-01-16 02:05:05 +00:00
qfprogs.c
reloc.c
strings.c
strpool.c
struct.c
stub.c
switch.c
type.c