summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-04-10Bump versions up to 0.12.99 since a 0.12 release was just created.Eric Haszlakiewicz1-0/+4
2014-04-10Update the ChangeLog with the changes for the 0.12 release.b2g-0.12Eric Haszlakiewicz1-1/+33
2013-09-11Added a json_object_new_double_s() convenience function to allow an exact str...Eric Haszlakiewicz1-1/+4
2013-04-02Bump the versions for the non-release branch; add a placeholder section to th...Eric Haszlakiewicz1-0/+4
2013-03-31Update the changelog with changes since the 0.10 release.Eric Haszlakiewicz1-1/+12
2012-11-27Make maximum recursion depth a runtime optionRemi Collet1-0/+3
2012-07-29Note the rename in the ChangeLog, and update the instructions in the README f...Eric Haszlakiewicz1-0/+10
2012-04-29Update the ChangeLog with the rest of the changes that will be included in th...Eric Haszlakiewicz1-0/+22
2011-05-03Note a few recent changes in the ChangeLog.Eric Haszlakiewicz1-0/+9
2010-10-13 * Fix file descriptor leak if memory allocation fails in json_utilMichael Clark1-0/+2
2010-10-06 * Add int64 support. Two new functions json_object_net_int64 andMichael Clark1-0/+4
2009-08-27 * Fix subtle bug in linkhash where lookup could hang after all slotsMichael Clark1-0/+6
2009-08-20 * Add handling of surrogate pairsBrent Miller1-0/+2
2009-08-20 * Correct comment describing printbuf_memappend in printbuf.hBrent Miller1-0/+3
2009-08-19Add note about autoconf README changes to ChangeLogMichael Clark1-0/+2
2009-07-31Update changelogChristopher Watford1-0/+2
2009-07-25typo fixMichael Clark1-1/+1
2009-07-25 * Rename min and max so we can never clash with C or C++ std libraryMichael Clark1-0/+2
2009-07-08Erik Hovland (3):Christopher Watford1-0/+4
2009-06-30Disable REFCOUNT_DEBUG by default in json_object.cChristopher Watford1-0/+1
2009-04-27update changelog for json_object_get_boolean fixMichael Clark1-0/+2
2009-04-27optimizations to json_tokener_parse_ex(), printbuf_memappend()Michael Clark1-0/+2
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-0/+3
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-0/+2
2009-02-25 * Null pointer dereference fix. Fix json_object_get_boolean strlen testMichael Clark1-0/+3
2009-02-25 * Fixed warning reported by adding -Wstrict-prototypesMichael Clark1-0/+3
2009-01-06Add const correctness to public interfacesMichael Clark1-0/+4
2009-01-05Add va_end for every va_start.Michael Clark1-0/+2
2007-12-07Patch allows for json-c compile with -Werror and not fail due toMichael Clark1-0/+3
2007-12-07* Fix bug with use of capital E in numbers with exponentsMichael Clark1-0/+3
2007-10-25* Add macros to enable compiling out debug codeMichael Clark1-0/+4
2007-03-13 * Add escaping of backslash to json outputMichael Clark1-0/+6
2007-03-13 * Fix bug in escaping of control charactersMichael Clark1-0/+7
2007-03-13 * Make headers C++ compatible by change *this to *objMichael Clark1-0/+12
2007-03-13 * Fix additional error case in object parsingMichael Clark1-0/+6
2007-03-13 * fix pointer arithmetic bug for error pointer check in is_error() macroMichael Clark1-0/+6
2007-03-13 * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark1-0/+24