[MLton-commit] r5587
Vesa Karvonen
vesak at mlton.org
Wed Jun 6 00:01:43 PDT 2007
Updated to work with Standard ML of New Jersey v110.64.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/funs.cm
D mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/mk-word-sane.fun
U mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/sane.cm
D mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/word.sig
D mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/words.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/funs.cm
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/funs.cm 2007-06-05 17:47:07 UTC (rev 5586)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/funs.cm 2007-06-06 07:01:42 UTC (rev 5587)
@@ -6,5 +6,4 @@
group is
mk-real-sane.fun
- mk-word-sane.fun
$/basis.cm
Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/mk-word-sane.fun
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/mk-word-sane.fun 2007-06-05 17:47:07 UTC (rev 5586)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/mk-word-sane.fun 2007-06-06 07:01:42 UTC (rev 5587)
@@ -1,12 +0,0 @@
-(* Copyright (C) 2006 SSH Communications Security, Helsinki, Finland
- *
- * This code is released under the MLton license, a BSD-style license.
- * See the LICENSE file or http://mlton.org/License for details.
- *)
-
-functor MkWordSane (W : WORD) = struct
- open W
- val fromLarge = fromLargeWord
- val toLarge = toLargeWord
- val toLargeX = toLargeWordX
-end
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/sane.cm
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/sane.cm 2007-06-05 17:47:07 UTC (rev 5586)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/sane.cm 2007-06-06 07:01:42 UTC (rev 5587)
@@ -15,5 +15,3 @@
string.sig
text.sig
text.sml
- word.sig
- words.sml
Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/word.sig
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/word.sig 2007-06-05 17:47:07 UTC (rev 5586)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/word.sig 2007-06-06 07:01:42 UTC (rev 5587)
@@ -1,12 +0,0 @@
-(* Copyright (C) 2006 SSH Communications Security, Helsinki, Finland
- *
- * This code is released under the MLton license, a BSD-style license.
- * See the LICENSE file or http://mlton.org/License for details.
- *)
-
-signature WORD = sig
- include WORD
- val fromLarge : LargeWord.word -> word
- val toLarge : word -> LargeWord.word
- val toLargeX : word -> LargeWord.word
-end
Deleted: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/words.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/words.sml 2007-06-05 17:47:07 UTC (rev 5586)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/ml/smlnj/workarounds/words.sml 2007-06-06 07:01:42 UTC (rev 5587)
@@ -1,16 +0,0 @@
-(* Copyright (C) 2006 SSH Communications Security, Helsinki, Finland
- *
- * This code is released under the MLton license, a BSD-style license.
- * See the LICENSE file or http://mlton.org/License for details.
- *)
-
-structure Word = MkWordSane (Word)
-structure LargeWord = MkWordSane (LargeWord)
-structure SysWord = MkWordSane (SysWord)
-
-structure Word8 = MkWordSane (Word8)
-
-structure Word31 = MkWordSane (Word31)
-structure Word32 = MkWordSane (Word32)
-
-structure Word64 = MkWordSane (Word64)
More information about the MLton-commit
mailing list