Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5D8D963B8C5 for ; Sun, 29 Jan 2012 20:48:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 265F914A3B9; Sun, 29 Jan 2012 20:48:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C06914A3AC for ; Sun, 29 Jan 2012 20:48:49 +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 lso5TUEXqQMh for ; Sun, 29 Jan 2012 20:48:48 +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 C31A514A36B for ; Sun, 29 Jan 2012 20:48:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0B44B175DD; Sun, 29 Jan 2012 20:48:49 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 29 Jan 2012 20:48:49 +0000 From: "Aleksej Saushev" Subject: CVS commit: pkgsrc/lang/smlnj To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20120129204849.0B44B175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: asau Date: Sun Jan 29 20:48:48 UTC 2012 Modified Files: pkgsrc/lang/smlnj: Makefile PLIST distinfo pkgsrc/lang/smlnj/patches: patch-at Removed Files: pkgsrc/lang/smlnj/patches: patch-ac patch-ar patch-as Log Message: Update to SML/NJ 110.73 SML/NJ 110.73 provides a number of new library features, including a new library for working with HTML 4, as well as many bug fixes. Details: CM: + Added boolean literals (true and false) to the conditional-expression syntax in CM. Thus, you can write #if true structure Foo #endif in a CM file. This change is meant to make it easier to use autoconf to configure the build process of an SML application. ML-Yacc: + Fixed ml-yacc examples to respect the changed signatures with respect to TextIO.inputLine. SML/NJ Library: + Added findExe function to PathUtil module. + Modified the implementation of GetOpt.usageInfo so that if the help string has embedded newlines, then the extra lines are properly indented. + Changed the interface of JSONStreamParser to support both parsing files and TextIO.instreams. + Added HTML4 library. + Fixed bug in hashed cons library (bug #55). + Added array iterators to DynamicArray module. Concurrent ML: + The paths used to specify the CML versions of libraries in a CM file have been rationalized (bug #68) $cml/basis.cm -- the CML version of $/basis.cm $cml/cml.cm -- core CML features $cml/cml-lib.cm -- CML library code $cml/trace-cml.cm -- TraceCML library for debugging $cml/smlnj-lib.cm -- CML version of the $/smlnj-lib.cm library $cml/inet-lib.cm -- CML version of the $/inet-lib.cm library $cml/unix-lib.cm -- CML version of the $/unix-lib.cm library Note that the old naming scheme is still supported, but may be removed in some future version. + Added Barriers module to CML. + Fixed the Win32 socket and polling implementation to work correctly with CML. Signature of poll was wrong and didn't handle sockets at all. MLRISC: + Added support for the RTDSC and RTDSCP instructions to the amd64 code generator. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/smlnj/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/smlnj/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/smlnj/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/lang/smlnj/patches/patch-ac cvs rdiff -u -r1.2 -r0 pkgsrc/lang/smlnj/patches/patch-ar cvs rdiff -u -r1.1 -r0 pkgsrc/lang/smlnj/patches/patch-as cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/smlnj/patches/patch-at Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.