jansson/src
2011-11-01 20:49:28 +02:00
..
dump.c json_dump_file: Open the output file in wb mode 2011-10-07 20:52:54 +03:00
error.c Fix a declaration after statement 2011-03-10 21:28:53 +02:00
hashtable.c unsed static variable removed 2011-09-20 11:46:29 +02:00
hashtable.h Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
jansson.h Use %I64d format for printing long longs on Windows 2011-11-01 20:49:28 +02:00
jansson_config.h.in Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
jansson_config.h.win32 Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
jansson_private.h Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
load.c json_load_file: Open the input file in rb mode 2011-10-04 21:11:31 +03:00
Makefile.am jansson 2.2.1 2011-10-06 21:23:09 +03:00
memory.c Add custom memory allocation 2011-02-17 10:10:53 +02:00
pack_unpack.c Fix invalid object key hashing in json_unpack() strict checking mode 2011-03-30 12:57:48 +03:00
strbuffer.c use size_t for strbuffer writes, and avoid integer overflow 2011-06-30 20:45:18 +03:00
strbuffer.h use size_t for strbuffer writes, and avoid integer overflow 2011-06-30 20:45:18 +03:00
strconv.c Use strchr() when searching for a single character 2011-10-03 08:52:30 +03:00
utf.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
utf.h Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
value.c Check that target is string and value is not NULL in json_string_set() 2011-06-17 21:42:19 +03:00