quakeforge/tools/qfcc/source
2004-11-11 00:20: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
class.c fixes for methods in categories or not in an interface 2004-11-02 11:56:00 +00:00
constfold.c that particular error case is a type mismatch rather than an internal error. found when trying to compare a SEL with a string... oops :) 2004-11-11 00:20:00 +00:00
cpp.c remove redundant cast 2004-01-13 03:07:36 +00:00
debug.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
def.c fix a couple out-by-one errors highlighted by quaternions 2004-04-09 02:20:47 +00:00
disassemble.c make printing of global contents in PR_PrintStatement optional so 2004-01-31 04:26:01 +00:00
emit.c all warnings (except for @self and self) are now fully controllable 2004-02-17 00:39:21 +00:00
expr.c do proper selector registration. unfortunatly, I discovered I'd created pr_method_t incorrectly and so had to bump the progs version again 2004-11-10 05:37:00 +00:00
function.c more quaternion work (should be working, haven't come up with tests yet) 2004-04-08 03:32:14 +00:00
globals.c move qfprogs in with qfcc (it's going to need to share code) 2004-01-28 05:23:43 +00:00
idstuff.c Some signed/unsigned formatting stuff found by lint. 2004-04-27 23:17:41 +00:00
immediate.c more quaternion work (should be working, haven't come up with tests yet) 2004-04-08 03:32:14 +00:00
lines.c Some signed/unsigned formatting stuff found by lint. 2004-04-27 23:17:41 +00:00
linker.c add -Wsign-compare (default for -Wall only in C++) and fix up the warnings 2004-07-13 19:14:01 +00:00
Makefile.am make bison output a state file 2004-11-02 05:19:00 +00:00
method.c do proper selector registration. unfortunatly, I discovered I'd created pr_method_t incorrectly and so had to bump the progs version again 2004-11-10 05:37:00 +00:00
modules.c start documenting things (progs building still borked) 2004-11-08 23:27:00 +00:00
obj_file.c remove a mostly unused field 2004-02-21 05:58:01 +00:00
opcodes.c new opcode: state.f. same as state, but takes a 3rd float operand to 2004-02-11 01:43:33 +00:00
options.c add -Wsign-compare (default for -Wall only in C++) and fix up the warnings 2004-07-13 19:14:01 +00:00
qc-lex.l detect re-declaring identifiers as different types (typedef, enum, var, etc) 2004-11-02 07:02:00 +00:00
qc-parse.y fix type of "self" 2004-11-02 07:13:00 +00:00
qfcc.c win32 fix for over-compliant getopt 2004-02-05 03:27:35 +00:00
qfpreqcc move qfpreqcc in with qfcc for relationship reasons 2004-01-28 05:34:23 +00:00
qfprogs.c initialize the function tables properly when "converting" a qfo, fix a buffer overflow in file loading and remove the now unnecessary hunk initialization. 2004-11-02 07:15:00 +00:00
reloc.c make rel_def_op work properly 2003-08-22 19:48:14 +00:00
strings.c pr_stringsize hasn't reflected static strings size for a while... 2004-01-29 08:11:04 +00:00
strpool.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
struct.c don't seg on null field names 2004-02-13 23:08:22 +00:00
stub.c while not yet perfect, qfprogs now works with qfo files 2004-01-29 07:43:05 +00:00
switch.c this should fix the string case errors on sparc64 2004-05-15 01:00:47 +00:00
type.c do proper selector registration. unfortunatly, I discovered I'd created pr_method_t incorrectly and so had to bump the progs version again 2004-11-10 05:37:00 +00:00