jansson/src
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
..
dump.c Change the underlying type of JSON integer from long to json_int_t 2010-08-13 22:07:20 +03:00
hashtable.c Unify unsigned integer usage in the API 2010-06-15 15:38:59 +03:00
hashtable.h Unify unsigned integer usage in the API 2010-06-15 15:38:59 +03:00
jansson_config.h.in Change the underlying type of JSON integer from long to json_int_t 2010-08-13 22:07:20 +03:00
jansson_private.h Change the underlying type of JSON integer from long to json_int_t 2010-08-13 22:07:20 +03:00
jansson.h Change the underlying type of JSON integer from long to json_int_t 2010-08-13 22:07:20 +03:00
load.c Change the underlying type of JSON integer from long to json_int_t 2010-08-13 22:07:20 +03:00
Makefile.am Move site configuration to jansson_config.h 2010-08-10 22:16:55 +03:00
strbuffer.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
strbuffer.h Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
utf.c Don't include stdint.h anywhere 2010-03-18 07:22:43 +02:00
utf.h Make int32_t available on all systems 2010-02-06 21:11:41 +02:00
util.h Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
value.c Change the underlying type of JSON integer from long to json_int_t 2010-08-13 22:07:20 +03:00