Skip to content

Release v11.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 19:07
2689462

UTF8-aware functions for Windows to make cross-platform easier

Changes

  • filebuf: Major performance improvement for Bulk I/O
  • filebuf: Fix wrong return value of sync when fflush failed
  • filebuf: Fix possible undefined behavior in a corner case when nothing was actually written but buffer is in "write" mode
  • filebuf: Limit putback of characters (i.e. pbackfail) only allowing putback of buffered characters (may be only 1 character)
  • Add missing define NOWIDE_USE_WCHAR_OVERLOADS (standalone only)