..
tests
Add @LIBOBJS@ to library linkages (for missing functions).
24 years ago
Makefile.inc
Allow preprocess-only and setting of preproc. Update main() and related
23 years ago
arch.c
Add RCSID().
24 years ago
arch.h
Restructure bc_calc_len() family into bc_resolve() family. Many many many
23 years ago
bc-int.h
Add bcs_last() macro.
23 years ago
bitvect.c
Cut bitvect allocations even more by making a bitvect_from_Dec_static() and
24 years ago
bitvect.h
Cut bitvect allocations even more by making a bitvect_from_Dec_static() and
24 years ago
bytecode.c
Restructure bc_calc_len() family into bc_resolve() family. Many many many
23 years ago
bytecode.h
Restructure bc_calc_len() family into bc_resolve() family. Many many many
23 years ago
compat-queue.h
Modify so that almost everything passes LCLint with the options in lclint.sh.
24 years ago
coretype.h
Comment additions.
23 years ago
errwarn.c
Enhance error/warning framework by allowing specific warnings to be disabled,
23 years ago
errwarn.h
Enhance error/warning framework by allowing specific warnings to be disabled,
23 years ago
expr-int.h
Change from current file/line dual storage to a monotonically-increasing line
24 years ago
expr.c
Binary object format output! Lots of structural changes needed, particularly
23 years ago
expr.h
Binary object format output! Lots of structural changes needed, particularly
23 years ago
file.c
Allow replacing with no extension (eg w/o an appended '.'). Needed for bin
23 years ago
file.h
Allow replacing with no extension (eg w/o an appended '.'). Needed for bin
23 years ago
floatnum.c
Plug memory leak in floatnum_new().
24 years ago
floatnum.h
(Mostly) Clean up floatnum internal allocations.
24 years ago
hamt.c
Move BitCount() macro from hamt.c to util.h.
23 years ago
hamt.h
Switch from using ternary tree to Hash Array Mapped Trie (HAMT), which has
24 years ago
intnum.c
Cut bitvect allocations even more by making a bitvect_from_Dec_static() and
24 years ago
intnum.h
Allocate single static temporary bitvect for conversions (as most conversions
24 years ago
linemgr.c
Revamp object format functional interface a bit. Now, only the output()
23 years ago
linemgr.h
Revamp object format functional interface a bit. Now, only the output()
23 years ago
mergesort.c
Fix some nits found by lclint. Still something weird going on with list2 in
24 years ago
objfmt.h
Add bin object format.
23 years ago
optimizer.h
Correct optimize() comment.
23 years ago
parser.h
Add const char *in_filename arguments to
23 years ago
preproc.h
Add const char *in_filename arguments to
23 years ago
section.c
Binary object format output! Lots of structural changes needed, particularly
23 years ago
section.h
Binary object format output! Lots of structural changes needed, particularly
23 years ago
strcasecmp.c
Modify so that almost everything passes LCLint with the options in lclint.sh.
24 years ago
strsep.c
Modify so that almost everything passes LCLint with the options in lclint.sh.
24 years ago
symrec.c
Make duplicate definition (w/regards to COMMON and EXTERN) work properly.
23 years ago
symrec.h
Fix issue with how symrec's are handled when an expression is copied: old code
23 years ago
util.h
Move BitCount() macro from hamt.c to util.h.
23 years ago
valparam.c
Massive cleanup of debugging output (via _print() functions). All now take
24 years ago
valparam.h
Massive cleanup of debugging output (via _print() functions). All now take
24 years ago
xmalloc.c
Add coretype.h, make util.h do a lot more, use util.h to simplify include
24 years ago
xstrdup.c
Add coretype.h, make util.h do a lot more, use util.h to simplify include
24 years ago