Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Apr 5, 2023
1 parent 13f38b2 commit 227127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/json-c
Submodule json-c updated 72 files
+1 −1 .editorconfig
+1 −1 .github/ISSUE_TEMPLATE/bug_report.md
+1 −0 .gitignore
+25 −31 .travis.yml
+20 −0 AUTHORS
+68 −28 CMakeLists.txt
+71 −9 ChangeLog
+2 −2 README.html
+59 −14 README.md
+4 −2 RELEASE_CHECKLIST.txt
+25 −12 apps/json_parse.c
+1 −1 bench/README.bench.md
+6 −0 cmake-configure
+33 −32 doc/Doxyfile.in
+1 −1 fuzz/build.sh
+7 −1 fuzz/tokener_parse_ex_fuzzer.cc
+107 −0 issues_closed_for_0.16.md
+7 −0 json-c.sym
+2 −2 json_c_version.h
+5 −0 json_inttypes.h
+66 −27 json_object.c
+4 −4 json_object.h
+11 −8 json_pointer.c
+13 −2 json_tokener.c
+42 −23 json_util.c
+10 −1 json_util.h
+10 −10 linkhash.c
+1 −1 linkhash.h
+24 −11 printbuf.c
+2 −2 printbuf.h
+4 −1 random_seed.c
+1 −1 snprintf_compat.h
+0 −14 strerror_override_private.h
+1 −4 tests/CMakeLists.txt
+3 −0 tests/parse_flags.c
+11 −3 tests/test1.c
+1 −1 tests/test1.expected
+1 −1 tests/test1Formatted_plain.expected
+3 −1 tests/test1Formatted_pretty.expected
+1 −1 tests/test1Formatted_spaced.expected
+3 −1 tests/test1Formatted_spaced_pretty.expected
+3 −1 tests/test1Formatted_spaced_pretty_pretty_tab.expected
+3 −0 tests/test2.c
+4 −1 tests/test4.c
+3 −0 tests/testReplaceExisting.c
+4 −1 tests/test_cast.c
+4 −1 tests/test_charcase.c
+4 −1 tests/test_compare.c
+3 −3 tests/test_deep_copy.c
+3 −3 tests/test_deep_copy.expected
+4 −1 tests/test_double_serializer.c
+3 −0 tests/test_float.c
+3 −0 tests/test_int_add.c
+65 −0 tests/test_int_get.c
+5 −0 tests/test_int_get.expected
+1 −0 tests/test_int_get.test
+1 −1 tests/test_json_pointer.c
+3 −2 tests/test_locale.c
+3 −0 tests/test_null.c
+3 −0 tests/test_object_iterator.c
+198 −162 tests/test_parse.c
+14 −1 tests/test_parse.expected
+4 −1 tests/test_parse_int64.c
+5 −2 tests/test_printbuf.c
+5 −1 tests/test_set_serializer.c
+1 −1 tests/test_set_serializer.expected
+11 −0 tests/test_set_value.c
+3 −1 tests/test_strerror.c
+11 −9 tests/test_util_file.c
+1 −1 tests/test_util_file.expected
+3 −0 tests/test_visit.c
+15 −8 vasprintf_compat.h

0 comments on commit 227127c

Please sign in to comment.