]> git.ipfire.org Git - thirdparty/json-c.git/blame - ChangeLog
* Don't use this as a variable, so we can compile with a C++ compiler
[thirdparty/json-c.git] / ChangeLog
CommitLineData
68cafad0 10.9
266a3fd3
MC
2 * Don't use this as a variable, so we can compile with a C++ compiler
3 Michael Clark, <michael@metaparadigm.com>
22dee7cb
MC
4 * Null pointer dereference fix. Fix json_object_get_boolean strlen test
5 to not return TRUE for zero length string. Remove redundant includes.
6 Erik Hovland, erik at hovland dot org
e8de0788
MC
7 * Fixed warning reported by adding -Wstrict-prototypes
8 -Wold-style-definition to the compilatin flags.
9 Dotan Barak, dotanba at gmail dot com
68cafad0
MC
10 * Add const correctness to public interfaces
11 Gerard Krol, g dot c dot krol at student dot tudelft dot nl
12
dfaf6704 130.8
8cdac64c
MC
14 * Add va_end for every va_start
15 Dotan Barak, dotanba at gmail dot com
dfaf6704
MC
16 * Add macros to enable compiling out debug code
17 Geoffrey Young, geoff at modperlcookbook dot org
c8f4a6e7
MC
18 * Fix bug with use of capital E in numbers with exponents
19 Mateusz Loskot, mateusz at loskot dot net
20 * Add stddef.h include
14862b1e
MC
21 * Patch allows for json-c compile with -Werror and not fail due to
22 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
23 Geoffrey Young, geoff at modperlcookbook dot org
dfaf6704 24
a850f8e2
MC
250.7
26 * Add escaping of backslash to json output
27 * Add escaping of foward slash on tokenizing and output
28 * Changes to internal tokenizer from using recursion to
29 using a depth state structure to allow incremental parsing
30
837240f7
MC
310.6
32 * Fix bug in escaping of control characters
33