Path to this page:
Next | Query returned 1 messages, browsing 1 to 10 | previous
CVS Commit History:
2024-04-29 05:27:02 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-os-string: import hs-os-string-2.0.2.1
An implementation of platform specific short OsString, which is:
* on windows wide char bytes ([Word16])
* on unix char bytes ([Word8])
It captures the notion of syscall specific encoding (or the lack thereof)
to avoid roundtrip issues and memory fragmentation by using unpinned byte
arrays. Bytes are not touched or interpreted.
|
Next | Query returned 1 messages, browsing 1 to 10 | previous