diff options
author | asau <asau@pkgsrc.org> | 2012-01-29 20:48:48 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-01-29 20:48:48 +0000 |
commit | ac857e46fdeda7b168303bbd3fc2bb506a9266d2 (patch) | |
tree | 58c96d9e9904572f8cff5bb31cd2db91ab5f1725 /lang/smlnj/PLIST | |
parent | 16c9b9f833329ce7a6bb7c756617acf3a17663fa (diff) | |
download | pkgsrc-ac857e46fdeda7b168303bbd3fc2bb506a9266d2.tar.gz |
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.
Diffstat (limited to 'lang/smlnj/PLIST')
-rw-r--r-- | lang/smlnj/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/smlnj/PLIST b/lang/smlnj/PLIST index d56b2c1aa9a..faed08b6751 100644 --- a/lang/smlnj/PLIST +++ b/lang/smlnj/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2010/02/07 03:14:36 asau Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/01/29 20:48:48 asau Exp $ bin/heap2asm bin/heap2exec bin/ml-antlr @@ -73,12 +73,18 @@ lib/smlnj/lib/cml-lib/.cm/${BOX}-unix/smlnj-lib.cm lib/smlnj/lib/cml-lib/.cm/${BOX}-unix/trace-cml.cm lib/smlnj/lib/cml/.cm/${BOX}-unix/basis.cm lib/smlnj/lib/cml/.cm/${BOX}-unix/cml-internal.cm +lib/smlnj/lib/cml/.cm/${BOX}-unix/cml-lib.cm lib/smlnj/lib/cml/.cm/${BOX}-unix/cml.cm lib/smlnj/lib/cml/.cm/${BOX}-unix/core-cml.cm +lib/smlnj/lib/cml/.cm/${BOX}-unix/inet-lib.cm +lib/smlnj/lib/cml/.cm/${BOX}-unix/smlnj-lib.cm +lib/smlnj/lib/cml/.cm/${BOX}-unix/trace-cml.cm +lib/smlnj/lib/cml/.cm/${BOX}-unix/unix-lib.cm lib/smlnj/lib/dir-tool.cm/.cm/${BOX}-unix/dir-tool.cm lib/smlnj/lib/eXene.cm/.cm/${BOX}-unix/eXene.cm lib/smlnj/lib/grm-ext.cm/.cm/${BOX}-unix/grm-ext.cm lib/smlnj/lib/hash-cons-lib.cm/.cm/${BOX}-unix/hash-cons-lib.cm +lib/smlnj/lib/html4-lib.cm/.cm/${BOX}-unix/html4-lib.cm lib/smlnj/lib/inet-lib.cm/.cm/${BOX}-unix/inet-lib.cm lib/smlnj/lib/json-lib.cm/.cm/${BOX}-unix/json-lib.cm lib/smlnj/lib/lex-ext.cm/.cm/${BOX}-unix/lex-ext.cm |