summaryrefslogtreecommitdiff
path: root/lang/mercury/patches/patch-ai
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-05-02 17:48:28 +0000
committerjtb <jtb@pkgsrc.org>2003-05-02 17:48:28 +0000
commit0f156029542010e63e554b3d899a769f637ce8f6 (patch)
tree6565716758e29f262c1dc34c81f7323063ab0edb /lang/mercury/patches/patch-ai
parent80c4ff07e8fd7e459de13b7f95d4292e53d2a484 (diff)
downloadpkgsrc-0f156029542010e63e554b3d899a769f637ce8f6.tar.gz
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.
Diffstat (limited to 'lang/mercury/patches/patch-ai')
-rw-r--r--lang/mercury/patches/patch-ai21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/mercury/patches/patch-ai b/lang/mercury/patches/patch-ai
deleted file mode 100644
index 1b9fdb5dd48..00000000000
--- a/lang/mercury/patches/patch-ai
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ai,v 1.2 2003/03/10 04:09:04 jmc Exp $
-
---- profiler/Mmakefile.orig Mon Feb 19 14:51:41 2001
-+++ profiler/Mmakefile Mon Mar 10 03:03:43 2003
-@@ -24,7 +24,6 @@
- -I$(TRACE_DIR) \
- -I$(LIBRARY_DIR) \
- -I$(RUNTIME_DIR) \
-- -I$(BOEHM_GC_DIR) \
- -I$(BOEHM_GC_DIR)/include \
- "
- MCD = $(M_ENV) $(MC) --generate-dependencies
-@@ -50,7 +49,7 @@
- echo $(BOEHM_GC_DIR)/libpar_gc_prof.$A ;; \
- *.par*.gc*) echo $(BOEHM_GC_DIR)/libpar_gc.$A ;; \
- *.gc*.prof*) echo $(BOEHM_GC_DIR)/libgc_prof.$A ;; \
-- *.gc*) echo $(BOEHM_GC_DIR)/libgc.$A ;; \
-+ *.gc*) echo -L$(BOEHM_GC_DIR)/lib -Wl,${_OPSYS_RPATH_NAME}$(BOEHM_GC_DIR)/lib -lgc ;; \
- esac \
- ` $(MATH_LIB)
- MSL = MERCURY_SP_LIB_DIR=$(LIBRARY_DIR) $(SCRIPTS_DIR)/msl