ea8578 json-c-0.13.1 base

Merged and Committed by Packit 3 years ago
141 files changed. 16087 lines added. 0 lines removed.
.editorconfig
file added
+15
.gitignore
file added
+111
.travis.yml
file added
+32
AUTHORS
file added
+5
Android.configure.mk
file added
+49
CMakeLists.txt
file added
+136
COPYING
file added
+42
ChangeLog
file added
+382
Doxyfile
file added
+2354
INSTALL
file added
+3
Makefile.am
file added
+120
NEWS
file added
+1
README
file added
+1
README.html
file added
+42
README.md
file added
+173
RELEASE_CHECKLIST.txt
file added
+136
STYLE.txt
file added
+31
appveyor.yml
file added
+39
arraylist.c
file added
+146
arraylist.h
file added
+70
autogen.sh
file added
+13
bits.h
file added
+36
config.h.win32
file added
+205
configure.ac
file added
+207
debug.c
file added
+83
debug.h
file added
+75
fuzz/README.md
file added
+6
fuzz/build.sh
file added
+30
fuzz/tokener_parse_ex_fuzzer.cc
file added
+13
fuzz/tokener_parse_ex_fuzzer.dict
file added
+18
issues_closed_for_0.13.md
file added
+267
json-c-uninstalled.pc.in
file added
+11
json-c.pc.in
file added
+12
json.h
file added
+38
json_c_version.c
file added
+20
json_c_version.h
file added
+40
json_config.h.in
file added
+3
json_config.h.win32
file added
+5
json_inttypes.h
file added
+23
json_object.c
file added
+1493
json_object.h
file added
+1034
json_object_iterator.c
file added
+163
json_object_iterator.h
file added
+240
json_object_private.h
file added
+64
json_pointer.c
file added
+327
json_pointer.h
file added
+120
json_tokener.c
file added
+997
json_tokener.h
file added
+216
json_util.c
file added
+243
json_util.h
file added
+106
json_visit.c
file added
+133
json_visit.h
file added
+95
libjson.c
file added
+26
linkhash.c
file added
+690
linkhash.h
file added
+406
math_compat.h
file added
+36
printbuf.c
file added
+155
printbuf.h
file added
+122
random_seed.c
file added
+238
random_seed.h
file added
+29
snprintf_compat.h
file added
+41
strdup_compat.h
file added
+16
strerror_override.c
file added
+101
strerror_override.h
file added
+30
strerror_override_private.h
file added
+12
tests/Makefile.am
file added
+64
tests/parse_flags.c
file added
+50
tests/parse_flags.h
file added
+4
tests/test-defs.sh
file added
+134
tests/test1.c
file added
+256
tests/test1.expected
file added
+63
tests/test1.test
file added
+22
tests/test1Formatted_plain.expected
file added
+63
tests/test1Formatted_pretty.expected
file added
+86
tests/test1Formatted_spaced.expected
file added
+63
tests/test2.c
file added
+35
tests/test2.expected
file added
+1
tests/test2.test
file added
+22
tests/test2Formatted_plain.expected
file added
+1
tests/test2Formatted_pretty.expected
file added
+23
tests/test2Formatted_spaced.expected
file added
+1
tests/test4.c
file added
+53
tests/test4.expected
file added
+3
tests/test4.test
file added
+1
tests/testReplaceExisting.c
file added
+78
tests/testReplaceExisting.expected
file added
+15
tests/testReplaceExisting.test
file added
+1
tests/test_basic.test
file added
+19
tests/test_cast.c
file added
+111
tests/test_cast.expected
file added
+56
tests/test_cast.test
file added
+1
tests/test_charcase.c
file added
+40
tests/test_charcase.expected
file added
+1
tests/test_charcase.test
file added
+1
tests/test_compare.c
file added
+151
tests/test_compare.expected
file added
+13
tests/test_compare.test
file added
+1
tests/test_deep_copy.c
file added
+248
tests/test_deep_copy.expected
file added
+148
tests/test_deep_copy.test
file added
+1
tests/test_double_serializer.c
file added
+77
tests/test_double_serializer.expected
file added
+18
tests/test_double_serializer.test
file added
+1
tests/test_float.c
file added
+24
tests/test_float.expected
file added
+4
tests/test_float.test
file added
+1
tests/test_int_add.c
file added
+47
tests/test_int_add.expected
file added
+7
tests/test_int_add.test
file added
+1
tests/test_json_pointer.c
file added
+292
tests/test_json_pointer.expected
file added
+36
tests/test_json_pointer.test
file added
+1
tests/test_locale.c
file added
+62
tests/test_locale.expected
file added
+2
tests/test_locale.test
file added
+1
tests/test_null.c
file added
+57
tests/test_null.expected
file added
+3
tests/test_null.test
file added
+1
tests/test_parse.c
file added
+394
tests/test_parse.expected
file added
+144
tests/test_parse.test
file added
+1
tests/test_parse_int64.c
file added
+115
tests/test_parse_int64.expected
file added
+29
tests/test_parse_int64.test
file added
+1
tests/test_printbuf.c
file added
+173
tests/test_printbuf.expected
file added
+33
tests/test_printbuf.test
file added
+1
tests/test_set_serializer.c
file added
+71
tests/test_set_serializer.expected
file added
+10
tests/test_set_serializer.test
file added
+1
tests/test_set_value.c
file added
+52
tests/test_set_value.expected
file added
+6
tests/test_set_value.test
file added
+1
tests/test_util_file.c
file added
+214
tests/test_util_file.expected
file added
+35
tests/test_util_file.test
file added
+1
tests/test_visit.c
file added
+111
tests/test_visit.expected
file added
+55
tests/test_visit.test
file added
+1
tests/valid.json
file added
+1
vasprintf_compat.h
file added
+46
    json-c-0.13.1 base
    
        
file added
+15
file added
+111
file added
+32
file added
+5
file added
+49
file added
+136
file added
+42
file added
+382
file added
+2354
file added
+3
file added
+120
file added
+1
file added
+1
file added
+42
file added
+173
file added
+136
file added
+31
file added
+39
file added
+146
file added
+70
file added
+13
file added
+36
file added
+205
file added
+207
file added
+83
file added
+75
file added
+6
file added
+30
file added
+12
file added
+38
file added
+20
file added
+40
file added
+3
file added
+5
file added
+23
file added
+1493
file added
+1034
file added
+163
file added
+240
file added
+327
file added
+120
file added
+997
file added
+216
file added
+243
file added
+106
file added
+133
file added
+95
file added
+26
file added
+690
file added
+406
file added
+36
file added
+155
file added
+122
file added
+238
file added
+29
file added
+41
file added
+16
file added
+101
file added
+30
file added
+64
file added
+50
file added
+4
file added
+134
file added
+256
file added
+63
file added
+22
file added
+35
file added
+22
file added
+53
file added
+1
file added
+111
file added
+151
file added
+248
file added
+24
file added
+47
file added
+62
file added
+57
file added
+394
file added
+173
file added
+214
file added
+111
file added
+1
file added
+46