]> git.ipfire.org Git - thirdparty/json-c.git/blame - ChangeLog
* Fix additional error case in object parsing
[thirdparty/json-c.git] / ChangeLog
CommitLineData
0370baa7
MC
10.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
7b899b6d
MC
70.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
4504df71
MC
130.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