jansson/test
Petri Lehtinen ffbab6fedd Change the underlying type of JSON integer from long to json_int_t
json_int_t is typedef'd to long long if it's supported, or long
otherwise. There's also some supporting things, like the
JSON_INTEGER_FORMAT macro that expands to the printf() conversion
specifier that corresponds to json_int_t's actual type.

This is a backwards incompatible change.
2010-08-13 22:07:20 +03:00
..
bin Unify unsigned integer usage in the API 2010-06-15 15:38:59 +03:00
scripts Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
suites Change the underlying type of JSON integer from long to json_int_t 2010-08-13 22:07:20 +03:00
.gitignore Merge branch '1.2' 2010-05-20 18:47:30 +03:00
Makefile.am Distribute some missing files 2010-01-21 21:48:31 +02:00
run-suites test/run-suites: Be less picky when searching for tests 2010-01-21 21:49:04 +02:00