summaryrefslogtreecommitdiff
path: root/json_pointer.c
Commit message (Expand)AuthorAgeFilesLines
* json_pointer.c: Move idx_val declaration to top of functionKhem Raj2022-08-141-1/+2
* Apply some of the fixes from PR #740, although by using size_t instead of cas...Eric Haszlakiewicz2022-07-311-8/+10
* Eliminate use of ctype.h and replace isdigit() and tolower() with non-locale-...Eric Haszlakiewicz2020-08-021-3/+5
* clang-format the filesdota172020-04-031-40/+65
* add the disabling formatting coments and adjust the partial code manulydota172020-04-031-6/+10
* Fixed typosjanczer2018-04-241-1/+1
* Issue #407: fix incorrect casts in calls to ctype functions (isdigit and issp...Eric Haszlakiewicz2018-03-251-2/+2
* build: make `strerror()` override-ableAlexandru Ardelean2017-07-131-1/+2
* Add cast to int in calls to isdigit() since some platforms complain about cha...Eric Haszlakiewicz2017-02-051-2/+2
* Change a memcpy that should be a memmove within json_pointer_get, and fix mem...Eric Haszlakiewicz2016-12-181-1/+1
* vasprintf_compat.h: spin-off this compat header ; use math_compat.h as templateAlexandru Ardelean2016-11-221-0/+1
* strdup_compat.h: re-spin this compat header ; use math_compat.h as templateAlexandru Ardelean2016-11-221-0/+1
* json_pointer: add json_pointer_getf/setf() function variantsAlexandru Ardelean2016-11-221-0/+85
* json_pointer.c: fix whitespaceAlexandru Ardelean2016-11-161-1/+1
* json_pointer: add first revisionAlexandru Ardelean2016-11-041-0/+239