quakeforge/tools/qfcc/source
Bill Currie dcf593291d fix for new bison (must be explicit with the type of $$ in mid-rule actions) 2009-12-21 05:53:00 +00:00
..
.gitignore update with qfprogs 2004-02-03 02:40:00 +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 make bison output a state file 2004-11-02 05:19:00 +00:00
class.c set current_func while building the init function to avoid issues with code expecting current_func to be set. 2008-08-01 22:55:10 +00:00
constfold.c fix an interal error caused by losing the error state 2006-12-16 11:45:47 +00:00
cpp.c more vc2005 patches from phrosty 2007-04-11 22:03:36 +00:00
debug.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
def.c better error reporting for redefines 2007-05-13 09:02:51 +00:00
disassemble.c record the params for builtins, too. 2007-04-09 06:16:34 +00:00
emit.c ensure all instructions are fully initialized. 2009-12-20 11:09:58 +00:00
expr.c various gcc 4.3 fixes 2008-07-19 05:40:57 +00:00
function.c More docs. 2008-08-01 13:54:24 +00:00
globals.c More docs. 2008-08-01 13:54:24 +00:00
idstuff.c open all files in binary mode. ^Z is evil :P 2007-04-07 10:24:34 +00:00
immediate.c Make sure initialized locals that are treated as constants don't get relocated. Fixes the airfist bug in prozac 2007-09-15 07:58:39 +00:00
lines.c "print" command for dumping values in the progs and add return type info to the debugging information 2007-09-15 07:47:31 +00:00
linker.c More docs. 2008-08-01 13:54:24 +00:00
method.c various unsigned long -> uintptr_t conversions 2007-04-04 11:22:48 +00:00
modules.c make protocol dump info more readable 2006-12-19 11:53:18 +00:00
obj_file.c reduce the amount of memory wasted when generating the output file 2009-12-20 12:19:16 +00:00
opcodes.c various unsigned long -> uintptr_t conversions 2007-04-04 11:22:48 +00:00
options.c make control of progdefs.h generation saner 2007-04-28 05:40:22 +00:00
qc-lex.l various gcc 4.3 fixes 2008-07-19 05:40:57 +00:00
qc-parse.y fix for new bison (must be explicit with the type of $$ in mid-rule actions) 2009-12-21 05:53:00 +00:00
qfcc.c more not-really initialized data 2009-12-20 11:54:19 +00:00
qfpreqcc open input and output files in binary mode so ^Z doesn't bite us on windows 2007-04-07 10:15:17 +00:00
qfprogs.c More docs. 2008-08-01 13:54:24 +00:00
reloc.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
strings.c more vc build patches from phrosy 2007-04-06 01:09:58 +00:00
strpool.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
struct.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
stub.c more vc build patches from phrosy 2007-04-06 01:09:58 +00:00
switch.c various unsigned long -> uintptr_t conversions 2007-04-04 11:22:48 +00:00
type.c fix some issues when using --advanced with v6only 2007-09-15 07:44:31 +00:00