quakeforge/tools/qfcc/source
Bill Currie f10829206a use a cast expression rather than and bind expression to do the unsigned
comparison for switches. clears the notice (bind seems to be correct in
general) and is more correct conceptually anyway.
2003-09-02 16:53:45 +00:00
..
.gitignore ? tools/qfcc/source/qfodump 2002-07-19 14:13:37 +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 correct pr_symtab_t to include the pointer to the array of selectors used 2003-08-23 06:15:19 +00:00
cpp.c don't create temp files when only preprocessing 2003-03-24 17:40:27 +00:00
debug.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
def.c correct pr_symtab_t to include the pointer to the array of selectors used 2003-08-23 06:15:19 +00:00
emit.c cast between integer and unsigned just by changing access method 2003-09-02 16:45:36 +00:00
expr.c allow casts between pointers and integers 2003-08-24 08:03:25 +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 correct pr_symtab_t to include the pointer to the array of selectors used 2003-08-23 06:15:19 +00:00
linker.c some doxygen tweaks 2003-08-31 05:24:24 +00:00
Makefile.am make qc-lex.c and qc-parse.[ch] part of the distribution (two less 2003-08-12 18:22:11 +00:00
method.c correct pr_symtab_t to include the pointer to the array of selectors used 2003-08-23 06:15:19 +00:00
obj_file.c make rel_def_op work properly 2003-08-22 19:48:14 +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 make sure __VERSION6__ is defined when it should be 2003-08-24 07:26:02 +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 make @defs work properly and don't do uninitialized checks on structs 2003-08-20 19:58:41 +00:00
qfcc.c better relocations: pointers to structure members now work 2003-08-21 02:21:30 +00:00
qfodump.c make rel_def_op work properly 2003-08-22 19:48:14 +00:00
reloc.c make rel_def_op work properly 2003-08-22 19:48:14 +00:00
strpool.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
struct.c make @defs work properly and don't do uninitialized checks on structs 2003-08-20 19:58:41 +00:00
switch.c use a cast expression rather than and bind expression to do the unsigned 2003-09-02 16:53:45 +00:00
type.c fix struct parsing and printing 2003-07-31 06:17:49 +00:00