2015-01-04 09:57:36 by David A. Holland | Files touched by this commit (1) |
Log message:
Use ONLY_FOR_PLATFORM only to indicate what the compiler knows how to
target. For stuff the packaging doesn't handle, use BROKEN.
|
2014-10-05 18:41:09 by Thomas Klausner | Files touched by this commit (58) |
Log message:
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
|
2013-04-06 06:03:37 by Blue Rats | Files touched by this commit (5) |
Log message:
'"@comment $NetBSD$" expected.'
|
2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-01-29 21:48:48 by Aleksej Saushev | Files touched by this commit (7) |
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.
|
2010-02-07 04:14:36 by Aleksej Saushev | Files touched by this commit (4) |
Log message:
Update to SML/NJ 110.72, bug fix release.
|
2009-12-15 07:35:30 by Aleksej Saushev | Files touched by this commit (2) |
Log message:
Support FreeBSD.
|
2009-09-22 17:07:23 by Aleksej Saushev | Files touched by this commit (1) |
Log message:
Remove comment about outdated mirror.
|
2009-09-22 17:01:23 by Aleksej Saushev | Files touched by this commit (1) | |
Log message:
Commit forgotten PLIST for 110.71 update.
|
2009-09-22 16:48:47 by Aleksej Saushev | Files touched by this commit (13) |
Log message:
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
|