Changes for version 0.11 - 2026-08-26
- Fix C89/gnu89 build: no `for (int i = ...)` loop-scoped declarations in generated t/c-if-tree-*.c test harnesses.
- Fix C89/gnu89 build: gen_wctrans emitted C99 `restrict` in generated towfc.h (_towfc_single/towfc signatures); add RESTRICT compat macro (restrict on C99+, __restrict__ on GNU C89, else empty).
Documentation
Generate small case mapping tables
Examples
- examples/Makefile
- examples/bench-bits.c
- examples/bench-bits.sh
- examples/bench.c
- examples/casemap.h
- examples/test-glibc.c
- examples/test-iswalpha.c
- examples/test.c
- examples/towctrans-glibc.c
- examples/towctrans-musl-new.c
- examples/towctrans-musl-old.c
- examples/towctrans-my.c
- examples/update-bench.pl
- examples/wchar-lookup.h