..
make
Renamed hashstr to hashfunc and added an integer hash function.
2011-08-12 15:32:08 +00:00
abend.c
abend.h
addrsize.c
addrsize.h
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
Remove __CC65__ since it doesn't support all attributes gcc does.
2009-10-19 17:55:49 +00:00
bitops.c
bitops.h
cddefs.h
chartype.c
chartype.h
check.c
check.h
cmdline.c
New function InvArg().
2009-10-08 11:31:55 +00:00
cmdline.h
New function InvArg().
2009-10-08 11:31:55 +00:00
coll.c
New function CollTransfer. Change CollAt and CollAtUnchecked to take a const
2011-08-19 11:01:01 +00:00
coll.h
New function CollTransfer. Change CollAt and CollAtUnchecked to take a const
2011-08-19 11:01:01 +00:00
cpu.c
cpu.h
debugflag.c
debugflag.h
exprdefs.c
Added builtin .min() and .max() pseudo functions to the assembler.
2010-02-11 18:54:08 +00:00
exprdefs.h
Better handling of imports in the ExprNode structure.
2010-11-09 20:34:08 +00:00
filepos.c
Added a compar function for file positions.
2011-01-24 16:15:35 +00:00
filepos.h
Change the type of the line number from unsigned long to unsigned since the
2011-08-15 16:08:15 +00:00
filetype.c
filetype.h
fname.c
fname.h
fp.c
fp.h
fragdefs.h
hashfunc.c
Renamed hashstr to hashfunc and added an integer hash function.
2011-08-12 15:32:08 +00:00
hashfunc.h
Renamed hashstr to hashfunc and added an integer hash function.
2011-08-12 15:32:08 +00:00
hashtab.c
Change HT_Walk so that it can optionally be used to delete nodes from the hash
2011-08-18 13:05:21 +00:00
hashtab.h
Change HT_Walk so that it can optionally be used to delete nodes from the hash
2011-08-18 13:05:21 +00:00
inline.h
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
libdefs.h
Change how data is stored in the library. To simplify things, the index
2011-01-28 15:42:32 +00:00
lidefs.h
Mark the symbol that is the name of a scope with the size of that scope
2011-06-13 18:43:50 +00:00
matchpat.c
matchpat.h
mmodel.c
mmodel.h
objdefs.h
Added an OBJ_HAS_DBGINFO macro.
2011-08-18 10:08:56 +00:00
optdefs.h
print.c
print.h
scopedefs.h
New flag bit that tells if a scope has a label.
2011-08-07 18:47:21 +00:00
searchpath.c
PushSearchPath will add the path only if it's not already there.
2010-05-28 11:56:01 +00:00
searchpath.h
PushSearchPath will add the path only if it's not already there.
2010-05-28 11:56:01 +00:00
segdefs.c
segdefs.h
segnames.c
segnames.h
shift.c
shift.h
strbuf.c
Check for a size of zero in SB_CopyBuf to make the code somewhat faster.
2010-05-29 21:23:34 +00:00
strbuf.h
Fixed an error in the SB_SkipMultiple macro.
2009-10-14 10:04:20 +00:00
strpool.c
Renamed hashstr to hashfunc and added an integer hash function.
2011-08-12 15:32:08 +00:00
strpool.h
strstack.c
strstack.h
strutil.c
strutil.h
symdefs.h
Added flags for im- and export.
2011-08-16 11:34:46 +00:00
target.c
target.h
tgttrans.c
Use slightly optimized character translation settings for the CBM machines.
2011-06-13 12:13:08 +00:00
tgttrans.h
va_copy.h
version.c
Bumped the version number
2009-10-06 12:24:15 +00:00
version.h
xmalloc.c
xmalloc.h
xsprintf.c
xsprintf.h