Package: libjsonparser / 1.1.0-3

Metadata

Package Version Patches format
libjsonparser 1.1.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream/0001 improve pkgconfig module close 37.patch | (download)

Makefile.in | 4 4 + 0 - 0 !
configure.ac | 4 3 + 1 - 0 !
json-parser.pc.in | 10 10 + 0 - 0 !
3 files changed, 17 insertions(+), 1 deletion(-)

 [patch 01/20] improve pkgconfig module (close #37)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

upstream/0002 Prevent zero byte allocations.patch | (download)

json.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch 02/20] prevent zero-byte allocations


upstream/0003 Change to mboelstra s method of preventing zero byte.patch | (download)

json.c | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 [patch 03/20] change to @mboelstra's method of preventing zero byte
 allocations


upstream/0004 Update AUTHORS closes 46.patch | (download)

AUTHORS | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 04/20] update authors (closes #46)


upstream/0005 Update README.md.patch | (download)

README.md | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch 05/20] update readme.md


upstream/0006 Assign a name to the json_object_entry struct to sim.patch | (download)

json.c | 2 1 + 1 - 0 !
json.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch 06/20] assign a name to the json_object_entry struct to
 simplify json-builder code


upstream/0007 Move json_object_entry out of json_value and turn it.patch | (download)

json.c | 2 1 + 1 - 0 !
json.h | 20 11 + 9 - 0 !
2 files changed, 12 insertions(+), 10 deletions(-)

 [patch 07/20] move json_object_entry out of json_value and turn it
 into a typedef to allow compiling as C++ again


upstream/0008 Create test_json.c.patch | (download)

tests/test_json.c | 148 148 + 0 - 0 !
1 file changed, 148 insertions(+)

 [patch 08/20] create test_json.c

Test file for json.c

upstream/0009 Updated compile command line in test_json.c.patch | (download)

tests/test_json.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 09/20] updated compile command line in test_json.c


upstream/0010 Moved test_json in directory examples.patch | (download)

examples/test_json.c | 43 36 + 7 - 0 !
1 file changed, 36 insertions(+), 7 deletions(-)

 [patch 10/20] moved test_json in directory examples


upstream/0012 make test.py compliant to python3 add .gitignore.patch | (download)

.gitignore | 6 6 + 0 - 0 !
tests/test.py | 20 10 + 10 - 0 !
2 files changed, 16 insertions(+), 10 deletions(-)

 [patch 12/20] make test.py compliant to python3, add .gitignore


upstream/0013 make test_json compile without warnings on 64 Bit pl.patch | (download)

.gitignore | 1 1 + 0 - 0 !
examples/test_json.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 [patch 13/20] make test_json compile without warnings on 64-bit
 platforms


upstream/0014 add instructions how to compile example test_json fo.patch | (download)

examples/test_json.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 [patch 14/20] add instructions how to compile example test_json for
 dynamic linking


upstream/0015 Fix 52 based on suggestions from kcm1700.patch | (download)

json.c | 35 27 + 8 - 0 !
1 file changed, 27 insertions(+), 8 deletions(-)

 [patch 15/20] fix #52 based on suggestions from @kcm1700


upstream/0016 Remove stdint.h dependency use json_int_t instead of.patch | (download)

json.c | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 [patch 16/20] remove stdint.h dependency, use json_int_t instead of
 long long


upstream/0017 Fix Travis CI error dynamically determine int max.patch | (download)

json.c | 13 10 + 3 - 0 !
1 file changed, 10 insertions(+), 3 deletions(-)

 [patch 17/20] fix travis ci error, dynamically determine int max


upstream/0018 Regenerate configure so make install won t complain .patch | (download)

configure | 192 94 + 98 - 0 !
1 file changed, 94 insertions(+), 98 deletions(-)

 [patch 18/20] regenerate "configure" so make install won't complain
 about missing "json-parser.pc" file.


upstream/0019 Fix buffer overrun in truncated unicode escape seque.patch | (download)

json.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch 19/20] fix buffer overrun in truncated unicode escape
 sequences


upstream/0020 Update AUTHORS.patch | (download)

AUTHORS | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 20/20] update authors


vlc/0001 json fix fall through warnings.patch | (download)

json.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch 1/2] json: fix fall through warnings


0001 Install pc file to libdir.patch | (download)

Makefile.in | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 [patch] install pc file to libdir


0002 Respect LDFLAGS CPPFLAGS and add missing lm.patch | (download)

Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch 23/23] respect ldflags, cppflags and add missing -lm


0003 Fix FTBFS with make shuffle reverse.patch | (download)

Makefile.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] fix ftbfs with make --shuffle=reverse