Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D6889CDA11 for ; Sat, 13 Sep 2014 18:23:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 33A4314A1B2; Sat, 13 Sep 2014 18:23:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C1B0114A1A0 for ; Sat, 13 Sep 2014 18:23:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3F51y_2re0dD for ; Sat, 13 Sep 2014 18:23:38 +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 4153814A148 for ; Sat, 13 Sep 2014 18:23:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3C07698; Sat, 13 Sep 2014 18:23:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 13 Sep 2014 18:23:38 +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: <20140913182338.3C07698@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: asau Date: Sat Sep 13 18:23:38 UTC 2014 Modified Files: pkgsrc/lang/polyml: Makefile PLIST distinfo pkgsrc/lang/polyml/patches: patch-libpolyml_elfexport.cpp Removed Files: pkgsrc/lang/polyml/patches: patch-buildpolyc Log Message: Update to Poly/ML 5.5.2 Most of the changes are bug fixes. One major fix was to the intermediate code optimiser reported back in September. Other changes are the addition of PrettyStringWithWidth and PrettyLineBreak constructors to the PolyML.pretty datatype, Thread.Thread.numPhysicalProcessors to return the number of physical processors and printing ?.t in circumstances where t is bound to a different type. The debugger has been extended to include structures and the arguments to functors. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/polyml/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/polyml/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/polyml/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/lang/polyml/patches/patch-buildpolyc cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/lang/polyml/patches/patch-libpolyml_elfexport.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.