blob: 5dea73e22881c89b108e2b5746f5cd968781f202 [file] [log] [blame]
Michael Clark0370baa2007-03-13 08:26:22 +000010.4
2 * Fix additional error case in object parsing
3 * Add back sign reversal in nested object parse as error pointer
4 value is negative, while error value is positive.
5 Michael Clark <michael@metaparadigm.com>
6
Michael Clark7b899b62007-03-13 08:26:21 +000070.3
8 * fix pointer arithmetic bug for error pointer check in is_error() macro
9 * fix type passed to printbuf_memappend in json_tokener
10 * update autotools bootstrap instructions in README
11 Michael Clark <michael@metaparadigm.com>
12
Michael Clark4504df72007-03-13 08:26:20 +0000130.2
14 * printbuf.c - C. Watford (christopher.watford@gmail.com)
15 Added a Win32/Win64 compliant implementation of vasprintf
16 * debug.c - C. Watford (christopher.watford@gmail.com)
17 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
18 by a configure script
19 * json_object.c - C. Watford (christopher.watford@gmail.com)
20 Added scope operator to wrap usage of json_object_object_foreach, this
21 needs to be rethought to be more ANSI C friendly
22 * json_object.h - C. Watford (christopher.watford@gmail.com)
23 Added Microsoft C friendly version of json_object_object_foreach
24 * json_tokener.c - C. Watford (christopher.watford@gmail.com)
25 Added a Win32/Win64 compliant implementation of strndup
26 * json_util.c - C. Watford (christopher.watford@gmail.com)
27 Added cast and mask to suffice size_t v. unsigned int conversion
28 correctness
29 * json_tokener.c - sign reversal issue on error info for nested object parse
30 spotted by Johan Bjรถrklund (johbjo09 at kth.se)
31 * json_object.c - escape " in json_escape_str
32 * Change to automake and libtool to build shared and static library
33 Michael Clark <michael@metaparadigm.com>
34
350.1
36 * initial release