quakeforge/tools/qfcc/include
Bill Currie 7542a2457f replace @argc and @argv with @args.count and @args.list. @args is of type
@va_list making it possible (though not yet: need to implement structure
copy) to pass ... params around.
2002-10-16 02:28:08 +00:00
..
.gitignore Fix stamp ignorance. 2001-10-05 19:42:17 +00:00
Makefile.am split the emit stuf out of expr.h into emit.h 2002-07-08 18:53:07 +00:00
class.h more linking fixes, including seting up relocations. not quite working yet 2002-07-13 06:09:03 +00:00
cmdlib.h forgot this 2002-07-31 17:00:19 +00:00
cpp.h more cleanup 2002-06-04 18:44:03 +00:00
debug.h get line numbers working on link and fix a bug in the creation of aux 2002-07-17 14:19:30 +00:00
def.h "for example" is more appropriate than "that is" 2002-09-16 15:42:11 +00:00
emit.h more linking fixes, including seting up relocations. not quite working yet 2002-07-13 06:09:03 +00:00
expr.h make pointers work a bit better 2002-10-16 02:04:06 +00:00
function.h pr_obj.c: 2002-08-20 02:09:34 +00:00
idstuff.h get command line parsing working in an appropriate manner for separate 2002-06-25 21:36:10 +00:00
immediate.h redo how progs strings are stored so multiple pools can exist 2002-07-05 20:02:10 +00:00
linker.h fix several problems caused by insufficient error checking and some double 2002-08-15 18:53:03 +00:00
method.h pr_obj.c: 2002-08-20 02:09:34 +00:00
obj_file.h "for example" is more appropriate than "that is" 2002-09-16 15:42:11 +00:00
opcodes.h redo relocations 2002-06-07 17:29:30 +00:00
options.h preprocessising fixes, including detecting when to stop at the preprocessing 2002-08-13 22:02:07 +00:00
qfcc.h bah, forgot the header changes :P 2002-08-20 21:16:50 +00:00
reloc.h entity fields seem to work. I guess this means separate compilation is now 2002-07-16 21:59:47 +00:00
strpool.h redo how progs strings are stored so multiple pools can exist 2002-07-05 20:02:10 +00:00
struct.h make struct_t and enum_t globally visible, re-do how enum info is stored 2002-10-16 02:05:39 +00:00
switch.h header block fixes 2001-12-08 20:40:50 +00:00
type.h replace @argc and @argv with @args.count and @args.list. @args is of type 2002-10-16 02:28:08 +00:00