blob: 3b0d1bba30a28f51e2e96928e68ebedcda21894e [file] [log] [blame]
Michael Clarkf6a6e482007-03-13 08:26:23 +000010.5
2 * Make headers C++ compatible by change *this to *obj
3 * Add ifdef C++ extern "C" to headers
4 * Use simpler definition of min and max in bits.h
5 Larry Lansing, llansing at fuzzynerd dot com
6
7 * Remove automake 1.6 requirement
8 * Move autogen commands into autogen.sh. Update README
9 * Remove error pointer special case for Windows
10 * Change license from LGPL to MIT
11 Michael Clark <michael@metaparadigm.com>
12
Michael Clark0370baa2007-03-13 08:26:22 +0000130.4
14 * Fix additional error case in object parsing
15 * Add back sign reversal in nested object parse as error pointer
16 value is negative, while error value is positive.
17 Michael Clark <michael@metaparadigm.com>
18
Michael Clark7b899b62007-03-13 08:26:21 +0000190.3
20 * fix pointer arithmetic bug for error pointer check in is_error() macro
21 * fix type passed to printbuf_memappend in json_tokener
22 * update autotools bootstrap instructions in README
23 Michael Clark <michael@metaparadigm.com>
24
Michael Clark4504df72007-03-13 08:26:20 +0000250.2
26 * printbuf.c - C. Watford (christopher.watford@gmail.com)
27 Added a Win32/Win64 compliant implementation of vasprintf
28 * debug.c - C. Watford (christopher.watford@gmail.com)
29 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
30 by a configure script
31 * json_object.c - C. Watford (christopher.watford@gmail.com)
32 Added scope operator to wrap usage of json_object_object_foreach, this
33 needs to be rethought to be more ANSI C friendly
34 * json_object.h - C. Watford (christopher.watford@gmail.com)
35 Added Microsoft C friendly version of json_object_object_foreach
36 * json_tokener.c - C. Watford (christopher.watford@gmail.com)
37 Added a Win32/Win64 compliant implementation of strndup
38 * json_util.c - C. Watford (christopher.watford@gmail.com)
39 Added cast and mask to suffice size_t v. unsigned int conversion
40 correctness
41 * json_tokener.c - sign reversal issue on error info for nested object parse
42 spotted by Johan Bjรถrklund (johbjo09 at kth.se)
43 * json_object.c - escape " in json_escape_str
44 * Change to automake and libtool to build shared and static library
45 Michael Clark <michael@metaparadigm.com>
46
470.1
48 * initial release