Skip to content
Snippets Groups Projects
  1. Mar 01, 1999
    • sof's avatar
      [project @ 1999-03-01 08:38:36 by sof] · 00752235
      sof authored
      Reinstate old signature for 'makeForeignObj', i.e.
      
        makeForeignObj :: Addr -> Addr -> IO ForeignObj
      
      combining the primitive 'makeForeignObj' and addForeignFinalizer(+).
      
      The primitive ForeignObj constructor is now exported as 'mkForeignObj'
      00752235
    • sof's avatar
      [project @ 1999-03-01 08:19:49 by sof] · 7c906d8a
      sof authored
      Added:
      
         writeStablePtrOffAddr   :: Addr -> Int -> StablePtr a -> IO ()
         readStablePtrOffAddr    :: Addr -> Int -> IO (StablePtr a)
         writeForeignObjOffAddr  :: Addr -> Int -> ForeignObj -> IO ()
      7c906d8a
    • sof's avatar
      [project @ 1999-03-01 08:16:28 by sof] · 0932e85e
      sof authored
      - added showListWith, non-overloaded version of showList.
      0932e85e
  2. Feb 26, 1999
  3. Feb 25, 1999
  4. Feb 24, 1999
  5. Feb 23, 1999
  6. Feb 22, 1999
  7. Feb 20, 1999
  8. Feb 19, 1999
  9. Feb 18, 1999
  10. Feb 17, 1999
Loading