Commit Graph

2 Commits

Author SHA1 Message Date
auronandace 6ad81bb77a document headers that require locale_t 2026-02-04 12:12:50 +00:00
Connor-GH cedd1686ba string.h: don't pollute the namespace with locale.h
Previously, we included all of `<locale.h>` in order to get `locale_t`.
This commit separates it into a `<bits/locale-t.h>` header (generated by
cbindgen) to better deal with this.
2026-01-20 14:29:08 -06:00