15 Commits (master)

Author SHA1 Message Date
  Alexandru Ardelean 1c38dea651 json_pointer: move array out-of-bounds check outside of is_valid_index() 4 years ago
  Tobias Stoeckmann 543a8eb5f9 Fix typos 3 years ago
  Eric Haszlakiewicz 6068d3f6d1 Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE instead of using a variable, so we don't need to export it. 5 years ago
  David McCann add7b13a9a Improved support for IBM operating systems 5 years ago
  dota17 8b162c4b89 clang-format the files 5 years ago
  dota17 c117d8a8a8 add the disabling formatting coments and adjust the partial code manuly 5 years ago
  dota17 e56ab0146f update testcase and delete debug -O0 build 5 years ago
  dota17 2d44f865c3 modify json-c default build type, and fix up the assert() errors in testcase 5 years ago
  dota17 48ae9e8874 update pointer test case 5 years ago
  Eric Haszlakiewicz 7f30afc6e5 Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escapes, define __func__ and omit unistd.h if needed. 5 years ago
  Eric Haszlakiewicz fcad0ec015 PR #336: since we can't use function overriding (due to problems with it on 8 years ago
  Alexandru Ardelean fb72160caf build: make `strerror()` override-able 8 years ago
  Eric Haszlakiewicz 0a010a59eb Change a memcpy that should be a memmove within json_pointer_get, and fix memory leaks in of one the json_pointer tests. 8 years ago
  Alexandru Ardelean c0da680f13 test_json_pointer: update test with a few printf variants 9 years ago
  Alexandru Ardelean ee7fc26de1 tests: add test_json_pointer test 9 years ago