]> git.ipfire.org Git - thirdparty/json-c.git/blame - ChangeLog
* Fixed warning reported by adding -Wstrict-prototypes
[thirdparty/json-c.git] / ChangeLog
CommitLineData
68cafad0 10.9
e8de0788
MC
2 * Fixed warning reported by adding -Wstrict-prototypes
3 -Wold-style-definition to the compilatin flags.
4 Dotan Barak, dotanba at gmail dot com
68cafad0
MC
5 * Add const correctness to public interfaces
6 Gerard Krol, g dot c dot krol at student dot tudelft dot nl
7
dfaf6704 80.8
8cdac64c
MC
9 * Add va_end for every va_start
10 Dotan Barak, dotanba at gmail dot com
dfaf6704
MC
11 * Add macros to enable compiling out debug code
12 Geoffrey Young, geoff at modperlcookbook dot org
c8f4a6e7
MC
13 * Fix bug with use of capital E in numbers with exponents
14 Mateusz Loskot, mateusz at loskot dot net
15 * Add stddef.h include
14862b1e
MC
16 * Patch allows for json-c compile with -Werror and not fail due to
17 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
18 Geoffrey Young, geoff at modperlcookbook dot org
dfaf6704 19
a850f8e2
MC
200.7
21 * Add escaping of backslash to json output
22 * Add escaping of foward slash on tokenizing and output
23 * Changes to internal tokenizer from using recursion to
24 using a depth state structure to allow incremental parsing
25
837240f7
MC
260.6
27 * Fix bug in escaping of control characters
28