Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id ECB3163C3B5 for ; Sun, 13 Dec 2009 23:26:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 937BC63B257; Sun, 13 Dec 2009 23:26:27 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 436FB63B27D for ; Sun, 13 Dec 2009 23:26:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2E143175DD; Sun, 13 Dec 2009 23:26:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 13 Dec 2009 23:26:26 +0000 From: Aleksej Saushev Subject: CVS commit: pkgsrc/lang/polyml To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20091213232626.2E143175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: asau Date: Sun Dec 13 23:26:26 UTC 2009 Modified Files: pkgsrc/lang/polyml: Makefile distinfo Added Files: pkgsrc/lang/polyml/patches: patch-aa Log Message: Update to Poly/ML Version 5.3 Major New Features - Addition of IDE interface support. - Changes to pretty-printing and equality. These are now inherited across module boundaries. Addition of PolyML.addPrettyPrinter to install a new-style pretty printer. - Reworked implementation of signatures reducing the memory requirements when a named signature is used in multiple places. - Improvements to printing of types and error messages. Minor Additions and Changes - Support for out-of-tree builds - Added finalisation for foreign-function interface (CInterface) - Removed remaining support for ML90 - Added PolyML.sourceLocation pseudo-function that returns the current source location, PolyML.raiseWithLocation that raises an exception with an explicit location and PolyML.exceptionLocation that returns the location where an exception was raised. - Added PolyML.Compiler.reportUnreferencedIds switch to enable reporting of unreferenced identifiers. - Added breakEx and clearEx to debugger functions. These enter the debugger when the code raises a given exception. - Improvement to resonsiveness to pipes especially in Windows. - Added X86-64 version of Word32 structure. 64-bit machines do not require 32-bit values to be "boxed". Bug Fixes - Now builds on Mac OS X 10.6 (Snow Leopard) - Fix multi-threading on Sparc but now only supports v9 processors. - Fix timing-related crash when Poly/ML exits - Fix string argument to OS.SysErr exception - Fix to OS.FileSys.mkDir in Windows - Fix to pow(~1, n) where n is even - Various fixes to conform more closely to the standard. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/polyml/Makefile \ pkgsrc/lang/polyml/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/polyml/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.