1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-05 09:57:05 +00:00
cc65/src/common
2013-05-07 00:54:44 -04:00
..
abend.c
abend.h
addrsize.c
addrsize.h
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 Fixed a comment. 2012-04-01 15:48:53 +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 CollReplaceExpand. 2011-08-21 17:30:25 +00:00
coll.h Added CollReplaceExpand. 2011-08-21 17:30:25 +00:00
cpu.c Support for the Mitsubishi 740 CPU for da65. Written and contributed by 2011-12-31 13:09:55 +00:00
cpu.h Support for the Mitsubishi 740 CPU for da65. Written and contributed by 2011-12-31 13:09:55 +00:00
debugflag.c
debugflag.h
exprdefs.c Forgot to check these in. They contain the new expression opcodes for far 2012-01-19 11:50:21 +00:00
exprdefs.h Move evaluation of the argument for .BANK into the linker. It is otherwise too 2012-06-30 17:18:03 +00:00
fileid.c Export the compare function since it is used in a few places. 2012-03-09 11:45:08 +00:00
fileid.h Export the compare function since it is used in a few places. 2012-03-09 11:45: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
filestat.c Explicitly ignore the function result of CloseHandle(). 2012-04-03 12:54:17 +00:00
filestat.h Add a new module that works around a bug in the Microsoft version of stat. The 2012-04-01 16:56:42 +00:00
filetime.c Fixed an error in the conversion function from Unix time to FILETIME. 2012-04-03 13:27:19 +00:00
filetime.h Added a replacement for utime(), because it has the same DST bug as stat(). 2012-04-03 13:01:56 +00:00
filetype.c Splitted the filetype module into the actual search function (now in fileid) 2012-02-27 16:24:35 +00:00
filetype.h
fname.c
fname.h
fp.c Allow for warning-free build of common with MS VC on warning level 3. 2013-04-08 00:11:10 +02:00
fp.h
fragdefs.h
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 Renamed GT_GetArraySize to GT_GetElementCount. 2011-08-23 18:01:23 +00:00
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 Fix errors in tracking the number of items in the table. Added function 2011-08-21 16:56:40 +00:00
hashtab.h Fix errors in tracking the number of items in the table. Added function 2011-08-21 16:56:40 +00:00
hlldbgsym.h New flag that tells if the HLL symbol has an asm symbol attached. 2011-08-31 21:00:20 +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 Allow for warning-free build of common with MS VC on warning level 3. 2013-04-08 00:11:10 +02: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
mmodel.h
objdefs.h Move evaluation of the argument for .BANK into the linker. It is otherwise too 2012-06-30 17:18:03 +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 Removed useless command-line option. 2013-05-07 00:54:44 -04:00
searchpath.h Removed useless command-line option. 2013-05-07 00:54:44 -04:00
segdefs.h Move evaluation of the argument for .BANK into the linker. It is otherwise too 2012-06-30 17:18:03 +00:00
segnames.c
segnames.h
shift.c
shift.h
strbuf.c Allow to pass NULL pointers to FreeStrBuf. 2012-03-10 22:12:44 +00:00
strbuf.h Fixed an error in the SB_SkipMultiple macro. 2009-10-14 10:04:20 +00: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
strstack.h
strutil.c
strutil.h
symdefs.h Added flags for im- and export. 2011-08-16 11:34:46 +00:00
target.c Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
target.h Replaced builtin linker configs with ordinary .cfg files. 2013-04-09 23:09:46 +02:00
tgttrans.c Removed the unused function TgtTranslateStr. 2012-11-06 20:32:09 +00:00
tgttrans.h Removed the unused function TgtTranslateStr. 2012-11-06 20:32:09 +00: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 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
xmalloc.h
xsprintf.c
xsprintf.h