Commit Graph

7 Commits

Author SHA1 Message Date
Fergus Henderson
7cb525fde3 Undo Zoltan's bogus update of all the copyright dates.
Estimated hours taken: 0.5

library/*.m:
compiler/*.m:
	Undo Zoltan's bogus update of all the copyright dates.
	The dates in the copyright header should reflect the years
	in which the file was modified (and no, changes to the
	copyright header itself don't count as modifications).
1998-01-23 12:33:43 +00:00
Zoltan Somogyi
9ae7acc593 Update all the copyright dates for 1998.
Estimated hours taken: 0.5

library/*.m:
	Update all the copyright dates for 1998.
1998-01-13 10:01:32 +00:00
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
Fergus Henderson
bd4f0a839b Wrap long lines, to avoid formatting problems in the
Estimated hours taken: 1

library/*.m:
	Wrap long lines, to avoid formatting problems in the
	automatically-generated library reference manual.
1997-07-25 03:44:47 +00:00
Fergus Henderson
8bc7cca677 Fix missing `import_module' declarations detected by stayls's
Estimated hours taken: 0.25

library/multi_map.m:
library/prolog.m:
	Fix missing `import_module' declarations detected by stayls's
	changes to implement `use_module'.
1997-06-30 17:23:32 +00:00
Tyson Dowd
cbcb23d17b Enable --warn-interface-imports by default.
Estimated hours taken: 3

Enable --warn-interface-imports by default. This was turned off while
list and term were defined in mercury_builtin.m, since it caused many
warnings.

Fix all the unused interface imports that have been added since then.

compiler/options.m:
	Enable --warn-interface-imports by default.

compiler/module_qual.m:
	Fix formatting inconsistencies with module names in warning
	messages. (".m" was not appended to module names if there was
	only one module).

compiler/*.m:
library/*.m:
tests/invalid/type_loop.m:
tests/warnings/*.m:
	Remove usused interface imports, or move them into
	implementation (mostly bool, list and std_util).
1997-05-21 02:16:53 +00:00
Dylan Shuttleworth
37aa01f8b1 A new library file based on map.m, where the data-type is a list of things.
Estimated hours taken: _3___

A new library file based on map.m, where the data-type is a list of things.
This gives a vague one-to-many storage class.  It's based on map for
flexability, and doesn't achieve much more than map and list together, but
it is nice.  It is also completely untested.  I'm adding it now, because I
disappear for 12 months in 4 days time.

library/multi_map.m
	added this file.
1995-12-29 03:54:53 +00:00