Commit Graph

2 Commits

Author SHA1 Message Date
Fergus Henderson
3fc5389b53 Add copyright notices.
runtime/*:
	Add copyright notices.
1995-03-30 21:57:11 +00:00
Fergus Henderson
d4c7b3e54f Add new grades asm_*.
examples/Mercury:
	Add new grades asm_*.

wrapper.mod:
	Add a new -h (help) option.
	Change the behaviour of the -l option:
		Exit after printing the labels
		Don't use popen("sort -n"), since it's an unnecessary OS
		dependency and the user can do it anyway.
		[And because we weren't checking whether the call
		succeeded, and I didn't want to add checking code...]

io.mod, init.h, wrapper.mod, label.c:
	Remove support for automatically calling *_input.
	Optimize things so that we only call init_modules() if we
	are going to need the label names.
1995-02-26 17:50:40 +00:00