| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-05 | 2.4 kB | |
| tbox v1.8.1 source code.tar.gz | 2026-07-05 | 884.1 kB | |
| tbox v1.8.1 source code.zip | 2026-07-05 | 1.7 MB | |
| Totals: 3 Items | 2.6 MB | 0 | |
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
- add haiku ci by @waruqi in https://github.com/tboox/tbox/pull/306
- fix permssions for markdown and .gitignore by @qaqland in https://github.com/tboox/tbox/pull/307
- fix: misleading indentation by @daeho-ro in https://github.com/tboox/tbox/pull/309
- Refactor handle inheritance logic in process.c by @luadebug in https://github.com/tboox/tbox/pull/310
- fix(tb_putchar): stdin => stdout by @IHateGameDev in https://github.com/tboox/tbox/pull/312
- fix tb_strcat by @zeromake in https://github.com/tboox/tbox/pull/314
- Fix memcpy size calculation in native_large_allocator by @luadebug in https://github.com/tboox/tbox/pull/315
New Contributors
- @qaqland made their first contribution in https://github.com/tboox/tbox/pull/307
- @daeho-ro made their first contribution in https://github.com/tboox/tbox/pull/309
- @luadebug made their first contribution in https://github.com/tboox/tbox/pull/310
- @IHateGameDev made their first contribution in https://github.com/tboox/tbox/pull/312
- @zeromake made their first contribution in https://github.com/tboox/tbox/pull/314
Full Changelog: https://github.com/tboox/tbox/compare/v1.8.0...v1.8.1