You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Eric Haszlakiewicz fa76e4a8c9 Issue #195: Actually call uselocale() in the new locale handling code in json_tokener. 9 years ago
autoconf-archive Fix a few places that needed adjustment for the size_t changes, including updating the range checks to use a calculated SIZE_T_MAX. 10 years ago
tests Issue #195: Actually call uselocale() in the new locale handling code in json_tokener. 9 years ago
.gitignore Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_err() function to retrieve the error for those callers that care about it. 9 years ago
.travis.yml Travis: add osx and clang builds 10 years ago
AUTHORS Add Jehiah and myself to the list of authors. 15 years ago
Android.configure.mk Add an Android-friendly build system 14 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Copy over note about the 0.12.1 release to the master branch. 10 years ago
Doxyfile Mention that we're aiming to follow RFC 7159 now. 10 years ago
Makefile.am Issue #113: Add more files to EXTRA_DIST and a dist-hook to get distcheck to at least not fail. 9 years ago
NEWS Add a dummy "NEWS" file to automake doesn't complain. 15 years ago
README Add an empty README file to placate autoconf. 12 years ago
README-WIN32.html strndup is gone, remove it from the README file. 12 years ago
README.html Mention that we're aiming to follow RFC 7159 now. 10 years ago
README.md Mention that we're aiming to follow RFC 7159 now. 10 years ago
RELEASE_CHECKLIST.txt Issue #113: add "new" files to appropriate variables in Makefile, and note the need to run "make distcheck" as part of the release process. 9 years ago
appveyor.yml Appveyor: Visual Studio v140 no longer fails 10 years ago
arraylist.c Fix a few places that needed adjustment for the size_t changes, including updating the range checks to use a calculated SIZE_T_MAX. 10 years ago
arraylist.h Fix a few places that needed adjustment for the size_t changes, including updating the range checks to use a calculated SIZE_T_MAX. 10 years ago
autogen.sh Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports. 10 years ago
bits.h Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. 12 years ago
config.h.win32 Issue #205: use _strdup instead of strdup on Windows. 10 years ago
configure.ac Issue #195: use uselocale() instead of setlocale() in json_tokener to behave better in threaded environments. 9 years ago
debug.c Remove trailing whitespace 11 years ago
debug.h Eliminate the deprecated mc_abort() function and MC_ABORT macro. 12 years ago
json-c-uninstalled.pc.in Re-add the "json" pkg-config file as a compatibility shim. 13 years ago
json-c.pc.in Link against libm when needed 11 years ago
json-c.vcproj Adds json_config.h.win32 to project. Adds VS2k13 project. 11 years ago
json-c.vcxproj Build random_seed.c as well 11 years ago
json-c.vcxproj.filters Build random_seed.c as well 11 years ago
json.h Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. 12 years ago
json_c_version.c Add a json_c_version.h header (included from json.h), and several macros and functions for retrieving the json-c version at compile-time and run-time. 13 years ago
json_c_version.h Bump versions up to 0.12.99 since a 0.12 release was just created. 12 years ago
json_config.h.in Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. 14 years ago
json_config.h.win32 Updated config for vs2010/winsdk71 as well as vs2013 11 years ago
json_inttypes.h Define macros from inttypes.h when not available 11 years ago
json_object.c Issue #236: Add -Wcast-qual and fix casts to retain constness. 10 years ago
json_object.h Issue #236: Add -Wcast-qual and fix casts to retain constness. 10 years ago
json_object_iterator.c Issue #236: Add -Wcast-qual and fix casts to retain constness. 10 years ago
json_object_iterator.h Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. 13 years ago
json_object_private.h more efficient handling for smalls strings inside json_object 10 years ago
json_tokener.c Issue #195: Actually call uselocale() in the new locale handling code in json_tokener. 9 years ago
json_tokener.h Remove trailing whitespace 11 years ago
json_util.c Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_err() function to retrieve the error for those callers that care about it. 9 years ago
json_util.h Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_err() function to retrieve the error for those callers that care about it. 9 years ago
libjson.c Remove trailing whitespace 11 years ago
linkhash.c linkhash.c: optimised the table_free path 9 years ago
linkhash.h linkhash.h: removed redundant params from comments 9 years ago
math_compat.h Define INFINITY and NAN when missing 11 years ago
printbuf.c initialize null terminator of new printbuf 9 years ago
printbuf.h Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. 14 years ago
random_seed.c Add missing include file to random_seed 11 years ago
random_seed.h Patch to address the following issues: 12 years ago