.. |
.gitignore
|
update with qfprogs
|
2004-02-03 02:40:00 +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
|
various unsigned long -> uintptr_t conversions
|
2007-04-04 11:22:48 +00:00 |
constfold.c
|
fix an interal error caused by losing the error state
|
2006-12-16 11:45:47 +00:00 |
cpp.c
|
more vc2005 patches from phrosty
|
2007-04-11 22:03:36 +00:00 |
debug.c
|
hah, should have been using __attribute__((used)) all that time (rather
|
2005-08-04 15:27:09 +00:00 |
def.c
|
Add a code generation option, "local-merging", to control qfcc's merging of local variable blocks into one block. Defaults to on for advanced mode and off for traditional.
|
2007-04-10 13:00:21 +00:00 |
disassemble.c
|
record the params for builtins, too.
|
2007-04-09 06:16:34 +00:00 |
emit.c
|
make qfo files typesize safe
|
2007-04-07 12:35:03 +00:00 |
expr.c
|
wasn't catching the precedence inversion in (x - x & y) even though it was caught for (x & y - x).
|
2007-05-08 02:54:50 +00:00 |
function.c
|
don't create a reloc for an external function
|
2007-04-09 14:06:12 +00:00 |
globals.c
|
Forgot to coorect the adjustment of the def's offset (yet I knew I was supposed to :P)
|
2007-04-10 14:03:34 +00:00 |
idstuff.c
|
open all files in binary mode. ^Z is evil :P
|
2007-04-07 10:24:34 +00:00 |
immediate.c
|
various unsigned long -> uintptr_t conversions
|
2007-04-04 11:22:48 +00:00 |
lines.c
|
hah, should have been using __attribute__((used)) all that time (rather
|
2005-08-04 15:27:09 +00:00 |
linker.c
|
uncomment some lines that shouldn't have been commented (doesn't fix the bug, though)
|
2007-04-09 14:32:47 +00:00 |
Makefile.am
|
make bison output a state file
|
2004-11-02 05:19:00 +00:00 |
method.c
|
various unsigned long -> uintptr_t conversions
|
2007-04-04 11:22:48 +00:00 |
modules.c
|
make protocol dump info more readable
|
2006-12-19 11:53:18 +00:00 |
obj_file.c
|
don't write alias defs to the qfo
|
2007-04-09 14:25:44 +00:00 |
opcodes.c
|
various unsigned long -> uintptr_t conversions
|
2007-04-04 11:22:48 +00:00 |
options.c
|
make control of progdefs.h generation saner
|
2007-04-28 05:40:22 +00:00 |
qc-lex.l
|
overload "break" and allow break to be used in --traditional
|
2007-04-06 11:46:21 +00:00 |
qc-parse.y
|
make STORAGEX lower priority than UNARY so casts work
|
2007-05-07 23:44:45 +00:00 |
qfcc.c
|
make control of progdefs.h generation saner
|
2007-04-28 05:40:22 +00:00 |
qfpreqcc
|
open input and output files in binary mode so ^Z doesn't bite us on windows
|
2007-04-07 10:15:17 +00:00 |
qfprogs.c
|
spew a lot of guff about relocs
|
2007-04-09 13:33:59 +00:00 |
reloc.c
|
hah, should have been using __attribute__((used)) all that time (rather
|
2005-08-04 15:27:09 +00:00 |
strings.c
|
more vc build patches from phrosy
|
2007-04-06 01:09:58 +00:00 |
strpool.c
|
hah, should have been using __attribute__((used)) all that time (rather
|
2005-08-04 15:27:09 +00:00 |
struct.c
|
hah, should have been using __attribute__((used)) all that time (rather
|
2005-08-04 15:27:09 +00:00 |
stub.c
|
more vc build patches from phrosy
|
2007-04-06 01:09:58 +00:00 |
switch.c
|
various unsigned long -> uintptr_t conversions
|
2007-04-04 11:22:48 +00:00 |
type.c
|
because builtin functions now get their params dumped to the debug symbols, @va_list needs to be initialized.
|
2007-04-10 09:10:09 +00:00 |