.. |
make
|
Some more floating point support.
|
2008-08-11 17:51:00 +00:00 |
abend.c
|
|
|
abend.h
|
|
|
addrsize.c
|
Added long address size
|
2003-11-18 20:50:36 +00:00 |
addrsize.h
|
Added long address size
|
2003-11-18 20:50:36 +00:00 |
assertdefs.h
|
Completed assertions, add auto assertion for jmp (abs) bug
|
2003-06-06 20:47:59 +00:00 |
attrib.h
|
|
|
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
|
Use :? operator to allow use in expressions
|
2001-05-16 13:05:06 +00:00 |
cmdline.c
|
Removed dead code
|
2003-10-31 20:36:31 +00:00 |
cmdline.h
|
Fixed another signedness problem
|
2001-10-11 14:50:10 +00:00 |
coll.c
|
Fixed problems with the inline macros
|
2001-10-11 21:54:25 +00:00 |
coll.h
|
Changed the object file and library format. There is now an additional
|
2003-05-25 17:57:50 +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
|
Move the Debug flag into a new module "debugflag" in the common directory.
|
2003-01-04 16:59:51 +00:00 |
debugflag.h
|
Move the Debug flag into a new module "debugflag" in the common directory.
|
2003-01-04 16:59:51 +00:00 |
exprdefs.c
|
Renamed the Val field to IVal to allow values of other types later.
|
2007-08-30 20:24:16 +00:00 |
exprdefs.h
|
Renamed the Val field to IVal to allow values of other types later.
|
2007-08-30 20:24:16 +00:00 |
filepos.c
|
|
|
filepos.h
|
Change data types to get a smaller memory footprint
|
2003-10-31 21:59:21 +00:00 |
filetype.c
|
Added extensions for new loadable modules
|
2005-03-20 09:00:51 +00:00 |
filetype.h
|
Add upper case extensions, use binary search
|
2003-06-02 11:01:23 +00:00 |
fname.c
|
New function FindName()
|
2003-04-28 06:42:11 +00:00 |
fname.h
|
New function FindName()
|
2003-04-28 06:42:11 +00:00 |
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
|
Increased the string pool size
|
2003-06-06 06:44:07 +00:00 |
hashstr.c
|
Make much more usage of dynamic strings (StrBufs) instead of char* and
|
2008-03-31 20:54:45 +00:00 |
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
|
Make much more usage of dynamic strings (StrBufs) instead of char* and
|
2008-03-31 20:54:45 +00:00 |
inline.h
|
Add symbol to disable inlining of functions
|
2005-11-20 22:03:29 +00:00 |
intstack.c
|
New module strstack
|
2004-03-07 22:09:06 +00:00 |
intstack.h
|
New module strstack
|
2004-03-07 22:09:06 +00:00 |
inttypes.h
|
Added check for gcc
|
2005-08-26 12:44:15 +00:00 |
libdefs.h
|
Extend the object code format by adding a (currently empty) scope table.
|
2003-11-28 22:12:14 +00:00 |
matchpat.c
|
New pattern matching module matchpat.[ch]
|
2002-04-08 19:55:12 +00:00 |
matchpat.h
|
New pattern matching module matchpat.[ch]
|
2002-04-08 19:55:12 +00:00 |
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
|
Extend the object code format by adding a (currently empty) scope table.
|
2003-11-28 22:12:14 +00:00 |
optdefs.h
|
Encode option strings in the string pool
|
2003-05-25 21:06:57 +00:00 |
print.c
|
|
|
print.h
|
|
|
searchpath.c
|
Make much more usage of dynamic strings (StrBufs) instead of char* and
|
2008-03-31 20:54:45 +00:00 |
searchpath.h
|
New function ForgetAllSearchPaths
|
2003-08-03 11:51:12 +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
|
Move ValidSegName into segnames.c
|
2003-02-08 09:53:44 +00:00 |
segnames.h
|
Move ValidSegName into segnames.c
|
2003-02-08 09:53:44 +00:00 |
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
|
Make much more usage of dynamic strings (StrBufs) instead of char* and
|
2008-03-31 20:54:45 +00:00 |
strbuf.h
|
Another fix for the SB_SetIndex macro.
|
2009-01-26 08:28:29 +00:00 |
strpool.c
|
Make much more usage of dynamic strings (StrBufs) instead of char* and
|
2008-03-31 20:54:45 +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
|
New function StrCaseCmp
|
2003-02-08 22:23:29 +00:00 |
strutil.h
|
New function StrCaseCmp
|
2003-02-08 22:23:29 +00:00 |
symdefs.h
|
Extend the object code format by adding a (currently empty) scope table.
|
2003-11-28 22:12:14 +00:00 |
target.c
|
Added the lynx target
|
2004-10-08 09:23:02 +00:00 |
target.h
|
Added the lynx target
|
2004-10-08 09:23:02 +00:00 |
tgttrans.c
|
Make much more usage of dynamic strings (StrBufs) instead of char* and
|
2008-03-31 20:54:45 +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.h
|
Bumped the version number
|
2008-04-21 20:14:29 +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 |