Commit graph

14 commits

Author SHA1 Message Date
asau
6c743eeae9 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.
2012-01-29 20:48:48 +00:00
asau
2ab0799b31 Update to SML/NJ 110.72, bug fix release. 2010-02-07 03:14:36 +00:00
asau
eab3165a33 Update to SML/NJ 110.71.
Numerous changes since version 110.42 include AMD64 support and loads of bug fixes,
detailed list of changes is at http://www.smlnj.org/dist/working/110.71/NOTES/HISTORY
2009-09-22 14:48:47 +00:00
dmcmahill
a952689eac add missing rmd160 hashes for boot.{sparc,ppc}-unix.tgz 2007-01-19 13:09:25 +00:00
gavan
bf44a33e48 Apply patch from PR pkg/32722. Fixes building on i386. 2006-03-28 21:35:27 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
snj
b3b8df27e8 Revert to smlnj-110.42, as 110.45 is troublesome. While doing so, keep it
using buildlink3, fetchable, and buildable with gcc3.

Requested by the package's maintainer.
2004-06-06 04:38:29 +00:00
snj
1a9e238425 Update to smlnj-110.45.
"The latest working version (110.45) fixes some installation problems
caused by incompatibilities with GCC 3.3. Earlier, 110.44 brought our
implementation of the Basis library closer to the specification, fixed
several important bugs, and provided support for Mac OS X 10.3
(Panther).  The previous working release (110.43) offered an operational
win32 port, added IntInf support to compiler and Basis library, and also
updated many interfaces of the Basis according to the latest draft of
the specification."

Provided by Jesper Louis Andersen in PR pkg/24586.

Also fixes PR pkg/23480.
2004-04-09 23:19:37 +00:00
jtb
6475d6427a Add checksum and size info for boot.sparc-unix.tgz distfile. 2003-07-02 19:57:35 +00:00
taca
cc5b4bbe6b Come back boot.x86-unix.tgz in distinfo.
P.S.
Should "make mdi" fetch and process all ARCH (or MACHINE_ARCH)'s distfiles?
2003-07-02 02:38:29 +00:00
jtb
82c9279a05 Wrong version of patch-af. 2003-07-01 23:19:13 +00:00
jtb
e1a5bec255 Make this work on powerpc. 2003-07-01 23:10:32 +00:00
wiz
452db34115 Update to 110.42, from Christopher Richards in connection with PR 18678.
Changes:
A number of small, but important bug fixes.
2003-03-21 22:54:38 +00:00
wiz
a0bce01167 Reimport sml-nj as smlnj, which is the name commonly used by the community.
Suggested by Christopher Richards in connection with PR 18678.
2003-03-21 22:20:55 +00:00