.. |
make
|
Added functions to factorize a value and to create the lcm of two factorized
|
2011-12-27 12:58:15 +00:00 |
abend.c
|
|
|
abend.h
|
|
|
addrsize.c
|
|
|
addrsize.h
|
|
|
alignment.c
|
Fix the factorization routine and hide it in the module. The others don't need
|
2011-12-27 22:18:05 +00:00 |
alignment.h
|
Fix the factorization routine and hide it in the module. The others don't need
|
2011-12-27 22:18:05 +00:00 |
assertion.c
|
|
|
assertion.h
|
|
|
attrib.h
|
|
|
bitops.c
|
|
|
bitops.h
|
|
|
cddefs.h
|
|
|
chartype.c
|
|
|
chartype.h
|
|
|
check.c
|
|
|
check.h
|
|
|
cmdline.c
|
|
|
cmdline.h
|
|
|
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
|
|
|
cpu.h
|
|
|
debugflag.c
|
|
|
debugflag.h
|
|
|
exprdefs.c
|
|
|
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
|
|
|
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
|
|
|
intstack.h
|
|
|
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
|
Write spans out in a separate object file section. This allows to merge
|
2011-08-21 19:08:23 +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
|
|
|
searchpath.h
|
|
|
segdefs.c
|
|
|
segdefs.h
|
|
|
segnames.c
|
|
|
segnames.h
|
|
|
shift.c
|
|
|
shift.h
|
|
|
strbuf.c
|
|
|
strbuf.h
|
|
|
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
|
|
|
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
|
|
|
version.h
|
|
|
xmalloc.c
|
|
|
xmalloc.h
|
|
|
xsprintf.c
|
|
|
xsprintf.h
|
|
|