.. |
.gitignore
|
update with qfprogs
|
2004-02-03 02:40:00 +00:00 |
.indent.pro
|
|
|
class.c
|
all warnings (except for @self and self) are now fully controllable
|
2004-02-17 00:39:21 +00:00 |
constfold.c
|
compile fixes (oops) and start working on quaternion support in qfcc
|
2004-04-08 02:33:20 +00:00 |
cpp.c
|
|
|
debug.c
|
|
|
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
|
Some signed/unsigned formatting stuff found by lint.
|
2004-04-27 23:17:41 +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
|
|
|
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
|
fix a silly that messed up type mismatch errors
|
2004-04-12 23:46:21 +00:00 |
Makefile.am
|
finally found the correct way to handle generated source
|
2004-02-03 05:30:11 +00:00 |
method.c
|
all warnings (except for @self and self) are now fully controllable
|
2004-02-17 00:39:21 +00:00 |
modules.c
|
Some signed/unsigned formatting stuff found by lint.
|
2004-04-27 23:17:41 +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
|
fast-float code option (defaults to on). kills almost 3000 statements from
|
2004-04-27 20:24:37 +00:00 |
qc-lex.l
|
more quaternion work (should be working, haven't come up with tests yet)
|
2004-04-08 03:32:14 +00:00 |
qc-parse.y
|
update the scope of local defs to the parent scope when the creation scope
|
2004-04-09 03:47:41 +00:00 |
qfcc.c
|
win32 fix for over-compliant getopt
|
2004-02-05 03:27:35 +00:00 |
qfpreqcc
|
|
|
qfprogs.c
|
compile fixes (oops) and start working on quaternion support in qfcc
|
2004-04-08 02:33:20 +00:00 |
reloc.c
|
|
|
strings.c
|
|
|
strpool.c
|
|
|
struct.c
|
don't seg on null field names
|
2004-02-13 23:08:22 +00:00 |
stub.c
|
|
|
switch.c
|
|
|
type.c
|
quaternion field access now works
|
2004-04-09 04:12:44 +00:00 |