.. |
.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
|
don't change the hidden parm type for protocol methods until they're used in a class
|
2002-08-13 21:18:17 +00:00 |
cmdlib.c
|
another cmdlib function dies
|
2002-07-31 16:42:21 +00:00 |
cpp.c
|
print cpp invocation for win32 too
|
2002-08-02 19:09:02 +00:00 |
debug.c
|
get line numbers working on link and fix a bug in the creation of aux
|
2002-07-17 14:19:30 +00:00 |
def.c
|
handle extern -> defined transition properly for vectors
|
2002-08-13 21:19:30 +00:00 |
emit.c
|
fix branches (been broken for a while :/)
|
2002-07-17 18:45:17 +00:00 |
expr.c
|
clean up a follow on error for calling an undefined function
|
2002-08-13 21:16:42 +00:00 |
function.c
|
local defs for debug info now work
|
2002-07-17 15:40:08 +00:00 |
idstuff.c
|
redo how progs strings are stored so multiple pools can exist
|
2002-07-05 20:02:10 +00:00 |
immediate.c
|
more relocs fixups. my little OO hello world progs works now :)
|
2002-07-14 03:41:13 +00:00 |
linker.c
|
implement -l, but -L isn't supported yet and the full lib name must be given
|
2002-07-21 07:12:17 +00:00 |
Makefile.am
|
quick and dirty util to dump the defs in a .qfo file
|
2002-07-12 06:19:02 +00:00 |
method.c
|
loop over the method list correctly
|
2002-08-13 21:17:20 +00:00 |
obj_file.c
|
byteswap the reloc def field too (fixes the qfcc seg on big-endian systems)
|
2002-08-09 04:06:50 +00:00 |
opcodes.c
|
redo relocations
|
2002-06-07 17:29:30 +00:00 |
options.c
|
print the cpp command line if verbosity is high enough
|
2002-07-20 05:20:40 +00:00 |
qc-lex.l
|
move s_file, pr_source_line and pr_error_count into pr, make the linker
|
2002-07-03 21:32:03 +00:00 |
qc-parse.y
|
don't change the hidden parm type for protocol methods until they're used in a class
|
2002-08-13 21:18:17 +00:00 |
qfcc.c
|
Whoops, missed some stuff that needed to be in idparse.h
|
2002-07-31 22:13:15 +00:00 |
qfodump.c
|
implement -l, but -L isn't supported yet and the full lib name must be given
|
2002-07-21 07:12:17 +00:00 |
reloc.c
|
entity fields seem to work. I guess this means separate compilation is now
|
2002-07-16 21:59:47 +00:00 |
strpool.c
|
bah, getting my "last changes vs last compile" backwards again :/
|
2002-07-05 20:19:13 +00:00 |
struct.c
|
class.c:
|
2002-07-16 04:37:51 +00:00 |
switch.c
|
move s_file, pr_source_line and pr_error_count into pr, make the linker
|
2002-07-03 21:32:03 +00:00 |
type.c
|
solaris compile fixes
|
2002-08-09 04:06:17 +00:00 |