..
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
Added an AddrSizeFromStr function.
2009-08-27 14:11:07 +00:00
addrsize.h
Added an AddrSizeFromStr function.
2009-08-27 14:11:07 +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
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
New condes type interruptor
2004-09-20 10:15:01 +00:00
chartype.c
Fixed a typo
2004-09-10 09:55:55 +00:00
chartype.h
Added IsODigit
2004-07-29 20:51:58 +00:00
check.c
check.h
Cast the (unused) result of CHECK and PRECONDITION to void to (hopefully) get
2009-09-26 18:55:00 +00:00
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
Added a new function CollGrow.
2010-07-30 20:58:09 +00:00
coll.h
Added a new function CollGrow.
2010-07-30 20:58:09 +00:00
cpu.c
Add a dummy return to fix a Watcom warning.
2009-07-28 19:36:44 +00:00
cpu.h
Check for and flag address size modifiers that are invalid for the choosen CPU.
2009-02-10 21:10:50 +00:00
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
Added extensions for new loadable modules
2005-03-20 09:00:51 +00:00
filetype.h
fname.c
fname.h
fp.c
Some more floating point support.
2008-08-11 17:51:00 +00:00
fp.h
Some more floating point support.
2008-08-11 17:51:00 +00:00
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
Do also remove the Owner pointer from the HashNode making it ~50% of its
2011-08-12 16:18:56 +00:00
hashtab.h
Make the parameter for HT_GetKey const.
2011-08-14 19:21:44 +00:00
inline.h
Add symbol to disable inlining of functions
2005-11-20 22:03:29 +00: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
Added check for gcc
2005-08-26 12:44:15 +00:00
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
Extend the object code format by adding a (currently empty) scope table.
2003-11-28 22:12:14 +00:00
mmodel.h
Extend the object code format by adding a (currently empty) scope table.
2003-11-28 22:12:14 +00:00
objdefs.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
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
Hold address sizes in an unsigned char
2003-11-23 21:39:12 +00:00
segdefs.h
Hold address sizes in an unsigned char
2003-11-23 21:39:12 +00:00
segnames.c
segnames.h
shift.c
New shift module, comment fixes
2003-11-11 09:41:07 +00:00
shift.h
New shift module, comment fixes
2003-11-11 09:41:07 +00:00
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
Make much more usage of dynamic strings (StrBufs) instead of char* and
2008-03-31 20:54:45 +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
strutil.h
symdefs.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
target.c
Removed the ace target. It didn't have a linker config and was untested for
2009-09-13 11:46:04 +00:00
target.h
Removed the ace target. It didn't have a linker config and was untested for
2009-09-13 11:46:04 +00:00
tgttrans.c
Use slightly optimized character translation settings for the CBM machines.
2011-06-13 12:13:08 +00:00
tgttrans.h
Make much more usage of dynamic strings (StrBufs) instead of char* and
2008-03-31 20:54:45 +00:00
va_copy.h
Rewrite va_copy.h - the check for a C89 compiler wasn't a really good idea,
2009-01-24 16:26:32 +00:00
version.c
Bumped the version number
2009-10-06 12:24:15 +00:00
version.h
Move the version numbers from the interface of the version module into a new
2009-09-28 20:10:01 +00:00
xmalloc.c
New function xdup.
2006-04-09 10:04:50 +00:00
xmalloc.h
New function xdup.
2006-04-09 10:04:50 +00:00
xsprintf.c
The conversion specifier to output a StrBuf had to be changed, because gcc
2008-03-31 20:51:31 +00:00
xsprintf.h
The conversion specifier to output a StrBuf had to be changed, because gcc
2008-03-31 20:51:31 +00:00