index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Data
/
Binary.hs
Age
Commit message (
Collapse
)
Author
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter ↵
krasimir
from deprecated
2009-08-06
merge some changes from the latest version of Data.Binary. Makes the binary ↵
krasimir
decoding faster
2009-06-24
simplification: decodeFile doesn't have to check that the file is empty anymore
krasimir
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
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