summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-10Update the ChangeLog with the changes for the 0.12 release.b2g-0.12Eric Haszlakiewicz2-2/+34
2014-04-09Patch to address the following issues:Michael Clark11-13/+691
2014-03-22Eliminate the deprecated mc_abort() function and MC_ABORT macro.Eric Haszlakiewicz2-23/+0
2014-03-22Make the json_tokener_errors array local. It has been deprecated for a while...Eric Haszlakiewicz2-10/+1
2014-03-22Simplify the tests Makefile to avoid repeating the name of each test.Eric Haszlakiewicz2-18/+20
2014-03-22Rename the "test_case" test to "test_charcase" to make it slightly less confu...Eric Haszlakiewicz5-27/+5
2014-03-22Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by a...Eric Haszlakiewicz1-2/+2
2014-03-22Issue #103: allow Infinity and -Infinity to be parsed.Eric Haszlakiewicz7-2/+97
2014-03-22Merge pull request #123 from fingon/use-NAN-if-availableEric Haszlakiewicz1-1/+6
2014-03-18nan function requires -lm on some platforms; use of NAN is better, if available.Markus Stenberg1-1/+6
2014-03-09Issue#102 - add support for parsing "NaN".Eric Haszlakiewicz6-10/+44
2014-03-02Issue#114: check for the presence of isnan and isinf, and provide compat macr...Eric Haszlakiewicz4-1/+42
2014-02-12Merge pull request #121 from TazeTSchnitzel/LowercaseLiteralsEric Haszlakiewicz3-0/+53
2014-02-12Merge branch 'master' into LowercaseLiteralsAndrea Faulds3-0/+53
2014-02-12Missing testsAndrea Faulds3-0/+53
2014-02-11Merge commit '89535bb'Eric Haszlakiewicz1-0/+1
2014-02-11Merge pull request #112 from TazeTSchnitzel/LowercaseLiteralsEric Haszlakiewicz2-33/+50
2014-02-11Fix Issue #111: Fix off-by-one error when range checking the input to json_to...Eric Haszlakiewicz1-1/+1
2014-02-11Merge pull request #109 from kdopen/use_strtodEric Haszlakiewicz1-1/+32
2014-02-11Merge branch 'ebassi-master'Eric Haszlakiewicz2-1/+27
2014-02-11Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-masterEric Haszlakiewicz2-1/+27
2014-02-11Ignore and cleanup a few more files that automake creates.Eric Haszlakiewicz3-1/+3
2014-02-11Issue#105: Rename configure.in to configure.acEric Haszlakiewicz1-0/+0
2014-02-11Remove the old libjson.so name compatibility support. The library is only cr...Eric Haszlakiewicz3-48/+1
2013-11-18build: call AM_PROG_CC_C_O as requested by autoreconfRoss Burton1-0/+1
2013-11-14Only allow lowercase literals in STRICT modeAndrea Faulds2-33/+50
2013-10-01Avoid potential overflow in json_object_get_doubleKeith Derrick1-1/+32
2013-09-17Add a check for the -Bsymbolic-functions linker flagEmmanuele Bassi2-2/+28
2013-09-11Issue #59: change the floating point output format to %.17g so values with mo...Eric Haszlakiewicz1-1/+1
2013-09-11Use sizeof instead of hard coded values when calling snprintf.Eric Haszlakiewicz1-4/+4
2013-09-11Added a json_object_new_double_s() convenience function to allow an exact str...Eric Haszlakiewicz6-11/+83
2013-09-08Ignore the test-driver script that is now created, and the script for the tes...Eric Haszlakiewicz1-0/+2
2013-09-08The updated test driver creates .log and .trs files; ignore them.Eric Haszlakiewicz1-0/+2
2013-09-08strndup is gone, remove it from the README file.Eric Haszlakiewicz1-1/+1
2013-09-08Merge pull request #97 from pascal-bach/masterEric Haszlakiewicz2-4/+4
2013-09-08Merge pull request #96 from rouault/remove_strdnupEric Haszlakiewicz4-31/+1
2013-09-08Merge pull request #95 from rouault/extern_json_object_set_serializerEric Haszlakiewicz1-1/+1
2013-09-08Merge pull request #94 from remicollet/issue-strict2Eric Haszlakiewicz1-2/+14
2013-09-08Merge pull request #93 from tmielika/masterEric Haszlakiewicz1-4/+5
2013-09-08Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bound...Eric Haszlakiewicz1-1/+1
2013-09-08Fix potential out-of-bounds read in json_tokener_error_descEven Rouault1-1/+1
2013-08-23trailing char not allowed in strict modeRemi Collet1-0/+7
2013-08-21no comment in strict modeRemi Collet1-1/+1
2013-08-13Update json_utilPascal Bach2-4/+4
2013-08-12Remove redefinition of strndup() which is no longer used in the codebaseEven Rouault4-31/+1
2013-08-11Add extern to json_object_set_serializer so that it gets exported (Windows fix)Even Rouault1-1/+1
2013-08-06no single-quote string in strict modeRemi Collet1-1/+6
2013-08-04fixing problem that isinf(-Inf) can be 1 or -1Taneli Mielikainen1-4/+5
2013-06-29Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated.Eric Haszlakiewicz2-2/+9
2013-06-29Issue#84: explicitly remove old headers and include/json directory so creatin...Eric Haszlakiewicz1-0/+6