Remove Control.Parallel*, now in package parallel
[haskell-directory.git] / Data / ByteString.hs
2006-11-06 Ross Patersonfix Haddock module headers
2006-11-06 Ross Patersonfix example in docs
2006-09-09 Don StewartSync Data.ByteString with stable branch
2006-08-24 Don Stewartexplicitly tag Data.ByteString rules with the FPS prefix.
2006-08-24 Don StewartAdd spec rules for sections in Data.ByteString
2006-08-23 Don StewartSync Data.ByteString with current stable branch, 0.7
2006-07-03 Don StewartAvoid strictness in accumulator for unpackFoldr
2006-07-02 Don StewartDisable unpack/build fusion
2006-07-01 Don StewartImport Data.ByteString.Lazy, improve ByteString Fusion...
2006-05-25 Don StewartMerge in changes from fps head. Highlights:
2006-05-20 Don StewartSync with FPS head, including the following patches:
2006-05-18 Don StewartcopyCString* should be in IO. Spotted by Tomasz Zielonka
2006-05-17 Don StewartFix negative index handling in splitAt, replicate and...
2006-05-13 Don StewartUse our own realloc. Thus reduction functions (like...
2006-05-12 Don StewartLast two CInt fixes for 64 bit, and bracket writeFile...
2006-05-10 Don StewartSome small optimisations, generalise the type of unfold
2006-05-09 Don StewartTwo things. #if defined(__GLASGOW_HASKELL__) on INLINE...
2006-05-08 Don StewartSync with FPS head.
2006-05-08 Don StewartFix all uses for Int that should be CInt or CSize in...
2006-05-07 dons@cse.unsw.edu.auFaster filterF, filterNotByte
2006-05-07 dons@cse.unsw.edu.auMuch faster find, findIndex. Hint from sjanssen
2006-05-06 dons@cse.unsw.edu.auSat May 6 13:01:34 EST 2006 Don Stewart <dons@cse...
2006-05-05 dons@cse.unsw.edu.auAdd array fusion versions of map, filter and foldl
2006-05-03 dons@cse.unsw.edu.auSync with FPS head
2006-05-03 Simon MarlowFix string truncating in hGetLine -- it was a pasto...
2006-04-29 Don StewartMerge in Data.ByteString head. Fixes ByteString+cbits...
2006-04-28 Don StewartImport Data.ByteString from fps 0.5.