summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable -Werrorbaserock/json-c-0.12-20140410-plus-patchSam Thursfield2017-07-043-3/+3
* Add FALLTHRU comment to handle GCC7 warnings.marxin2017-07-043-11/+13
* Remove unused variable 'size'Petar Koretić2015-01-271-2/+0
* Add doxygen-generated docs for the 0.12 release.json-c-0.12-20140410Eric Haszlakiewicz2014-04-1085-0/+12140
* Bump the version numbers for the 0.12 release.Eric Haszlakiewicz2014-04-104-6/+6
* Add automake/autoconf generated files for the 0.12 release.Eric Haszlakiewicz2014-04-1013-0/+41555
* Update the ChangeLog with the changes for the 0.12 release.Eric Haszlakiewicz2014-04-102-2/+34
* Patch to address the following issues:Michael Clark2014-04-0911-13/+691
* Eliminate the deprecated mc_abort() function and MC_ABORT macro.Eric Haszlakiewicz2014-03-222-23/+0
* Make the json_tokener_errors array local. It has been deprecated for a while...Eric Haszlakiewicz2014-03-222-10/+1
* Simplify the tests Makefile to avoid repeating the name of each test.Eric Haszlakiewicz2014-03-222-18/+20
* Rename the "test_case" test to "test_charcase" to make it slightly less confu...Eric Haszlakiewicz2014-03-225-27/+5
* Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by a...Eric Haszlakiewicz2014-03-221-2/+2
* Issue #103: allow Infinity and -Infinity to be parsed.Eric Haszlakiewicz2014-03-227-2/+97
* Merge pull request #123 from fingon/use-NAN-if-availableEric Haszlakiewicz2014-03-221-1/+6
|\
| * nan function requires -lm on some platforms; use of NAN is better, if available.Markus Stenberg2014-03-181-1/+6
|/
* Issue#102 - add support for parsing "NaN".Eric Haszlakiewicz2014-03-096-10/+44
* Issue#114: check for the presence of isnan and isinf, and provide compat macr...Eric Haszlakiewicz2014-03-024-1/+42
* Merge pull request #121 from TazeTSchnitzel/LowercaseLiteralsEric Haszlakiewicz2014-02-123-0/+53
|\
| * Merge branch 'master' into LowercaseLiteralsAndrea Faulds2014-02-123-0/+53
| |\
| | * Missing testsAndrea Faulds2014-02-123-0/+53
* | | Merge commit '89535bb'Eric Haszlakiewicz2014-02-111-0/+1
|\ \ \
| * | | build: call AM_PROG_CC_C_O as requested by autoreconfRoss Burton2013-11-181-0/+1
| | |/ | |/|
* | | Merge pull request #112 from TazeTSchnitzel/LowercaseLiteralsEric Haszlakiewicz2014-02-112-33/+50
|\ \ \ | | |/ | |/|
| * | Only allow lowercase literals in STRICT modeAndrea Faulds2013-11-142-33/+50
| |/
* | Fix Issue #111: Fix off-by-one error when range checking the input to json_to...Eric Haszlakiewicz2014-02-111-1/+1
* | Merge pull request #109 from kdopen/use_strtodEric Haszlakiewicz2014-02-111-1/+32
|\ \
| * | Avoid potential overflow in json_object_get_doubleKeith Derrick2013-10-011-1/+32
| |/
* | Merge branch 'ebassi-master'Eric Haszlakiewicz2014-02-112-1/+27
|\ \
| * \ Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-masterEric Haszlakiewicz2014-02-112-1/+27
| |\ \
| | * | Add a check for the -Bsymbolic-functions linker flagEmmanuele Bassi2013-09-172-2/+28
| | |/
* | | Ignore and cleanup a few more files that automake creates.Eric Haszlakiewicz2014-02-113-1/+3
|/ /
* | Issue#105: Rename configure.in to configure.acEric Haszlakiewicz2014-02-111-0/+0
* | Remove the old libjson.so name compatibility support. The library is only cr...Eric Haszlakiewicz2014-02-113-48/+1
|/
* Issue #59: change the floating point output format to %.17g so values with mo...Eric Haszlakiewicz2013-09-111-1/+1
* Use sizeof instead of hard coded values when calling snprintf.Eric Haszlakiewicz2013-09-111-4/+4
* Added a json_object_new_double_s() convenience function to allow an exact str...Eric Haszlakiewicz2013-09-116-11/+83
* Ignore the test-driver script that is now created, and the script for the tes...Eric Haszlakiewicz2013-09-081-0/+2
* The updated test driver creates .log and .trs files; ignore them.Eric Haszlakiewicz2013-09-081-0/+2
* strndup is gone, remove it from the README file.Eric Haszlakiewicz2013-09-081-1/+1
* Merge pull request #97 from pascal-bach/masterEric Haszlakiewicz2013-09-082-4/+4
|\
| * Update json_utilPascal Bach2013-08-132-4/+4
* | Merge pull request #96 from rouault/remove_strdnupEric Haszlakiewicz2013-09-084-31/+1
|\ \
| * | Remove redefinition of strndup() which is no longer used in the codebaseEven Rouault2013-08-124-31/+1
| |/
* | Merge pull request #95 from rouault/extern_json_object_set_serializerEric Haszlakiewicz2013-09-081-1/+1
|\ \
| * | Add extern to json_object_set_serializer so that it gets exported (Windows fix)Even Rouault2013-08-111-1/+1
| |/
* | Merge pull request #94 from remicollet/issue-strict2Eric Haszlakiewicz2013-09-081-2/+14
|\ \
| * | trailing char not allowed in strict modeRemi Collet2013-08-231-0/+7
| * | no comment in strict modeRemi Collet2013-08-211-1/+1
| * | no single-quote string in strict modeRemi Collet2013-08-061-1/+6
| |/