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