]> git.ipfire.org Git - thirdparty/json-c.git/blame - ChangeLog
change version to 0.8
[thirdparty/json-c.git] / ChangeLog
CommitLineData
dfaf6704
MC
10.8
2 * Add macros to enable compiling out debug code
3 Geoffrey Young, geoff at modperlcookbook dot org
c8f4a6e7
MC
4 * Fix bug with use of capital E in numbers with exponents
5 Mateusz Loskot, mateusz at loskot dot net
6 * Add stddef.h include
14862b1e
MC
7 * Patch allows for json-c compile with -Werror and not fail due to
8 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
9 Geoffrey Young, geoff at modperlcookbook dot org
dfaf6704 10
a850f8e2
MC
110.7
12 * Add escaping of backslash to json output
13 * Add escaping of foward slash on tokenizing and output
14 * Changes to internal tokenizer from using recursion to
15 using a depth state structure to allow incremental parsing
16
837240f7
MC
170.6
18 * Fix bug in escaping of control characters
19