Unify unsigned integer usage in the API
authorPetri Lehtinen <petri@digip.org>
Tue, 15 Jun 2010 12:27:35 +0000 (15:27 +0300)
committerPetri Lehtinen <petri@digip.org>
Tue, 15 Jun 2010 12:38:59 +0000 (15:38 +0300)
commit68f2861e92e08eb5e2af51c026981bc1e990e1eb
tree1353f4519c376274cb4d6ebf0851a224cedaba3c
parent2caac965d4f675b51815be4a5ae1f305587be911
Unify unsigned integer usage in the API

Replace all occurences of unsigned int and unsigned long with size_t.

This is a backwards incompatible change, as the signature of many API
functions changes.
12 files changed:
doc/apiref.rst
doc/github_commits.c
doc/tutorial.rst
src/dump.c
src/hashtable.c
src/hashtable.h
src/jansson.h.in
src/jansson_private.h
src/value.c
test/bin/json_process.c
test/suites/api/test_copy.c
test/suites/api/test_simple.c