| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-24 | simplification: decodeFile doesn't have to check that the file is empty anymore | krasimir | |
| 2009-06-24 | make the Functor Get instance in Data.Binary strict to be sure that the ↵ | krasimir | |
| decoder is strict | |||
| 2009-06-24 | bugfix: Use openBinaryFile in Data.Binary.decodeFile. It makes difference ↵ | krasimir | |
| only on Windows | |||
| 2009-06-24 | explicitly close the file handle in Data.Binary.decodeFile | krasimir | |
| 2009-06-23 | make Data.Binary.decodeFile stricter. It seems like this fixes the file ↵ | krasimir | |
| locking problem on Linux | |||
| 2009-03-12 | don't use ByteString.copy in Data.Binary this makes it far too slow | krasimir | |
| 2009-01-22 | optimized Data.Binary.Get.getWord8 | krasimir | |
| 2008-11-19 | Include 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-28 | Data.Binary should use Data.ByteString.copy when decoding ByteStrings | krasimir | |
| 2008-10-28 | binary serialization for PGF | krasimir | |
