blob: 6f54e13b095bcca6ef60e264b1e987785e16c538 [file] [log] [blame]
Michael Clarkf5dd43a2009-08-27 06:40:00 +000010.10
Michael Clarkbd0a5672010-10-13 14:09:41 +00002 * Fix file descriptor leak if memory allocation fails in json_util
3 Zachary Blair, zack_blair at hotmail dot com
Michael Clarkc4dceae2010-10-06 16:39:20 +00004 * Add int64 support. Two new functions json_object_net_int64 and
5 json_object_get_int64. Binary compatibility preserved.
6 Eric Haszlakiewicz, EHASZLA at transunion com
7 Rui Miguel Silva Seabra, rms at 1407 dot org
Michael Clarkf5dd43a2009-08-27 06:40:00 +00008 * Fix subtle bug in linkhash where lookup could hang after all slots
9 were filled then successively freed.
10 Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com
11 * Make json_object_from_file take const char *filename
12 Spotted by Vikram Raj V, vsagar at attinteractive dot com
Brent Miller126ad952009-08-20 06:50:22 +000013 * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am)
14 Brent Miller, bdmiller at yahoo dash inc dot com
Brent Millerf8663fc2009-08-20 06:41:32 +000015 * Correction to comment describing printbuf_memappend in printbuf.h
16 Brent Miller, bdmiller at yahoo dash inc dot com
17
Michael Clark68cafad2009-01-06 22:56:57 +0000180.9
Michael Clark09abeff2009-08-19 07:23:23 +000019 * Add README.html README-WIN32.html config.h.win32 to Makefile.am
20 Michael Clark, <michael@metaparadigm.com>
Christopher Watfordb22565d2009-07-31 02:12:46 +000021 * Add const qualifier to the json_tokener_parse functions
22 Eric Haszlakiewicz, EHASZLA at transunion dot com
Michael Clark7fb9b032009-07-25 00:13:44 +000023 * Rename min and max so we can never clash with C or C++ std library
Michael Clarkc80ba8d2009-07-25 00:21:18 +000024 Ian Atha, thatha at yahoo dash inc dot com
Christopher Watford543bb142009-07-08 03:46:10 +000025 * Fix any noticeable spelling or grammar errors.
26 * Make sure every va_start has a va_end.
27 * Check all pointers for validity.
28 Erik Hovland, erik at hovland dot org
Michael Clark24ea8c02009-04-27 08:22:22 +000029 * Fix json_object_get_boolean to return false for empty string
30 Spotted by Vitaly Kruglikov, Vitaly dot Kruglikov at palm dot com
Michael Clark95f55a72009-04-27 08:16:58 +000031 * optimizations to json_tokener_parse_ex(), printbuf_memappend()
32 Brent Miller, bdmiller at yahoo dash inc dot com
Christopher Watfordc5cbf822009-06-30 03:40:53 +000033 * Disable REFCOUNT_DEBUG by default in json_object.c
Michael Clark266a3fd2009-02-25 01:55:31 +000034 * Don't use this as a variable, so we can compile with a C++ compiler
Michael Clarkaaec1ef2009-02-25 02:31:32 +000035 * Add casts from void* to type of assignment when using malloc
36 * Add #ifdef __cplusplus guards to all of the headers
37 * Add typedefs for json_object, json_tokener, array_list, printbuf, lh_table
Michael Clark266a3fd2009-02-25 01:55:31 +000038 Michael Clark, <michael@metaparadigm.com>
Michael Clark22dee7c2009-02-25 01:51:40 +000039 * Null pointer dereference fix. Fix json_object_get_boolean strlen test
40 to not return TRUE for zero length string. Remove redundant includes.
41 Erik Hovland, erik at hovland dot org
Michael Clarke8de0782009-02-25 01:45:00 +000042 * Fixed warning reported by adding -Wstrict-prototypes
43 -Wold-style-definition to the compilatin flags.
44 Dotan Barak, dotanba at gmail dot com
Michael Clark68cafad2009-01-06 22:56:57 +000045 * Add const correctness to public interfaces
46 Gerard Krol, g dot c dot krol at student dot tudelft dot nl
47
Michael Clarkdfaf6702007-10-25 02:26:00 +0000480.8
Michael Clark8cdac642009-01-05 03:57:59 +000049 * Add va_end for every va_start
50 Dotan Barak, dotanba at gmail dot com
Michael Clarkdfaf6702007-10-25 02:26:00 +000051 * Add macros to enable compiling out debug code
52 Geoffrey Young, geoff at modperlcookbook dot org
Michael Clarkc8f4a6e2007-12-07 02:44:24 +000053 * Fix bug with use of capital E in numbers with exponents
54 Mateusz Loskot, mateusz at loskot dot net
55 * Add stddef.h include
Michael Clark14862b12007-12-07 02:50:42 +000056 * Patch allows for json-c compile with -Werror and not fail due to
57 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
58 Geoffrey Young, geoff at modperlcookbook dot org
Michael Clarkdfaf6702007-10-25 02:26:00 +000059
Michael Clarka850f8e2007-03-13 08:26:26 +0000600.7
61 * Add escaping of backslash to json output
62 * Add escaping of foward slash on tokenizing and output
63 * Changes to internal tokenizer from using recursion to
64 using a depth state structure to allow incremental parsing
65
Michael Clark837240f2007-03-13 08:26:25 +0000660.6
67 * Fix bug in escaping of control characters
68 Johan Björklund, johbjo09 at kth dot se
69 * Remove include "config.h" from headers (should only
70 be included from .c files)
71 Michael Clark <michael@metaparadigm.com>
72
Michael Clarkf6a6e482007-03-13 08:26:23 +0000730.5
74 * Make headers C++ compatible by change *this to *obj
75 * Add ifdef C++ extern "C" to headers
76 * Use simpler definition of min and max in bits.h
77 Larry Lansing, llansing at fuzzynerd dot com
78
79 * Remove automake 1.6 requirement
80 * Move autogen commands into autogen.sh. Update README
81 * Remove error pointer special case for Windows
82 * Change license from LGPL to MIT
83 Michael Clark <michael@metaparadigm.com>
84
Michael Clark0370baa2007-03-13 08:26:22 +0000850.4
86 * Fix additional error case in object parsing
87 * Add back sign reversal in nested object parse as error pointer
88 value is negative, while error value is positive.
89 Michael Clark <michael@metaparadigm.com>
90
Michael Clark7b899b62007-03-13 08:26:21 +0000910.3
92 * fix pointer arithmetic bug for error pointer check in is_error() macro
93 * fix type passed to printbuf_memappend in json_tokener
94 * update autotools bootstrap instructions in README
95 Michael Clark <michael@metaparadigm.com>
96
Michael Clark4504df72007-03-13 08:26:20 +0000970.2
98 * printbuf.c - C. Watford (christopher.watford@gmail.com)
99 Added a Win32/Win64 compliant implementation of vasprintf
100 * debug.c - C. Watford (christopher.watford@gmail.com)
101 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
102 by a configure script
103 * json_object.c - C. Watford (christopher.watford@gmail.com)
104 Added scope operator to wrap usage of json_object_object_foreach, this
105 needs to be rethought to be more ANSI C friendly
106 * json_object.h - C. Watford (christopher.watford@gmail.com)
107 Added Microsoft C friendly version of json_object_object_foreach
108 * json_tokener.c - C. Watford (christopher.watford@gmail.com)
109 Added a Win32/Win64 compliant implementation of strndup
110 * json_util.c - C. Watford (christopher.watford@gmail.com)
111 Added cast and mask to suffice size_t v. unsigned int conversion
112 correctness
113 * json_tokener.c - sign reversal issue on error info for nested object parse
114 spotted by Johan Björklund (johbjo09 at kth.se)
115 * json_object.c - escape " in json_escape_str
116 * Change to automake and libtool to build shared and static library
117 Michael Clark <michael@metaparadigm.com>
118
1190.1
120 * initial release