quakeforge/tools/qfcc/source
2002-02-05 22:08:19 +00:00
..
.gitignore Fix three gitignores. 2002-01-31 07:49:29 +00:00
.indent.pro indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
cmdlib.c made qfcc compile again, by renaming com_token to qfcc_com_token so it does not conflict with QFutil 2002-01-04 11:12:52 +00:00
debug.c indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
emit.c integer() and float() casts seem to work 2002-01-17 19:32:04 +00:00
expr.c get nil conversions working fully and things like !pointer 2002-01-30 22:17:55 +00:00
getopt.c win32 portability fixes 2001-11-15 03:54:35 +00:00
getopt1.c qfcc: getopt support. Yes, it exists, and it works, and it's fun! :) 2001-10-26 08:14:05 +00:00
Makefile.am more make dist fixes 2002-01-22 18:04:03 +00:00
pr_comp.c indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
pr_def.c fix qfcc's incorrect allocation/initialization for pointers (eg, float [] foo) 2002-01-30 22:57:48 +00:00
pr_imm.c lots of work on better array/pointer/struct handline. doesn't quite work yet 2001-12-12 08:39:47 +00:00
pr_lex.c more old-code cleanup. move PR_LexString into make_string 2002-01-04 18:27:01 +00:00
pr_opcode.c indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
qc-lex.l implement typedef 2002-01-23 20:50:25 +00:00
qc-parse.y implement typedef 2002-01-23 20:50:25 +00:00
qfcc.c default sourcedir to "" rather than "./" and strip leading paths from the 2002-02-05 22:08:19 +00:00
struct.c enum support 2002-01-21 19:03:29 +00:00
switch.c remove debug 2002-01-21 19:19:07 +00:00
type.c implement typedef 2002-01-23 20:50:25 +00:00