Skip to content

tbox v1.8.1

Latest

Choose a tag to compare

@waruqi waruqi released this 05 Jul 14:40

Changes

  • #310: Improve process handle inheritance on Windows 7 and lower (detect OS version via VerifyVersionInfoW and cache the result)
  • #307: Fix executable permissions for markdown files and .gitignore
  • #306: Add Haiku CI
  • Improve towlower/towupper
  • Improve configure script and option checking

Bugs fixed

  • #7577: Fix walk directory to avoid infinite recursion (stack overflow) on directories containing recursive symlinks
  • #315: Fix memcpy size calculation in native_large_allocator to avoid heap overflow and data loss on realloc
  • #315: Fix -Wuninitialized-const-pointer warning in the heap demo with Xcode 26.5 clang
  • #314: Fix tb_strcat
  • #312: Fix tb_putchar writing to stdin instead of stdout
  • #309: Fix misleading indentation
  • Fix access() on BSD
  • Fix compile error

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1