mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 21:35:49 +00:00
Discussion of these changes can be found on the Mercury developers
mailing list archives from June 2018.
COPYING.LIB:
Add a special linking exception to the LGPL.
*:
Update references to COPYING.LIB.
Clean up some minor errors that have accumulated in copyright
messages.
% Copyright (C) 2000 The University of Melbourne. This directory shows how you can use the MercuryFile structure to change the behaviour of io.m. The file logged_output.m implements an io__output_stream which writes to stdout and also logs all of its output to a file at the same time. To compile this module you need a mercury compiler which has has been configured with --enable-new-mercuryfile-struct.