summaryrefslogtreecommitdiff
path: root/src/Data/Binary.hs
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-08-06merge some changes from the latest version of Data.Binary. Makes the binary ↵krasimir
decoding faster
2009-06-24simplification: decodeFile doesn't have to check that the file is empty anymorekrasimir
2009-06-24bugfix: Use openBinaryFile in Data.Binary.decodeFile. It makes difference ↵krasimir
only on Windows
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 ↵krasimir
locking problem on Linux
2009-03-12don't use ByteString.copy in Data.Binary this makes it far too slowkrasimir
2008-11-19Include MachDeps.h in Data/Binary.hs, since it uses WORD_SIZE_IN_BITS. ↵bringert
Without this, the Binary Word instance would be wrong on 64-bit machines.
2008-10-28Data.Binary should use Data.ByteString.copy when decoding ByteStringskrasimir
2008-10-28binary serialization for PGFkrasimir