]> git.ipfire.org Git - thirdparty/json-c.git/commit
Eliminate use of ctype.h and replace isdigit() and tolower() with non-locale-sensitiv...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 2 Aug 2020 04:06:44 +0000 (04:06 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 2 Aug 2020 04:06:44 +0000 (04:06 +0000)
commit8c7849e6e3b985825be770041af2b948fa6d8918
treecfb94d3545dfba9d5bd38e95c0fc052812b7fea1
parentf3d8006d3487a806092f3379d8cdb6a8c9c5dce9
Eliminate use of ctype.h and replace isdigit() and tolower() with non-locale-sensitive approaches.
json_object.c
json_pointer.c
json_tokener.c
json_util.c