krasimir
|
ee155a7f07
|
merge some changes from the latest version of Data.Binary. Makes the binary decoding faster
|
2009-08-06 11:19:04 +00:00 |
|
krasimir
|
4546203f9e
|
simplification: decodeFile doesn't have to check that the file is empty anymore
|
2009-06-24 12:21:09 +00:00 |
|
krasimir
|
10fec3453a
|
make the Functor Get instance in Data.Binary strict to be sure that the decoder is strict
|
2009-06-24 12:08:32 +00:00 |
|
krasimir
|
958d988217
|
bugfix: Use openBinaryFile in Data.Binary.decodeFile. It makes difference only on Windows
|
2009-06-24 12:07:38 +00:00 |
|
krasimir
|
5f23ff1f05
|
explicitly close the file handle in Data.Binary.decodeFile
|
2009-06-24 10:39:03 +00:00 |
|
krasimir
|
3a0e978026
|
make Data.Binary.decodeFile stricter. It seems like this fixes the file locking problem on Linux
|
2009-06-23 11:56:22 +00:00 |
|
krasimir
|
352e25db19
|
don't use ByteString.copy in Data.Binary this makes it far too slow
|
2009-03-12 09:03:55 +00:00 |
|
krasimir
|
7f388d4f19
|
optimized Data.Binary.Get.getWord8
|
2009-01-22 15:01:41 +00:00 |
|
bringert
|
d6acf9ac89
|
Include MachDeps.h in Data/Binary.hs, since it uses WORD_SIZE_IN_BITS. Without this, the Binary Word instance would be wrong on 64-bit machines.
|
2008-11-19 20:30:57 +00:00 |
|
krasimir
|
0762bd40ea
|
Data.Binary should use Data.ByteString.copy when decoding ByteStrings
|
2008-10-28 16:43:00 +00:00 |
|
krasimir
|
e44448bad0
|
binary serialization for PGF
|
2008-10-28 13:57:10 +00:00 |
|