|
From: Matthew F. <fl...@ml...> - 2006-10-24 12:27:48
|
Update TODO ---------------------------------------------------------------------- U mlton/branches/on-20050822-x86_64-branch/doc/x86_64-port-notes/TODO ---------------------------------------------------------------------- Modified: mlton/branches/on-20050822-x86_64-branch/doc/x86_64-port-notes/TODO =================================================================== --- mlton/branches/on-20050822-x86_64-branch/doc/x86_64-port-notes/TODO 2006-10-24 19:25:50 UTC (rev 4764) +++ mlton/branches/on-20050822-x86_64-branch/doc/x86_64-port-notes/TODO 2006-10-24 19:27:33 UTC (rev 4765) @@ -11,6 +11,9 @@ (* drop ML 'bool' from FFI and add C 'bool' *) http://mlton.org/pipermail/mlton/2006-June/028927.html + http://mlton.org/pipermail/mlton/2006-June/028940.html + + Revision 4658 -- convert 'int' to 'bool' by comparision with zero + -- revert when dropping 'bool' from FFI; comparision + with zero will happen on the ML side. (* platform dependent c-types.h; change <build>/ layout *) http://mlton.org/pipermail/mlton/2006-June/028943.html @@ -51,10 +54,3 @@ basis/MLton/allocTooLarge.c - - - - -Revision 4658 -- convert 'int' to 'bool' by comparision with zero - -- revert when dropping 'bool' from FFI; comparision - with zero will happen on the ML side. |