Regen the doc pages using the right version for the 0.11 release.
[platform/upstream/json-c.git] / ChangeLog
2013-04-01 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2013-04-01 Eric HaszlakiewiczUpdate the changelog with changes since the 0.10 release.
2013-02-27 Eric HaszlakiewiczMerge branch 'remicollet-issue-float'
2012-12-23 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-12-23 Eric HaszlakiewiczMerge pull request #51 from remicollet/issue-dyndepth
2012-11-27 Remi ColletMake maximum recursion depth a runtime option
2012-07-29 Eric HaszlakiewiczNote the rename in the ChangeLog, and update the instru...
2012-07-29 Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-09 Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-04-29 Eric HaszlakiewiczUpdate the ChangeLog with the rest of the changes that...
2011-05-03 Eric HaszlakiewiczNote a few recent changes in the ChangeLog.
2010-10-13 Michael Clark * Fix file descriptor leak if memory allocation fails...
2010-10-06 Michael Clark * Add int64 support. Two new functions json_object_ne...
2009-08-27 Michael Clark * Fix subtle bug in linkhash where lookup could hang...
2009-08-20 Brent Miller * Add handling of surrogate pairs
2009-08-20 Brent Miller * Correct comment describing printbuf_memappend in...
2009-08-19 Michael ClarkAdd note about autoconf README changes to ChangeLog
2009-07-31 Christopher WatfordUpdate changelog
2009-07-25 Michael Clarktypo fix
2009-07-25 Michael Clark * Rename min and max so we can never clash with C...
2009-07-08 Christopher WatfordErik Hovland (3):
2009-06-30 Christopher WatfordDisable REFCOUNT_DEBUG by default in json_object.c
2009-04-27 Michael Clarkupdate changelog for json_object_get_boolean fix
2009-04-27 Michael Clarkoptimizations to json_tokener_parse_ex(), printbuf_mema...
2009-02-25 Michael Clark * Don't use this as a variable, so we can compile...
2009-02-25 Michael Clark * Don't use this as a variable, so we can compile...
2009-02-25 Michael Clark * Null pointer dereference fix. Fix json_object_get_b...
2009-02-25 Michael Clark * Fixed warning reported by adding -Wstrict-prototypes
2009-01-06 Michael ClarkAdd const correctness to public interfaces
2009-01-05 Michael ClarkAdd va_end for every va_start.
2007-12-07 Michael ClarkPatch allows for json-c compile with -Werror and not...
2007-12-07 Michael Clark* Fix bug with use of capital E in numbers with exponents
2007-10-25 Michael Clark* Add macros to enable compiling out debug code
2007-03-13 Michael Clark * Add escaping of backslash to json output
2007-03-13 Michael Clark * Fix bug in escaping of control characters
2007-03-13 Michael Clark * Make headers C++ compatible by change *this to...
2007-03-13 Michael Clark * Fix additional error case in object parsing
2007-03-13 Michael Clark * fix pointer arithmetic bug for error pointer check...
2007-03-13 Michael Clark * printbuf.c - C. Watford (christopher dot watford...