]> git.ipfire.org Git - thirdparty/json-c.git/commit
Issue #195: use uselocale() instead of setlocale() in json_tokener to behave better...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 31 Jul 2016 01:34:58 +0000 (21:34 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 31 Jul 2016 01:34:58 +0000 (21:34 -0400)
commit4091b9c87ea293fd8bc3b05bc5b032e09697eefe
tree2bdc0f94d706150c578a42c6c6b36bab31994902
parent7d637362b7e42792322651c68f6e4f4334592c6f
Issue #195: use uselocale() instead of setlocale() in json_tokener to behave better in threaded environments.
configure.ac
json_tokener.c
tests/test_locale.c