Commit Graph

5 Commits

Author SHA1 Message Date
Fergus Henderson
04b720630b Update the copyright messages so that (a) they contain the correct years
and (b) they say "Copyright (C) ... _The_ University of Melbourne".
1997-07-27 15:09:59 +00:00
Zoltan Somogyi
908661689f Fix missing ;;s in case statement.
mprof:
	Fix missing ;;s in case statement.
1995-10-09 01:48:21 +00:00
Fergus Henderson
8cf86fd1ef Replace all uses of
scripts/*.in:
	Replace all uses of

		... "$@" ...

	with

		case $# in
			0) ... ...
			*) ... "$@" ...
		esac

	since on ULTRIX and OSF, "$@" does the wrong thing if $# is 0.
1995-09-18 07:14:09 +00:00
Fergus Henderson
80de282fd2 Remove the "--", since it is no longer needed.
mc.in, mprof.in:
	Remove the "--", since it is no longer needed.

mcn.in, mcs.in:
	These scripts are no longer necessary - use `mc' instead.
1995-09-08 03:33:53 +00:00
Fergus Henderson
f1d37af1a6 Add script to invoke mercury_profile.
scripts/mprof.m, scripts/Mmake:
	Add script to invoke mercury_profile.
1995-07-20 13:59:12 +00:00