Skip to content
Snippets Groups Projects
  1. Aug 24, 1998
    • sof's avatar
      [project @ 1998-08-24 19:19:44 by sof] · ab6759eb
      sof authored
      Moved Util.unvectorize to a more appropriate home (CString)
      ab6759eb
    • sof's avatar
      [project @ 1998-08-24 19:16:32 by sof] · 72350160
      sof authored
      Removed:
      	psToByteArrayST,
       	packCString#,
       	unpackCString#,
       	unpackCString2#,
       	unpackAppendCString#,
       	unpackFoldrCString#,
       	unpackCString,
       	unpackCStringIO,
       	unpackCStringLenIO
      
      Added:
      	hGetPS
      
      * This module contained a little bit of everything. Moved
        functions for marshalling to/from C strings into a separate module.
      
      * Reuse PrelPack code.
      72350160
    • sof's avatar
      [project @ 1998-08-24 19:13:18 by sof] · 6dcc1200
      sof authored
      New module containing misc functions for going to/from C strings/sequences
      6dcc1200
    • sof's avatar
      [project @ 1998-08-24 19:12:06 by sof] · a13ea2a1
      sof authored
      New functions:
        hFillBuf   :: Handle -> Addr -> Int -> IO Int
        hFillBufBA :: Handle -> ByteArray Int -> Int -> IO Int
      
       reading a sequence of a bytes into a chunk of memory.
      a13ea2a1
    • sof's avatar
      [project @ 1998-08-24 11:16:10 by sof] · 902f6cd7
      sof authored
      [Semi-experimental]
      ENTER_CC_PAP: tick the entry count of a PAP's CC when entering it.
      902f6cd7
    • sof's avatar
      [project @ 1998-08-24 11:05:37 by sof] · 69721cdc
      sof authored
      Since we're unable to deal with seq'ing over function values, comment out the Eval instance for (->)
      69721cdc
    • sof's avatar
      [project @ 1998-08-24 10:53:41 by sof] · 6afe2e84
      sof authored
      readChunk:
        last commit may have fixed a bug in the handling of incomplete reads,
        but at the cost of breaking the (common) case of complete
        reads :-/. Should work better in both cases now.
      6afe2e84
    • sof's avatar
      [project @ 1998-08-24 10:47:52 by sof] · 8f9cbd2d
      sof authored
      Added seqZh comment on why it shouldn't be used on partially applied values
      8f9cbd2d
    • sof's avatar
      [project @ 1998-08-24 10:02:08 by sof] · 16c698fd
      sof authored
      add_syslib: turn off -syslib loop checking
      16c698fd
  2. Aug 21, 1998
  3. Aug 20, 1998
  4. Aug 19, 1998
  5. Aug 18, 1998
  6. Aug 17, 1998
  7. Aug 16, 1998
  8. Aug 15, 1998
Loading