Issue #705: disable locale handling when building for a uClibc system because its duplocale() function (intentionally) crashes.

This commit is contained in:
Eric Haszlakiewicz
2022-07-30 20:27:35 +00:00
parent 9749b0cb66
commit 253a5fa99d
3 changed files with 14 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ Significant changes and bug fixes
---------------------------------
* When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and
closing curly or square braces on same line for empty objects or arrays.
* Disable locale handling when targeting a uClibc system due to problems
with its duplocale() function.
0.16 (up to commit 66dcdf5, 2022-04-13)