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