CVS: sml-dist/src/system/Basis/Implementation word32.sml, 1.6.4.1, 1.6.4.2 word8.sml, 1.5, 1.5.4.1
George Kuan <[email protected]> Fri, 22 Sep 2006 12:07:09 -0700
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9099/src/system/Basis/Implementation
Modified Files:
Tag: primop-branch-2
word32.sml word8.sml
Log Message:
debugging -- prim precision conversion types do not match in translate.sml inl_infPrec
Index: word32.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation/word32.sml,v
retrieving revision 1.6.4.1
retrieving revision 1.6.4.2
diff -C2 -d -r1.6.4.1 -r1.6.4.2
*** word32.sml 7 Sep 2006 20:57:35 -0000 1.6.4.1
--- word32.sml 22 Sep 2006 19:07:06 -0000 1.6.4.2
***************
*** 17,23 ****
val fromLargeWord : LargeWord.word -> word = W32.fromLargeWord
! val toLargeInt : word -> LargeInt.int = W32.toLargeInt
! val toLargeIntX : word -> LargeInt.int = W32.toLargeIntX
! val fromLargeInt : LargeInt.int -> word = W32.fromLargeInt
val toInt : word -> int = W32.toInt
--- 17,23 ----
val fromLargeWord : LargeWord.word -> word = W32.fromLargeWord
! val toLargeInt (* : word -> LargeInt.int *) = W32.toLargeInt
! val toLargeIntX (* : word -> LargeInt.int *) = W32.toLargeIntX
! val fromLargeInt (* : LargeInt.int -> word *) = W32.fromLargeInt
val toInt : word -> int = W32.toInt
Index: word8.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation/word8.sml,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -C2 -d -r1.5 -r1.5.4.1
*** word8.sml 11 Nov 2004 00:12:40 -0000 1.5
--- word8.sml 22 Sep 2006 19:07:06 -0000 1.5.4.1
***************
*** 22,26 ****
val fromInt : int -> word = W8.fromInt
! val toLargeWord : word -> LargeWord.word = W8.toLargeWord
val toLargeWordX = W8.toLargeWordX
val fromLargeWord = W8.fromLargeWord
--- 22,26 ----
val fromInt : int -> word = W8.fromInt
! val toLargeWord = W8.toLargeWord
val toLargeWordX = W8.toLargeWordX
val fromLargeWord = W8.fromLargeWord
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV