Commit Graph

5 Commits

Author SHA1 Message Date
Zoltan Somogyi
5b4e509c31 A first cut at an autoconfigure script. By running "autoconf"
configure.in, Makefile.conf.in, autoconf.h.in:
	A first cut at an autoconfigure script. By running "autoconf"
	without arguments on munta, you get configure, which is when
	run produces Makefile.conf and autoconf.h. These are not used
	at present.

conf.h, memory.h:
	Slight changes to get closer to the autoconfiguration scheme.
1995-04-03 09:03:55 +00:00
Fergus Henderson
3fc5389b53 Add copyright notices.
runtime/*:
	Add copyright notices.
1995-03-30 21:57:11 +00:00
Zoltan Somogyi
d11bae9575 turn on group write permission on installed files
Cakefile:
	turn on group write permission on installed files

mgnuc:
	fix Fergus's changes

tags.h:
	simply definition of fields
1994-09-06 06:07:20 +00:00
Fergus Henderson
61ea64d3e8 Fix various compiler warnings and portability problems. 1994-08-17 02:12:59 +00:00
Zoltan Somogyi
3983e8a6a8 Added a configuration file conf.h and centralized OS-dependent #defines there.
The SEGV handler will now progressively unprotect the various redzones
when required.

Fixed a bug in the Cakefile: "cake clean" now works properly.
1994-08-02 08:39:01 +00:00