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