memory.c:
Now memory diagnostics are printed on stderr.
wrapper.mod, memory.c:
Convert whens to cases and ors to else ifs.
other files:
copyright notices.
.gdbinit:
Don't source .gdbinit.arch, since it seems to have suffered
software rot.
aux.c, std.h, imp.h, access.c, iface.mod, prof.c:
Make sure that all memory allocation goes through
newmem(), resizemem() and oldmem().
Fix those functions so that they work with conservative
garbage collection.
imp.h:
Define `Integer' to be a signed type the same size as `Word'.
imp.h, io.mod:
Replace incr_hp/1 macro with incr_hp/2.
list.c, std.h:
Various minor cleanups.
tags.h:
Replace all the casts to `unsigned' and `uint' with cases
to `Word'.
the .mod files and the portable implementation.)
Improved the mod2c process slightly (The .c files are readonly and
have a header "this was generated automatically - do not edit".)