summaryrefslogtreecommitdiff
path: root/src/Data
AgeCommit message (Expand)Author
2009-06-24simplification: decodeFile doesn't have to check that the file is empty anymorekrasimir
2009-06-24make the Functor Get instance in Data.Binary strict to be sure that the decod...krasimir
2009-06-24bugfix: Use openBinaryFile in Data.Binary.decodeFile. It makes difference onl...krasimir
2009-06-24explicitly close the file handle in Data.Binary.decodeFilekrasimir
2009-06-23make Data.Binary.decodeFile stricter. It seems like this fixes the file locki...krasimir
2009-03-12don't use ByteString.copy in Data.Binary this makes it far too slowkrasimir
2009-01-22optimized Data.Binary.Get.getWord8krasimir
2008-11-19Include MachDeps.h in Data/Binary.hs, since it uses WORD_SIZE_IN_BITS. Withou...bringert
2008-10-28Data.Binary should use Data.ByteString.copy when decoding ByteStringskrasimir
2008-10-28binary serialization for PGFkrasimir