1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-27 08:28:58 +00:00
cc65/src/common
uz 405cb07e7a Fixed a bug.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4959 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-01-30 14:51:50 +00:00
..
make Added a makefile for cc65 for testing purposes. 2009-10-19 18:02:40 +00:00
abend.c
abend.h
addrsize.c
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
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 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
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 Added a compar function for file positions. 2011-01-24 16:15:35 +00:00
filetype.c
filetype.h
fname.c
fname.h
fp.c
fp.h
fragdefs.h
hashstr.c
hashstr.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
hashtab.c New function and bug fix 2003-11-04 18:59:12 +00:00
hashtab.h
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 Fixed a bug. 2011-01-30 14:51: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
objdefs.h Bumped the object file version number. 2011-01-24 22:37:12 +00:00
optdefs.h
print.c
print.h
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 Make AUTO_STRBUF_INITIALIZER identical to STATIC_STRBUF_INITIALIZER. 2009-10-08 10:50:15 +00:00
strpool.h
strstack.c
strstack.h
strutil.c
strutil.h
symdefs.h Include information about the type of the symbol in the flags written to the 2010-08-17 20:54:02 +00:00
target.c
target.h
tgttrans.c
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