- 784534a Eliminate the deprecated mc_abort() function and MC_ABORT macro. by Eric Haszlakiewicz · 11 years ago
- f9136f6 Make the json_tokener_errors array local. It has been deprecated for a while, and json_tokener_error_desc() should be used instead. by Eric Haszlakiewicz · 11 years ago
- 936d036 Simplify the tests Makefile to avoid repeating the name of each test. by Eric Haszlakiewicz · 11 years ago
- e2bbb56 Rename the "test_case" test to "test_charcase" to make it slightly less confusing. by Eric Haszlakiewicz · 11 years ago
- 9f26d96 Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by adding that call within the AC_LINK_IFELSE call. by Eric Haszlakiewicz · 11 years ago
- 05da316 Issue #103: allow Infinity and -Infinity to be parsed. by Eric Haszlakiewicz · 11 years ago
- 217bc29 Merge pull request #123 from fingon/use-NAN-if-available by Eric Haszlakiewicz · 11 years ago
- a1c8991 nan function requires -lm on some platforms; use of NAN is better, if available. by Markus Stenberg · 11 years ago
- 0eedf38 Issue#102 - add support for parsing "NaN". by Eric Haszlakiewicz · 11 years ago
- e6f1322 Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. by Eric Haszlakiewicz · 11 years ago
- db117ca Merge pull request #121 from TazeTSchnitzel/LowercaseLiterals by Eric Haszlakiewicz · 11 years ago
- cf23e75 Merge branch 'master' into LowercaseLiterals by Andrea Faulds · 11 years ago
- 1d6f914 Missing tests by Andrea Faulds · 11 years ago
- 4c086df Merge commit '89535bb' by Eric Haszlakiewicz · 11 years ago
- 020fa65 Merge pull request #112 from TazeTSchnitzel/LowercaseLiterals by Eric Haszlakiewicz · 11 years ago
- 56df93d Fix Issue #111: Fix off-by-one error when range checking the input to json_tokener_error_desc(). by Eric Haszlakiewicz · 11 years ago
- ceeaf42 Merge pull request #109 from kdopen/use_strtod by Eric Haszlakiewicz · 11 years ago
- b821f0e Merge branch 'ebassi-master' by Eric Haszlakiewicz · 11 years ago
- c8e0497 Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-master by Eric Haszlakiewicz · 11 years ago
- 295bea2 Ignore and cleanup a few more files that automake creates. by Eric Haszlakiewicz · 11 years ago
- a2c078f Issue#105: Rename configure.in to configure.ac by Eric Haszlakiewicz · 11 years ago
- c8ee919 Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. by Eric Haszlakiewicz · 11 years ago
- 89535bb build: call AM_PROG_CC_C_O as requested by autoreconf by Ross Burton · 12 years ago
- bda0540 Only allow lowercase literals in STRICT mode by Andrea Faulds · 12 years ago
- c51b88d Avoid potential overflow in json_object_get_double by Keith Derrick · 12 years ago
- 311686f Add a check for the -Bsymbolic-functions linker flag by Emmanuele Bassi · 12 years ago
- 0645020 Issue #59: change the floating point output format to %.17g so values with more than 6 digits show up in the output. by Eric Haszlakiewicz · 12 years ago
- a23caf6 Use sizeof instead of hard coded values when calling snprintf. by Eric Haszlakiewicz · 12 years ago
- 51993c2 Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. by Eric Haszlakiewicz · 12 years ago
- b83e0f1 Ignore the test-driver script that is now created, and the script for the test_locale test. by Eric Haszlakiewicz · 12 years ago
- 60e4990 The updated test driver creates .log and .trs files; ignore them. by Eric Haszlakiewicz · 12 years ago
- 8d18815 strndup is gone, remove it from the README file. by Eric Haszlakiewicz · 12 years ago
- b939bd3 Merge pull request #97 from pascal-bach/master by Eric Haszlakiewicz · 12 years ago
- ef43fe3 Merge pull request #96 from rouault/remove_strdnup by Eric Haszlakiewicz · 12 years ago
- a030120 Merge pull request #95 from rouault/extern_json_object_set_serializer by Eric Haszlakiewicz · 12 years ago
- 02aa6f0 Merge pull request #94 from remicollet/issue-strict2 by Eric Haszlakiewicz · 12 years ago
- 8356ecc Merge pull request #93 from tmielika/master by Eric Haszlakiewicz · 12 years ago
- bd42b83 Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bounds_read by Eric Haszlakiewicz · 12 years ago
- 86dd55a Fix potential out-of-bounds read in json_tokener_error_desc by Even Rouault · 12 years ago
- 4039f91 trailing char not allowed in strict mode by Remi Collet · 12 years ago
- 87fa32d no comment in strict mode by Remi Collet · 12 years ago
- 20e4708 Update json_util by Pascal Bach · 12 years ago
- 1a957c2 Remove redefinition of strndup() which is no longer used in the codebase by Even Rouault · 12 years ago
- 6c4bb38 Add extern to json_object_set_serializer so that it gets exported (Windows fix) by Even Rouault · 12 years ago
- a07ef3d no single-quote string in strict mode by Remi Collet · 12 years ago
- c5523a1 fixing problem that isinf(-Inf) can be 1 or -1 by Taneli Mielikainen · 12 years ago
- b3bce4d Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated. by Eric Haszlakiewicz · 12 years ago
- be002fb Issue#84: explicitly remove old headers and include/json directory so creating the compat symlink can work. by Eric Haszlakiewicz · 12 years ago
- c629656 Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 by Eric Haszlakiewicz · 12 years ago
- 5e8df40 Mention that libtoolize is needed if you're not using a release tarball. by Eric Haszlakiewicz · 12 years ago
- d032aad Minor spell check. by Eric Haszlakiewicz · 12 years ago
- 8b1bdbb Merge pull request #90 from remicollet/issue-strict by Eric Haszlakiewicz · 12 years ago
- 98a62a7 Merge pull request #89 from ayanes/master by Eric Haszlakiewicz · 12 years ago
- b6539d6 Merge pull request #88 from weltling/master by Eric Haszlakiewicz · 12 years ago
- e9ee4ae in strick mode, number must not start with 0 by Remi Collet · 12 years ago
- d086e20 Fixes for Infinity and NaN by Adrian Yanes · 12 years ago
- 990fa8e Fix C89 compat needed by MSVC by Anatol Belski · 12 years ago
- ed819fb snprintf definition is needed here, too by Anatol Belski · 12 years ago
- 48ba6b8 fixe int32_t definition for VC11 by Anatol Belski · 12 years ago
- e48a25c Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. by Eric Haszlakiewicz · 12 years ago
- e843616 Fill in the instructions for update the gh-pages branch. by Eric Haszlakiewicz · 12 years ago
- 4207147 Bump the versions for the non-release branch; add a placeholder section to the change log. by Eric Haszlakiewicz · 12 years ago
- 20db5a4 Fill in a number of missing steps in the release process. by Eric Haszlakiewicz · 12 years ago
- 7ca1e52 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 12 years ago
- 0e81b21 Bump up the version in the release checklist to 0.11 by Eric Haszlakiewicz · 12 years ago
- eee744c Update the changelog with changes since the 0.10 release. by Eric Haszlakiewicz · 12 years ago
- f1b6849 Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. by Eric Haszlakiewicz · 12 years ago
- e8161a1 Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects. by Eric Haszlakiewicz · 12 years ago
- 889400d Merge pull request #73 from ghazel/master by Eric Haszlakiewicz · 12 years ago
- 88bf1c9 one definition of json_object_object_foreach only works on c99 and later by Greg Hazel · 12 years ago
- 5ec65e4 Merge pull request #71 from WillDignazio/master by Eric Haszlakiewicz · 12 years ago
- 32eddd6 Fix broken build by using ADVANCE_CHAR macro return. by William Dignazio · 12 years ago
- bb492d4 Rename misnomer POP_CHAR to PEEK_CHAR. by William Dignazio · 12 years ago
- b64d5ab Merge pull request #70 from tg--/master by Eric Haszlakiewicz · 12 years ago
- 1aa29b6 Issue #68: use -std=gnu99 because some versions of gcc seem to think that -std=c99 also implies -ansi, which causes warnings and build breakage. by Eric Haszlakiewicz · 12 years ago
- 36ec47d configure.in: mv AM_CONFIG_HEADER to AC_CONFIG_HEADER by Thomas Gstädtner · 12 years ago
- 94aeed2 Include the test_locale test in the tests that run. by Eric Haszlakiewicz · 12 years ago
- 5b36a43 Merge branch 'remicollet-issue-float' by Eric Haszlakiewicz · 12 years ago
- 9b64c05 Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain. Fix warnings in the testReplaceExisting test. by Eric Haszlakiewicz · 12 years ago
- bfb3292 Add a runtime check to see if parse_int64 needs to workaround sscanf bugs. If that workaround is not needed parsing is nearly twice as fast. by Eric Haszlakiewicz · 12 years ago
- ca8b27d Enable -Werror and fix a number of minor warnings that existed. by Eric Haszlakiewicz · 12 years ago
- 92d289f Add a comment briefly describing json_object_object_length() by Eric Haszlakiewicz · 12 years ago
- c6b3991 Merge pull request #62 from ghazel/master by Eric Haszlakiewicz · 12 years ago
- ebeb6a4 Merge pull request #66 from ichernev/fix-test-parse by Eric Haszlakiewicz · 12 years ago
- 78b089b Fixed test_parse for \f by Iskren Chernev · 13 years ago
- cca74c6 add json_object_object_length by Greg Hazel · 13 years ago
- 3ae296f Merge pull request #60 from ghazel/master by Eric Haszlakiewicz · 13 years ago
- 77d0493 rename _errno by Greg Hazel · 13 years ago
- 85da28c Merge pull request #58 from Abioy/master by Eric Haszlakiewicz · 13 years ago
- 7eaa849 escape '\f' in json_escape_str by Abioy · 13 years ago
- fcc768e Bump the version up to 0.10.99 to make it clear that the master branch is beyond anything on the 0.10 branch. by Eric Haszlakiewicz · 13 years ago
- 2943691 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 13 years ago
- 1461b49 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. by Eric Haszlakiewicz · 13 years ago
- 56166e2 Merge pull request #51 from remicollet/issue-dyndepth by Eric Haszlakiewicz · 13 years ago
- d7de3aa Update the release checklist to include the INSTALL file, and adjust the git command to add the doc directory. by Eric Haszlakiewicz · 13 years ago
- 2e9fef3 Revert the test_null test back to emitted to stdout, and update the expected output to match. by Eric Haszlakiewicz · 13 years ago
- 86aedc2 Merge pull request #56 from TheCount/develop by Eric Haszlakiewicz · 13 years ago
- 18abf6e More warnings, fewer errors, C99 by Alexander Klauer · 13 years ago
- 024d86c Prepend DESTDIR to paths for staged installs by Alexander Klauer · 13 years ago
- 57f36ed Write additional test info to stderr instead of stdout so as not to mar the expected output by Alexander Klauer · 13 years ago