platform/upstream/json-c.git
2011-05-03 Eric HaszlakiewiczAdd a test_cast test case. This checks that the castin...
2011-05-03 Eric HaszlakiewiczAdd a json_type_to_name() function which returns a...
2011-05-03 Eric HaszlakiewiczFix a bug in json_object_get_int() where calling it...
2011-05-03 Eric HaszlakiewiczAdd a dummy "NEWS" file to automake doesn't complain.
2011-01-14 Jehiah Czebotarreadme updates
2011-01-14 Jehiah Czebotarupdate json_object_new_string_len, json_escape_str...
2010-12-08 Jehiah Czebotaradd json_tokener_parse_verbose, and return NULL on...
2010-12-07 Jehiah Czebotarset svn:ignore and .gitignore to skip intermediate...
2010-12-07 ehaszlaSimplify things by storing integer values only as int64...
2010-10-13 Michael Clark * Fix file descriptor leak if memory allocation fails...
2010-10-13 Michael Clark * Fix file descriptor leak if memory allocation fails...
2010-10-07 Michael ClarkUpdate executable properties
2010-10-06 Michael Clark * Add int64 support. Two new functions json_object_ne...
2009-08-27 Michael Clark * Make json_object_from_file take const char *filename
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 json-c.vcproj to EXTRA_DIST
2009-08-19 Michael ClarkAdd mailing lists to README.html
2009-08-19 Michael ClarkAdd note about autoconf README changes to ChangeLog
2009-07-31 Christopher... Add README.html, README-WIN32.html and config.h.win32...
2009-07-31 Christopher... Update version to 0.9
2009-07-31 Christopher... Update 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... Add const qualifier to the json_tokener_parse functions
2009-07-08 Christopher... Erik Hovland (3):
2009-06-30 Christopher... Disable REFCOUNT_DEBUG by default in json_object.c
2009-05-12 Christopher... Ooops. remove literal ^M (copy and paste problem)
2009-05-12 Christopher... Change note about CVS repository to point to subversion...
2009-04-27 Michael Clarkupdate changelog for json_object_get_boolean fix
2009-04-27 Michael ClarkFix json_object_get_boolean to return false for empty...
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-10 Michael Clarkfix typo
2009-01-10 Michael Clarkfix typo in json_object.h
2009-01-06 Michael ClarkAdd const correctness to public interfaces
2009-01-06 Michael Clarkupdate auto generated files
2009-01-05 Michael ClarkUpdate version to 0.8
2009-01-05 Michael Clarkchanges to make 'make dist' work properly
2009-01-05 Michael ClarkAdd va_end for every va_start.
2008-08-08 Michael Clarkchange version to 0.8
2008-01-26 Michael Clarkfix to allow compile with -Werror
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-05-17 Michael ClarkUpdate version number to 0.7
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...
2007-03-13 Michael Clarkimport of version 0.1
2007-03-13 Michael Clarkcreate new svn project