..
abend.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
abend.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
addrsize.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
addrsize.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
alignment.c
Export MAX_ALIGNMENT.
2011-12-27 22:36:28 +00:00
alignment.h
Added LARGE_ALIGNMENT.
2011-12-27 22:53:15 +00:00
assertion.c
Mark an unsed parameter as unused. __attribute__ also supported by cc65.
2009-10-19 17:25:43 +00:00
assertion.h
Add .assert actions that aren't evaluated at assembly time.
2009-10-04 12:40:19 +00:00
attrib.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
bitops.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
bitops.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cddefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
chartype.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
chartype.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
check.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
check.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cmdline.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cmdline.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
coll.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
coll.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cpu.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cpu.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
debugflag.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
debugflag.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
exprdefs.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
exprdefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
fileid.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
fileid.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filepos.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filepos.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filestat.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filestat.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filetime.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filetime.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filetype.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filetype.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
fname.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
fname.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
fp.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
fp.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
fragdefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
gentype.c
Fixed a bug: Never remember a pointer to a string buffer, since it becomes
2011-08-23 18:04:25 +00:00
gentype.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
hashfunc.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
hashfunc.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
hashtab.c
Fix errors in tracking the number of items in the table. Added function
2011-08-21 16:56:40 +00:00
hashtab.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
hlldbgsym.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
inline.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
intstack.c
Added several functions to the intstack module.
2010-04-18 18:40:59 +00:00
intstack.h
Added several functions to the intstack module.
2010-04-18 18:40:59 +00:00
inttypes.h
Allow for warning-free build of common with MS VC on warning level 3.
2013-04-08 00:11:10 +02:00
libdefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
lidefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
matchpat.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
matchpat.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
mmodel.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
mmodel.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
objdefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
optdefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
print.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
print.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
scopedefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
searchpath.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
searchpath.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
segdefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
segnames.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
segnames.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
shift.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
shift.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
strbuf.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
strbuf.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
strpool.c
Fixed a bug in SP_Add.
2011-08-21 16:08:52 +00:00
strpool.h
Use the hashtab to implement the string pool hash table.
2011-08-21 13:15:52 +00:00
strstack.c
New module strstack
2004-03-07 22:09:06 +00:00
strstack.h
New module strstack
2004-03-07 22:09:06 +00:00
strutil.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
strutil.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
symdefs.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
target.c
Introduced target 'atarixl'.
2013-05-28 21:56:37 +02:00
target.h
Introduced target 'atarixl'.
2013-05-28 21:56:37 +02:00
tgttrans.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
tgttrans.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
va_copy.h
Allow for warning-free build of common with MS VC on warning level 3.
2013-04-08 00:11:10 +02:00
version.c
Bumped version to 2.14.0.
2013-05-12 18:39:48 +02:00
version.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
xmalloc.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
xmalloc.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
xsprintf.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
xsprintf.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00