Subject: CVS commit: pkgsrc/lang/mercury
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 05/02/2003 17:48:32
Module Name:	pkgsrc
Committed By:	jtb
Date:		Fri May  2 17:48:31 UTC 2003

Modified Files:
	pkgsrc/lang/mercury: Makefile PLIST distinfo
	pkgsrc/lang/mercury/patches: patch-aa patch-ab patch-ac patch-ad
Removed Files:
	pkgsrc/lang/mercury/patches: patch-ae patch-af patch-ag patch-ah
	    patch-ai patch-aj patch-ak patch-al

Log Message:
Update mercury to version 0.11.0.

Changes to the Mercury language:
* Support for constrained polymorphic modes.
* Addition of state variable syntax.
* Improved support for higher-order functions.
* Predicate and function equivalence type and mode declarations.
* Support for defining predicates or functions
  using different clauses for different modes.
* Support for Haskell-like "@" expressions.
* Generalized foreign language interface.

Changes to the Mercury compiler:
* A new `--make' option, for simpler building of programs.
* A new `--smart-recompilation' option, for fine-grained dependency tracking.
* A new optional warning: `--warn-non-tail-recursion'.
* A new optimization: `--constraint-propagation'.
* A new optimization: `--loop-invariants'.
* Support for arbitrary mappings from module name to source file name.

Portability improvements:
* Mac OS X is now supported "out-of-the-box".
* On Windows we now support generating non-Cygwin executables.
* Better conformance to ANSI/ISO C.

Changes to the compiler back-ends:
* The native code Linux/x86 back-end is now "release quality".
* The .NET CLR back-end is much improved.

Major improvements to the Mercury debugger, including:
* Support for source-linked debugging using vim (rather than emacs).
* Command-line completion.
* Ability to display values of higher-order terms.
* Declarative debugging.
* Support for transparent retries across I/O.

A new profiler, which we call the Mercury deep profiler or mdprof:
* Supports both time and memory profiling.
* Gathers information about individual call sites as well as procedures.
* Eliminates the assumption that all calls to a procedure have equal cost.
* Allows users to explore the gathered data interactively with a web browser.

Numerous minor improvements to the Mercury standard library.

A new testing tool in the extras distribution.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/mercury/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/mercury/PLIST pkgsrc/lang/mercury/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/mercury/patches/patch-aa \
    pkgsrc/lang/mercury/patches/patch-ab pkgsrc/lang/mercury/patches/patch-ac \
    pkgsrc/lang/mercury/patches/patch-ad
cvs rdiff -r1.1.1.1 -r0 pkgsrc/lang/mercury/patches/patch-ae \
    pkgsrc/lang/mercury/patches/patch-ag pkgsrc/lang/mercury/patches/patch-ah \
    pkgsrc/lang/mercury/patches/patch-aj pkgsrc/lang/mercury/patches/patch-ak
cvs rdiff -r1.2 -r0 pkgsrc/lang/mercury/patches/patch-af \
    pkgsrc/lang/mercury/patches/patch-ai
cvs rdiff -r1.1 -r0 pkgsrc/lang/mercury/patches/patch-al

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.