Release v11.1.2
UTF8-aware functions for Windows to make cross-platform easier
Changes
- Don't define
__MSVCRT_VERSION__
version to fix compatibility with ucrt
From 11.1.1 tag:
- Fix discarding of characters for text file streams when seek or sync functions are used and newlines were converted (e.g. on Windows)
- Fix potential use-after-free bug when reusing (via
open
) a file stream that has been closed - Fix potential invalid memory access when using a file stream that has been moved or swapped to where the source had a put-back character or was set to unbuffered mode
- Known issues: Read performance for text files is degraded. Binary files and writing is unaffected.